Java Reference
In-Depth Information
name="name" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="HelloMsgResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1"
name="HelloMsgResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="HelloMsgSoapIn">
<wsdl:part name="parameters" element="tns:HelloMsg" />
</wsdl:message>
<wsdl:message name="HelloMsgSoapOut">
<wsdl:part name="parameters" element="tns:HelloMsgResponse" />
</wsdl:message>
<wsdl:portType name="GreetingServiceSoap">
<wsdl:operation name="niceGreeting">
<wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns a nice greeting.
</wsdl:documentation>
<wsdl:input name="HelloMsg" message="tns:HelloMsgSoapIn" />
<wsdl:output name="HelloMsg" message="tns:HelloMsgSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="GreetingServiceSoap"
type="tns:GreetingServiceSoap">
<wsdl:documentation>
<wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.1"
xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" />
</wsdl:documentation>
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="niceGreeting">
<soap:operation soapAction="http://soacookbook.com/dotnet/
HelloMsg"
style="document" />
<wsdl:input name="HelloMsg">
<soap:body use="literal" />
</wsdl:input>
Search WWH ::




Custom Search