Thanks Daniel and sorry for the delay.
< xml version="1.0" encoding="UTF-8" >
< 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">
- <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">
<element name="String_1" type="string" nillable="true" />
</sequence>
</complexType>
<element name="result" type="string" nillable="true" />
</sequence>
</complexType>
<element name="hi" type="tns:hi" />
<element name="hiResponse" type="tns:hiResponse" />
</schema>
</types>
<part name="parameters" element="ns2:hi" />
</message>
<part name="result" element="ns2:hiResponse" />
</message>
<input message="tns:newwsSEI_hi" />
<output message="tns:newwsSEI_hiResponse" />
</operation>
</portType>
<soap:address location="http://justin:8080/new/newws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />
</port>
</service>
</definitions>

"The root element is missing" Exception
MarcD
Daniel Roth