You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/09/20 05:14:27 UTC

[jira] Commented: (AXISCPP-439) Soap faults fail for primitive faults

    [ http://issues.apache.org/jira/browse/AXISCPP-439?page=comments#action_12329939 ] 

Dushshantha Chandradasa commented on AXISCPP-439:
-------------------------------------------------

Is somebody working on SOAP 1.2 support?? or are we done with that?? if so, then i can start looking in to this

> 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