|
One other point:
If you want to use "wrapped" then the operation
name must be the same as the input message name:
<message
name="RatingResponse">
<part name="RatingResponse" type="xsd1:PriceInfo"/> </message> <message name="getRate"> <part name="RatingRequest" type="xsd1:RatingAttributes"/> </message> <portType name="RatingServicePort"> <operation name="getRate"> <input message="tns:getRate"/> <output message="tns:RatingResponse"/> </operation> </portType> If the operation name isn't the same as the input
message, Axis will generate a "document" style service.
Anne
|
Title: Need WSDL for this SOAP message
- Need WSDL for this SOAP message Wendy Smoak
- RE: Need WSDL for this SOAP message Hansen, Richard
- Re: Need WSDL for this SOAP message Anne Thomas Manes
- RE: Need WSDL for this SOAP message Anne Thomas Manes
- RE: Need WSDL for this SOAP message Wendy Smoak
- Re: Need WSDL for this SOAP message Jim Murphy
- Re: Need WSDL for this SOAP message Anne Thomas Manes
- RE: Need WSDL for this SOAP message Wendy Smoak
- RE: Need WSDL for this SOAP message Mike Perham
- RE: Need WSDL for this SOAP message Cory Wilkerson
- RE: Need WSDL for this SOAP message Wendy Smoak
- RE: Need WSDL for this SOAP message Wendy Smoak
- Re: Need WSDL for this SOAP message Anne Thomas Manes
- Re: Need WSDL for this SOAP message Anne Thomas Manes
