cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL

Former Member
0 Kudos

Hi guys!

I 've a question about wsdl :

I' have a WSDL with this structure :

<wsdl:message name="LimitRequest">

<wsdl:part name="id" type="soapenc:string"/>

<wsdl:part name="login" type="soapenc:string"/>

<wsdl:part name="pwd" type="soapenc:string"/>

<wsdl:part name="xml" type="soapenc:string"/>

but I would that the part name "xml" to be like(same structure) a data type I've created in XI.

How would you do it?

Thanks!

Regards,

Muraiii

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murai,

When u import WSDL, there is no need to create Data Type and Message Type.

Thanks,

Maheshwari.

Answers (1)

Answers (1)

manish_bhalla2
Contributor
0 Kudos

Hi Murai,

You can export the data type you have created as wsdl and then add that into your existing wsdl via an editor like XMLSpy.

For tutorials on editing WSDL... http://www.w3schools.com/wsdl/default.asp

I hope I understood your question right.

Regards

Manish

Former Member
0 Kudos

Thanks Manish!

I think that's the solution, does anybody know exactly how to add the xsd into the wsdl thanks to XmlSpy?

Thanks again,

Muraii

Former Member
0 Kudos

Hi-

<i>does anybody know exactly how to add the xsd into the wsdl</i>

Check this link

A note on wsdl and xsd imports

/people/kevin.liu/blog/2004/06/28/a-note-on-wsdl-and-xsd-imports

/people/kevin.liu/blog/2005/10/07/a-note-on-wsdl-and-xsd-imports--part-ii