Overview
| Artifact ID: | c596abda43bea82c95bea966d528eb6a85f7db58 |
|---|---|
| Ticket: | dcce437d7aa5e64a150dc6b44a52f0101af783d9 |
| Date: | 2016-12-06 14:38:44 |
| User: | anonymous |
| Artifact Attached: | c74ecdc02fd9aa67f444be06381dace127e67692 |
| Filename: | test-wsdl.xml |
| Description: | WSDL which throws error. |
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/" 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>