cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL Problem

Former Member
0 Kudos

Hello together,

I have the following problem. I have a wsdl and import it. After the import I see the wanted messages, because the wsdl doesn't work. I get no correct response only the reference

part but not the real data see below

<ns1:findPersonsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://impl.service.remote.uid.xxx.com">

<findPersonsReturn soapenc:arrayType="ns2:Person[202]" xsi:type="soapenc:Array" xmlns:ns2="http://model.xi_001.remote.uid.xxx.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">

<findPersonsReturn href="#id0"/>

<findPersonsReturn href="#id1"/>

<findPersonsReturn href="#id2"/>

<findPersonsReturn href="#id3"/>

........ <findPersonsReturn href="#id4"/>

After this I tried to to convert the wsdl into an xsd with XML Spy but I get 4 xsd and I can import only one into the XI. The WSDL is too complicated for me to write it manually.

Have anybody a solution or an hint for me?

THX for response

Kind Regards Johann

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Johann,

Plz correct me if misunderstood ur question!

Do u have any Xsd's referring in the WSDL. If yes import the XSD as well as the WSDL as external definition. Now you can see the structure.

raj.

Former Member
0 Kudos

Hi

no I have an xsd instead the wsdl because the wsdl doesn't work. because the xmlspy generate 4 xsd files instead one. I can only import one xsd to the XI

Regards Johann

justin_santhanam
Active Contributor
0 Kudos

Johann,

Could you please tell us the end to end scenario. Why u are saying that WSDL not working? Is it not properly defined. Also u can import 4 xsd's into XI External definition...

raj.