Yes. Adrian has proposed a good model for this. I can get some help from that as well.
I replied to the mailing list because I cannot access the Jira site for some reason :-( -----Original Message----- From: John Hawkins (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 2:54 PM To: [email protected] Subject: [jira] Commented: (AXISCPP-439) Soap faults fail for primitive faults [ http://issues.apache.org/jira/browse/AXISCPP-439?page=comments#action_12 329979 ] John Hawkins commented on AXISCPP-439: -------------------------------------- We ran out of mips to do the 1.2 support. Perhaps you can look into implementing the exception model for this defect? > Soap faults fail for primitive faults > ------------------------------------- > > Key: AXISCPP-439 > URL: http://issues.apache.org/jira/browse/AXISCPP-439 > Project: Axis-C++ > Type: Bug > Components: SOAP > Reporter: Mark Whitlock > Assignee: Dushshantha Chandradasa > Attachments: pic02743.jpg, pic04035.jpg > > I changed the FaultMappingDoc.wsdl so that DivByZeroStruct was an xsd:int instead of a DivByZeroStruct. So usually FaultMappingDoc.wsdl has ... > <element name="DivByZeroStruct" nillable="true" type="impl:DivByZeroStruct"/> > but I changed it to > <element name="DivByZeroStruct" nillable="true" type="xsd:int"/> > so the user soap fault is a primitive not a complex type. > When I ran wsdl2ws, the generated classes did not even compile, let alone run. I think the same problem would occur if the fault was defined to be an array. -- 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
