Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <definitions name="testt" targetNamespace="urn:testt" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:testt" xmlns:tns="urn:testt" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><types><schema targetNamespace="urn:testt" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:testt" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="data-response"><sequence><element maxOccurs="1" minOccurs="1" name="first" type="xsd:string"/><element maxOccurs="1" minOccurs="1" name="second" type="xsd:long"/></sequence></complexType><complexType name="testf-response"><sequence><element maxOccurs="1" minOccurs="1" name="data" type="ns1:data_response"/><element maxOccurs="1" minOccurs="1" name="state" type="xsd:string"/></sequence></complexType></schema></types><message name="testf"><part name="first" type="xsd:string"/><part name="second" type="xsd:string"/></message><message name="testfResponse"><part maxOccurs="1" minOccurs="1" name="data" type="ns1:data_response"/><part maxOccurs="1" minOccurs="1" name="state" type="xsd:string"/></message><portType name="testtPortType"><operation name="testf"><input message="tns:testf"/><output message="tns:testfResponse"/></operation></portType><binding name="testt" type="tns:testtPortType"><SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="testf"><SOAP:operation soapAction="http://127.0.0.1:8080/testt/soap/testf" style="rpc"/><input><SOAP:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:testt" use="encoded"/></input><output><SOAP:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:testt" use="encoded"/></output></operation></binding><service name="testt"><documentation>Ladon generated service definition</documentation><port binding="tns:testt" name="testt"><SOAP:address location="http://127.0.0.1:8080/testt/soap"/></port></service></definitions>
  3.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement