Skip to Content
0
Former Member
Oct 30, 2008 at 02:02 PM

unknown namespace error when generating a client proxy

605 Views

We are using WAS 7.0 and I'm trying to generate a client proxy for an inhouse webservice via Object Navigator (SE80). When using the Wizard I get an error message from the Librabry Handler saying: "Unknown namespace: http://schemas.xmlsoap.org/soap/encoding".

A check by the colleagues who provide this Webservice says that the wsdl is ok.

Any idea for this error message?

Many Thanks.

<?xml version="1.0" encoding="utf-8"?>

http://jaspro.intra.tnt.de:7001/webservices"

xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"

xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"

xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"

xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"

xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:s="http://www.w3.org/2001/XMLSchema"

xmlns="http://schemas.xmlsoap.org/wsdl/"

targetNamespace="http://jaspro.intra.tnt.de:7001/webservices">

http://jaspro.intra.tnt.de:7001/webservices"

xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"

xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"

xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"

xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"

xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

xmlns:s="http://www.w3.org/2001/XMLSchema"

xmlns="http://schemas.xmlsoap.org/wsdl/">

http://www.w3.org/2001/XMLSchema"

xmlns:stns="java:language_builtins.lang"

elementFormDefault="qualified"

attributeFormDefault="qualified"

targetNamespace="java:language_builtins.lang">

http://schemas.xmlsoap.org/soap/encoding/">

</xsd:import>

<xsd:complexType name="ArrayOfString">

<xsd:complexContent>

http://schemas.xmlsoap.org/soap/encoding/"

base="soapenc:Array">

http://schemas.xmlsoap.org/wsdl/"

ref="soapenc:arrayType"

wsdl:arrayType="xsd:string[]">

</xsd:attribute>

</xsd:restriction>

</xsd:complexContent>

</xsd:complexType>

</xsd:schema>

</types>

<message name="checkZZ">

http://www.w3.org/2001/XMLSchema"

type="partns:string"

name="string">

</part>

http://www.w3.org/2001/XMLSchema"

type="partns:string"

name="string0">

</part>

http://www.w3.org/2001/XMLSchema"

type="partns:string"

name="string1">

</part>

</message>

<message name="checkZZResponse">

<part xmlns:partns="java:language_builtins.lang"

type="partns:ArrayOfString"

name="result">

</part>

</message>

<portType name="TNTOfficeRexplanWebServicesPort">

<operation name="checkZZ">

<input message="tns:checkZZ">

</input>

<output message="tns:checkZZResponse">

</output>

</operation>

</portType>

<binding type="tns:TNTOfficeRexplanWebServicesPort"

name="TNTOfficeRexplanWebServicesPort">

http://schemas.xmlsoap.org/soap/http" />

<operation name="checkZZ">

<soap:operation style="rpc" soapAction="" />

<input>

http://jaspro.intra.tnt.de:7001/webservices" encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/" use="encoded" />

</input>

<output>

http://jaspro.intra.tnt.de:7001/webservices" encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/" use="encoded" />

</output>

</operation>

</binding>

<service name="TNTOfficeRexplanWebServices">

<port name="TNTOfficeRexplanWebServicesPort"

binding="tns:TNTOfficeRexplanWebServicesPort">

<soap:address location="http://jaspro:7001/rexplanWebService/TNTOfficeRexplanWebServices" />

</port>

</service>

</definitions>