cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic URL - SOAP HTTP(Axis)

Former Member
0 Kudos

Hello XI SDN'ers,

I am using "SOAP HTTP (Axis)" adapter in my communication channel. I want to dynamically set the "URL" through "DynamicConfiguration".

Is there anyway to acheive this?

-Satish.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182455
Active Contributor
0 Kudos

Hi satish,

You can set the URL in the adapter specific attributes, but you can only set the whole URL and not parts of it.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380...

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

The namespace is: 'http://sap.com/xi/XI/System/SOAP', the name: TServerLocation

regards

srinivas

Former Member
0 Kudos

Hello Srinivas,

In your response, you specified "parameterNamespace" as "http://sap.com/xi/XI/System/SOAP" and "parameter" as "TServerLocation", do you also know the other parameters for example., "location and value" for the module configuration.

Thanks & Regards,

Satish.

Former Member
0 Kudos

Hello All,

I have found the correct configuration for the AXIS Module for dynamically setting URL:

it should be:

handler.type --- java:com.sap.aii.axis.xi.XI30DynamicConfigurationHandler

key --- write http://sap.com/xi/XI/System/SOAP TServerLocation

location --- context

value --- transport.url

regards,

Satish.