cancel
Showing results for 
Search instead for 
Did you mean: 

Changing targetNamespace in SAP generated wsdl file

Former Member
0 Kudos

Hi

I noticed that the wsdl that I generate always have targetNamespace="urn:sap-com:document:sap:rfc:functions".

Does anyone know if there is a way to change it?

This is because I am developing a J2EE web service client and will be importing the WSDL using AXIS 1.4. As I will be generating several wsdls, I don't want the namespace to be the same at the Java end to prevent namespace collision.

Best regards

Kim Lim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kim,

You should not do this. It is highly recommended that you should not change it.

Because SAP internal mechanism(SOAP -ABAP) works with this namespace only. If you change you might get an error while calling web service.

Secondly, it would not cause a conflict because operation name is different in each case for calling different RFCs.

Regards,

Piyush