cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming ABAP WS

Former Member
0 Kudos

Hello gurus,

please help me. I've faced problem with consuming ABAP webservice. Here's the original wsdl:

*******************************************************************************************************************************************

[WSDL definition|https://docs.google.com/document/d/1QiuguhN4ZniOUFkWWq2J-uH6Jqjc5wYCvmloAgqDDWs/edit?hl=en]

*******************************************************************************************************************************************

here's the response from WS:

*******************************************************************************************************************************************

[WS Response|https://docs.google.com/document/d/14fIkoBBw92m8fNS-hdLsY2xYoieBBCtvhf7YGt_y4Vc/edit?hl=en]

*******************************************************************************************************************************************

Question: how to enforce SAP to set prefix for all elements without prefix in the response xml? For instance i wanna have :

<n0:IdIncomeRecord>1 </n0:IdIncomeRecord>

intead of

<IdIncomeRecord>1 </IdIncomeRecord>

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

To my knowledge, there seems to be little support to manipulate the generation of WSDL. But, explore the SOAManager transaction for any help related to it.

Regards,

Sharath