cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple XSDs to create one single WSDL

0 Kudos

Hi Folks,

I Have a requirement to create multiple(8) XSD's to create one single WSDL file?

can we achieve this?if possible can any send the step  by step document for this req?

Thanks

Muni

Accepted Solutions (0)

Answers (3)

Answers (3)

Harish
Active Contributor
0 Kudos

Hi Muni,

  1. Is all the XSD's is for one message?
  2. Are you using include or import statment to refer XSD's?

If you are using all of them for one message (and one interface) then they should be linked up using import or include statment in XSD. and you can find the wsdl from the parent external definition.

regards,

Harish

0 Kudos

Hi Harish,

I have 8 XSD's .

1.ADDRESS.XSD

2.BILLING_XML_SCHEME.XSD

3.CHARGES.XSD

4.COMMONELEMENTS.XSD

5.IMPORTS.XSD

6.INVOICES.XSD

7.SHIPMENT.XSD

By merging all the above 8 different XML schema  i need to generate single wsdl...is it possible to merge using Altova xml spy tool?

rhviana
Active Contributor
0 Kudos

Minu,

Create one data type with reference objects external definition.

Like

Client

   Adress      type:adress.xsd external definition.

And the others XML nodes !

Regards,

Ricardo VIana.

0 Kudos

Hi Ricardo,

Tried with that...nt working 😞

Harish
Active Contributor
0 Kudos

Hi Muni,

As per your XSD name this are belong to different process/interface.

Why you need one WSDL? do you want to expose all operation in one webservice?

you can create one interface with all operation and the interface WSDL will have all the XSD.

1.ADDRESS.XSD

2.BILLING_XML_SCHEME.XSD

3.CHARGES.XSD

4.COMMONELEMENTS.XSD

5.IMPORTS.XSD

6.INVOICES.XSD

7.SHIPMENT.XSD

Please refer the below links for more detail

regards,

Harish

former_member192343
Active Contributor
0 Kudos

Hi Muni, see my answer in this thread

0 Kudos

Thanks for the reply...can we  achieve this by using ALTOVA XML spy tool? or any other tool?

i have checked by using the below link nt reached upto the mark.

Free Online XSD/XML Schema Generator From XML - FreeFormatter.com

need help guys...

Thanks

Muni

iaki_vila
Active Contributor
0 Kudos

Hi Muni,

As far as i know there isn't any SAP tool to do this. You can try with free tools like wsdlmerge - Merge WSDL and XSD documents into a single file - Google Project Hosting

Regards.