Thank u for the response.Hope this helps
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://gid.com/div/schemas" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://gid.com/div/schemas" targetNamespace="http://gid.com/div/schemas">
- <wsdl:types xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://gid.com/div/schemas" targetNamespace="http://gid.com/div/schemas">
- <xs:element name="divisionRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:sequence xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element ref="RequestMessage" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="RequestMessage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:restriction base="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:enumeration value="FETCHDATA" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:schema>
</wsdl:types>
- <wsdl:message name="divisionRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:part element="tns:divisionRequest" name="divisionRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
</wsdl:message>
- <wsdl:portType name="GIDResource" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:operation name="division" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:input message="tns:divisionRequest" name="divisionRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="GIDResourceSoap11" type="tns:GIDResource" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
- <wsdl:operation name="division" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
- <wsdl:input name="divisionRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="GIDResourceService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:port binding="tns:GIDResourceSoap11" name="GIDResourceSoap11" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<soap:address location="http://localhost:8080/Spring_WS_GID/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>