[ http://issues.apache.org/jira/browse/AXISCPP-439?page=all ]
Dushshantha Chandradasa updated AXISCPP-439:
--------------------------------------------
Attachment: pic04035.jpg
I attached the object model that Adrian has designed for Fault model which
supports SOAP 1.1 and 1.2. Still we don't use SOAP 1.2 in Axis C++. I think
Adrian is working on that. Shall we look in to this after anabling SOAP 1.2 ???
> 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