Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 43628 invoked from network); 20 Jul 2005 10:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 10:56:04 -0000 Received: (qmail 80038 invoked by uid 500); 20 Jul 2005 10:56:03 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 80006 invoked by uid 500); 20 Jul 2005 10:56:02 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 79989 invoked by uid 99); 20 Jul 2005 10:56:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 03:55:49 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5142416 for ; Wed, 20 Jul 2005 12:55:46 +0200 (CEST) Message-ID: <1576552617.1121856946310.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Jul 2005 12:55:46 +0200 (CEST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-259) WSDL faults not being deserialised In-Reply-To: <1263424732.1100255006550.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-259?page=comments#action_12316218 ] Dushshantha Chandradasa commented on AXISCPP-259: ------------------------------------------------- I fixed the promlem of picking the wrong tag. But still i have problems. The server sends wrong xml for the fault. AxisC++ Faultcode Custom Out of bound exception server name:listen port Division by zero exception 1 10.520000 Above is the SOAP message. In that, The namespace ns1 is not defined. > WSDL faults not being deserialised > ---------------------------------- > > Key: AXISCPP-259 > URL: http://issues.apache.org/jira/browse/AXISCPP-259 > Project: Axis-C++ > Type: Bug > Components: Client - Deserialization > Reporter: Andrew Perry > Assignee: Dushshantha Chandradasa > > The FaultMappingDoc test is not getting the expected output. The WSDL has 3 faults defined, DivByZeroStruct, OutOfBoundsStruct and SpecialDetailStruct. The test calls the MathOps service 4 times, 1 with valid values and the other 3 times to get the faults thrown. The services are hosted on WebSphere rather than the Axis Server, but from the response message you can see that the correct faults are being thrown. The first call works, the second to get a DivByZeroStruct fault sort of works in that a MathOpsService Exception is thrown but none of the fault detail is shown, but the final 2 requests which should also have MathOpsService exceptions get an unspecified exception in that 'catch(...)' catches it rather than either MathOpsService_AxisClientException or AxisException. > Client output > loop 0 > trying to div 10 and 5 > Result is 2 > loop 1 > trying to div 10 and 0 > MathOpsService Exception: AxisTransportException:HTTP transport error Internal Server Error > loop 2 > trying to div 1000 and 5 > Unspecified Exception: > loop 3 > trying to div 10 and -5 > Unspecified Exception: > on-the-wire response > -------------------- > HTTP/1.1 200 OK^M > Server: WebSphere Application Server/5.1^M > Content-Type: text/xml; charset=utf-8^M > Content-Language: en-GB^M > Transfer-Encoding: chunked^M > ^M > 197^M > > 2^M > 0^M > ^M > HTTP/1.1 500 Internal Server Error^M > Server: WebSphere Application Server/5.1^M > Content-Type: text/xml; charset=utf-8^M > Content-Language: en-GB^M > Transfer-Encoding: chunked^M > ^M > 2fb^M > > ns2008922717:DivByZeroStructDivision by zero exception110.52 Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 43634 invoked from network); 20 Jul 2005 10:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 10:56:04 -0000 Received: (qmail 80089 invoked by uid 500); 20 Jul 2005 10:56:03 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 80024 invoked by uid 500); 20 Jul 2005 10:56:02 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" /DivByZeroStruct>^M > 0^M > ^M > HTTP/1.1 500 Internal Server Error^M > Server: WebSphere Application Server/5.1^M > Content-Type: text/xml; charset=utf-8^M > Content-Language: en-GB^M > Transfer-Encoding: chunked^M > ^M > 31a^M > > ns2008922717:SpecialDetailStructYou have entered 1000 for the first parameter. 1000 is reserved. Please do not use it Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 80007 invoked by uid 99); 20 Jul 2005 10:56:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 03:55:50 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C363BD6 for ; Wed, 20 Jul 2005 12:55:47 +0200 (CEST) Message-ID: <269955485.1121856947797.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Jul 2005 12:55:47 +0200 (CEST) From: "John Hawkins (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-245) Pull Parser In-Reply-To: <18752984.1099540712029.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Xct>^M > 0^M > ^M > ----------------------------- > Is it possible to get the soap fault detail? > Why do the last 2 faults not get caught by the Axis Exceptions? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12316219 ] John Hawkins commented on AXISCPP-245: -------------------------------------- buildWithTraceAndDebug you can get trace out too if you add a traceFile line to the axiscpp conf file. > Pull Parser > ----------- > > Key: AXISCPP-245 > URL: http://issues.apache.org/jira/browse/AXISCPP-245 > Project: Axis-C++ > Type: New Feature > Components: XML parser abstraction layer > Versions: 1.4 Alpha > Environment: Windows and linux > Reporter: Farhaan Mohideen > Priority: Minor > Attachments: Guththila-1.0.1.tar.gz, guththila.zip > > Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding with a clear seperation at the parser abstraction level so as to introduce a third parser available for Axis -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira