Java Reference
In-Depth Information
<ns1:Policy
xmlns:ns1="http://schemas.xmlsoap.org/ws/2004/09/policy"
wsu:Id="doWorkBindingPolicy">
<ns1:ExactlyOne>
<ns1:All>
<ns2:RMAssertion
xmlns:ns2="http://schemas.xmlsoap.org/ws/2005/02/rm/policy">
</ns2:RMAssertion>
<ns3:UsingAddressing
xmlns:ns3="http://www.w3.org/2006/05/addressing/wsdl">
</ns3:UsingAddressing>
</ns1:All>
</ns1:ExactlyOne>
</ns1:Policy>
<types>
<xsd:schema>
<xsd:import namespace="urn:com:soacookbook"
schemaLocation="http://localhost:8080/TestXslWSWebApp/
CustomerLookupService?xsd=1">
</xsd:import>
</xsd:schema>
</types>
<message name="getCustomerFullName">
<part name="parameters"
element="tns:getCustomerFullName"></part>
</message>
<message name="getCustomerFullNameResponse">
<part name="parameters"
element="tns:getCustomerFullNameResponse"></part>
</message>
<portType name="CustomerLookupService">
<operation name="getCustomerFullName">
<input message="tns:getCustomerFullName"></input>
<output message="tns:getCustomerFullNameResponse"></output>
</operation>
</portType>
<binding name="customerLookupPortBinding"
type="tns:CustomerLookupService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"></soap:binding>
<operation name="getCustomerFullName">
Search WWH ::




Custom Search