cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Web Service Method with Predefined XML format

former_member450736
Active Participant
0 Kudos

Hi,

My requirement is I have to call Web service method using HR-XML format.. which looks like below..

<Order xmlns:webadd =u2018<some web address >u2019

xmlns=u2018<some web address >u2019

xmlns:xsi=u2018<some web address >u2019

xsi:schemaLocation=u2018<some web address > <address>.xsd>

<! --- Third Party Client ID -->

<ClientId>

<IdValue name=u2018somevalueu2019>1</IdValue>

</ClientId>

</Order>

How to Prepare text like this?

i have values in Internal table, when i try to use call transformation to generate XML

it is automatically putting some XSL values along with clientid given above and also i am not able to generate XMLNS values with predefined parameters and its values.

Please suggest How can i generate above XML in abap

Please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member450736
Active Participant
0 Kudos

Answered