cancel
Showing results for 
Search instead for 
Did you mean: 

Modify SOAP Namespace for ABAP WS

0 Kudos

Hi Experts,

I need to modify namespace on the web service, I have to provide this WS from an ABAP AS 7.0 SP10 (we don't have XI or PI infrastructure) but the request generated from SAP WSDL is like this:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">

<soap:Body>

<urn:GetExAvailability>

.....

</urn:GetExAvailability>

is it possible to change this name space urn="urn:sap-com:document:sap:soap:functions:mc-style" and the prefix "urn" before "GetEx..."?

From Service Definition in the transaction SE80 the SOAP NameSpace is read only, but the customer that have to use this WS, use a request(that they can't modify) like this:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<GetExAvailability xmlns="http://www.aaaaaa.de/">

.....

</GetExAvailability>

Any help would be greatly appreciated.

Thanks!

Regards,

Max.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Max,

we are facing a similar problem and would like to change a namespace from "urn:sap-com:document:sap:soap:functions:mc-style" to "urn:sap-com:document:sap:rfc:functions"

Did you find a solution to the problem?

I found the explanations on how the the different namespaces work, but there is no documentation on where this namespace is configured or how to change it.

Any help would be greatly appreciated.

Thanks,

Fabian

former_member184588
Active Participant
0 Kudos

Hello Max,

did you find a solution?

Greetings, Vanessa