cancel
Showing results for 
Search instead for 
Did you mean: 

Handle dynamic tag name in WSDL

Former Member
0 Kudos

Hi Experts,

There is an synchronous scenario from SOAP to RFC, source will send messages from different environment like DEV, Pro, they would send WSDL files with different target namespace like urn:xxx:vrealm_921 from environment DEV and urn:xxx:vrealm_1128 from environment Pro etc, all the WSDL structure is same,  so how does PI handle this dynamic tag name for vrealm_VALUE? Can PI handle this in a Java module or something else?

Any of your idea will be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ally,

did you solve it? Can you explain how?

thanks in advices, your help will be very appreciated

iaki_vila
Active Contributor
0 Kudos

Hi Ally,

As far as i know you can manage with a classical message mapping that situation. You can set a dummy schema for the inbounding message and in the operation mapping set a java mapping. Inside the java mapping you can deal with the different namespaces and the dynamic tags like a normal program enviroment.

In the wiki you have a lot of examples to start: http://wiki.sdn.sap.com/wiki/dosearchsite.action?queryString=java+mapping

Regards.