"The root element is missing" Exception

Thanks Daniel and sorry for the delay.

 
< xml version="1.0" encoding="UTF-8" >
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:newws/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="urn:newws/types" name="newws" targetNamespace="urn:newws/wsdl">
- <types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:newws/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:newws/types">
- <complexType name="hi">
- <sequence>
  <element name="String_1" type="string" nillable="true" />
  </sequence>
  </complexType>
- <complexType name="hiResponse">
- <sequence>
  <element name="result" type="string" nillable="true" />
  </sequence>
  </complexType>
  <element name="hi" type="tns:hi" />
  <element name="hiResponse" type="tns:hiResponse" />
  </schema>
  </types>
- <message name="newwsSEI_hi">
  <part name="parameters" element="ns2:hi" />
  </message>
- <message name="newwsSEI_hiResponse">
  <part name="result" element="ns2:hiResponse" />
  </message>
- <portType name="newwsSEI">
- <operation name="hi">
  <input message="tns:newwsSEI_hi" />
  <output message="tns:newwsSEI_hiResponse" />
  </operation>
  </portType>
- <binding name="newwsSEIBinding" type="tns:newwsSEI">
  <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <operation name="hi">
  <soap:operation soapAction="" />
- <input>
  <soap:body use="literal" />
  </input>
- <output>
  <soap:body use="literal" />
  </output>
  </operation>
  </binding>
- <service name="Newws">
- <port name="newwsSEIPort" binding="tns:newwsSEIBinding">
  <soap:address location="http://justin:8080/new/newws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
  </port>
  </service>
  </definitions>



Answer this question

"The root element is missing" Exception

  • MarcD

    Excellent.  I will have product group members look at this right away.

    Daniel Roth

  • "The root element is missing" Exception