Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Here it is:
<?xml version="1.0" encoding="utf-8" ?> - <wsdl:definitions name="ChangelistApprovalService" targetNamespace=" +http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xm +lns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://do +cs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0 +.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns +:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2 +004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/p +olicy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/p +olicy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http:/ +/schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsaw="http://w +ww.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlso +ap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressin +g" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"> - <wsdl:types> - <xsd:schema elementFormDefault="qualified" targetNamespace="http://t +empuri.org/"> - <xsd:element name="SampleTest"> - <xsd:complexType> - <xsd:sequence> <xsd:element minOccurs="0" name="test" nillable="true" type="q1:Test +er" xmlns:q1="http://schemas.datacontract.org/2004/07/BugApproval.Per +force" /> </xsd:sequence> </xsd:complexType> </xsd:element> - <xsd:element name="SampleTestResponse"> - <xsd:complexType> - <xsd:sequence> <xsd:element minOccurs="0" name="SampleTestResult" nillable="true" t +ype="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> - <xsd:schema elementFormDefault="qualified" targetNamespace="http://s +chemas.datacontract.org/2004/07/BugApproval.Perforce" xmlns:tns="http +://schemas.datacontract.org/2004/07/BugApproval.Perforce"> - <xsd:complexType name="Tester"> - <xsd:sequence> <xsd:element name="Age" type="xsd:int" /> <xsd:element name="Name" nillable="true" type="xsd:string" /> </xsd:sequence> </xsd:complexType> <xsd:element name="Tester" nillable="true" type="tns:Tester" /> </xsd:schema> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qual +ified" targetNamespace="http://schemas.microsoft.com/2003/10/Serializ +ation/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http:/ +/schemas.microsoft.com/2003/10/Serialization/"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binar +y" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByt +e" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" + /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLon +g" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedSh +ort" /> <xs:element name="char" nillable="true" type="tns:char" /> - <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> - <xs:simpleType name="duration"> - <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> - <xs:simpleType name="guid"> - <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA +-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> </xs:schema> </wsdl:types> - <wsdl:message name="IChangelistApprovalService_SampleTest_InputMessa +ge"> <wsdl:part name="parameters" element="tns:SampleTest" /> </wsdl:message> - <wsdl:message name="IChangelistApprovalService_SampleTest_OutputMess +age"> <wsdl:part name="parameters" element="tns:SampleTestResponse" /> </wsdl:message> - <wsdl:portType name="IChangelistApprovalService"> - <wsdl:operation name="SampleTest"> <wsdl:input wsaw:Action="http://tempuri.org/IChangelistApprovalServi +ce/SampleTest" message="tns:IChangelistApprovalService_SampleTest_Inp +utMessage" /> <wsdl:output wsaw:Action="http://tempuri.org/IChangelistApprovalServ +ice/SampleTestResponse" message="tns:IChangelistApprovalService_Sampl +eTest_OutputMessage" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="BasicHttpBinding_IChangelistApprovalService" typ +e="tns:IChangelistApprovalService"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="SampleTest"> <soap:operation soapAction="http://tempuri.org/IChangelistApprovalSe +rvice/SampleTest" style="document" /> - <wsdl:input> <soap:body use="literal" /> </wsdl:input> - <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:service name="ChangelistApprovalService"> - <wsdl:port name="BasicHttpBinding_IChangelistApprovalService" bindin +g="tns:BasicHttpBinding_IChangelistApprovalService"> <soap:address location="http://localhost:5718/" /> </wsdl:port> </wsdl:service> </wsdl:definitions>

In reply to Re^8: SOAP::WSDL Installation by Khurrum
in thread SOAP::WSDL Installation by Khurrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-29 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found