Overview
| Artifact ID: | 9c4636479e5082f4ccf08b4c13463a19018c0078 |
|---|---|
| Ticket: | dcce437d7aa5e64a150dc6b44a52f0101af783d9 |
| Date: | 2016-12-06 14:39:49 |
| User: | anonymous |
| Artifact Attached: | 8b17cfc4bfec76611f39a91bde60c512c37bd305 |
| Filename: | test-wsdl-working.xml |
| Description: | WSDL which parses correctly. |
Content:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:q3="http://schemas.microsoft.com/Message" xmlns:q2="http://schemas.datacontract.org/2004/07/mycompany.myprog.v0" xmlns:q1="http://schemas.datacontract.org/2004/07/mycompany.myprog.v0" targetNamespace="http://myuri.org/">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://myuri.org/">
<xs:element name="MessageQ1">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/mycompany.myprog.v0" minOccurs="0" name="data" nillable="true" type="q1:MessageQ1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MessageQ2Response">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/mycompany.myprog.v0" minOccurs="0" name="SignResult" nillable="true" type="q2:Messageq2Response"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MessageQ3Response">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q3="http://schemas.microsoft.com/Message" name="JournalResult" type="q3:StreamBody"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</wsdl:types>
<wsdl:service name="worker">
<wsdl:port name="BasicHttpBinding" binding="tns:BasicHttpBinding">
<soap:address location="http://localhost:1200/myservice"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>