cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic url with soap reciver adapter

Former Member
0 Kudos

Hi All,

We have Interface between ECC(IDOC) to MII(SOAP) system. So MII side they are using different URL's. for this we are trying Dynamic URL configuration with Soap receiver channel. I have done the steps, In the PI system messages are getting success but its not Reached to MII system. please help on this issue.

SAP PI system is 7.5

Please find my below for configurations:

UDF in Mapping :

//Get the dynamic configuration from the container
DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

//Create the TServerLocation key in namespace http://sap.com/xi/XI/System/SOAP. This key will hold the dynamically created URL
DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "TServerLocation");

//Put the url value from the input in the configuration under the specified key
conf.put(key, url);

//return the data for mapping to the output
return "";

Soap Receiver channel configuration:

Former Member
0 Kudos

Hi Manoj,

Thank you for your response,

We have tried all above possibilities but no luck, Message not reached to MII system. we have followed below links also. Please provide if any other inputs for resolve this issue.

https://archive.sap.com/discussions/thread/2148451

https://archive.sap.com/discussions/thread/1984226

Regards,

Rajendar

Accepted Solutions (0)

Answers (0)