Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.95 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <wsdl:definitions xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:tns="testt" xmlns:plink="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:senc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s0="__main__" xmlns:s12env="http://www.w3.org/2003/05/soap-envelope/" xmlns:s12enc="http://www.w3.org/2003/05/soap-encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:senv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="testt" name="Application"><wsdl:types><xs:schema targetNamespace="__main__" elementFormDefault="qualified"><xs:complexType name="data_response"><xs:sequence><xs:element name="second" type="xs:integer" minOccurs="0" nillable="true"/><xs:element name="first" type="xs:string" minOccurs="0" nillable="true"/></xs:sequence></xs:complexType><xs:complexType name="testf_response"><xs:sequence><xs:element name="data" type="s0:data_response" minOccurs="0" nillable="true"/><xs:element name="state" type="xs:string" minOccurs="0" nillable="true"/></xs:sequence></xs:complexType><xs:element name="data_response" type="s0:data_response"/><xs:element name="testf_response" type="s0:testf_response"/></xs:schema><xs:schema targetNamespace="testt" elementFormDefault="qualified"><xs:import namespace="__main__"/><xs:complexType name="testf"><xs:sequence><xs:element name="first" type="xs:string" minOccurs="0" nillable="true"/><xs:element name="second" type="xs:string" minOccurs="0" nillable="true"/></xs:sequence></xs:complexType><xs:complexType name="testfResponse"><xs:sequence><xs:element name="testfResult" type="s0:testf_response" minOccurs="0" nillable="true"/></xs:sequence></xs:complexType><xs:element name="testf" type="tns:testf"/><xs:element name="testfResponse" type="tns:testfResponse"/></xs:schema></wsdl:types><wsdl:message name="testf"><wsdl:part name="testf" element="tns:testf"/></wsdl:message><wsdl:message name="testfResponse"><wsdl:part name="testfResponse" element="tns:testfResponse"/></wsdl:message><wsdl:service name="testt"><wsdl:port name="Application" binding="tns:Application"><soap:address location="http://localhost:8080/?wsdl"/></wsdl:port></wsdl:service><wsdl:portType name="Application"><wsdl:operation name="testf" parameterOrder="testf"><wsdl:input name="testf" message="tns:testf"/><wsdl:output name="testfResponse" message="tns:testfResponse"/></wsdl:operation></wsdl:portType><wsdl:binding name="Application" type="tns:Application"><soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="testf"><soap:operation soapAction="testf" style="document"/><wsdl:input name="testf"><soap:body use="literal"/></wsdl:input><wsdl:output name="testfResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding></wsdl:definitions>
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement