cancel
Showing results for 
Search instead for 
Did you mean: 

Updating the XML message generated during the consuming of a web service

Former Member
0 Kudos

Dears,

Is there a way to update the XML file / message generated during the web service consuming from within an ABAP program; i.e. the XML file / message generated during the call of the proxy class method ?

The problem is that the web service provider adopts a higher SOAP level then that of our SAP system from where we do the consuming, so the generated XML misses some tags.

Thanks.

Reda

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can manipulate SOAP header to some extent otherwise this is not possible (as far as I know). Can you indicate which tags are missing?

Regards,

Gourav

Answers (1)

Answers (1)

Former Member
0 Kudos

Reda,

you may want to have a look at interface IF_WSPROTOCOL. It has a good documentation with an example.

this way you don't update the created message(tweak it) but set header parameters in advance.

Hope it helps,

anton