cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Dynamic Webservice WSDL URL in Java Webdynpro

Former Member
0 Kudos

HI Experts,

I have created Adaptive Web Service Model in my WebDynpro Java project and I am executing the webservice from my java webdynpro code. Its working absolutely fine.

But in future my client is going to change the WSDL Url for the webservice (as of now that webservice in in some server, and my client is planning to move that webservice to another server which will definately change webservice WSDL URL ) and he wants my webdynpro code should not be changed (no code change allowed) but still my webdynpro java code should be able to execute the webservice .

My doubt is how to make webdynro java code adapt to itself with dymanic WSDL url, without touching the code. As of now I have created the Adaptive Webservice model in webdynpro using some WSDL url, and if in future WSDL changes than how to go ahead, what approach I have to take.

I want even when WSDL URL changes for the webservice , I should not change my WebDynpro code.

please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

junwu
Active Contributor
0 Kudos

in nw7, you are using destination to reference the wsdl url

in ce7.2, you will use service group to do the same thing,

in either case, there is no need to change the code.