cancel
Showing results for 
Search instead for 
Did you mean: 

Create an XML file using a xsd schema cloud application studio

ilaria_marzuillo
Explorer
0 Kudos

Hi all,

in SAP cloud application studio I defined a new External Web services importing the wsdl file and the related xsd schema (see attached image).

Now, starting from the customer invoice data in SAP BYD I need to map the standard Invoice BO data with the xml schema created (FatturaPa_versione_1.2.xsd) and from this mapping, create a xml file.

The xml file must be attached in the request of the external webservice created (in the content of the webservice) from the wsdl (LbhubImportService.wsdl).

Do you know if it is possible to create a xml file starting from an xsd schema and attach it into the external webservices call?

Thank you

Ilaria

Accepted Solutions (0)

Answers (2)

Answers (2)

solene_roques
Participant
0 Kudos

Hello Ilaria,

I have a very similar requirment. Did you finally find the solution ?

Thanks for sharing,

Best reagrds

ilaria_marzuillo
Explorer
0 Kudos

Hi Solène,

actually we developed a custom solution.

Regards

Ilaria

solene_roques
Participant
0 Kudos

Hi Ilaria,

Thanks for answering. Yes, what were the principle of this solution : you created the xml file content via absl ? Did we write every string in the file content or where you able to use a structure (xsd) ?

Thanks

ilaria_marzuillo
Explorer
0 Kudos

details of the webservice in sdk