cancel
Showing results for 
Search instead for 
Did you mean: 

Deployable Proxy issue : Very Urgent response needed

Former Member
0 Kudos

Hi All,

I have got one deployable proxy issue. I have created a webservice DC and one deployable proxy DC in my DEV landscape. proxy accesses the webservice properly, however when I am moving my DCs from DEV to QA, still the deployable proxy accesses the webservice in DEV system.

How to fix this issue? I want DEV proxy access DEV Webservice and QA proxy accesses the QA Webservice.

Please reply soon!

best Regards,

Ritesh

Accepted Solutions (0)

Answers (3)

Answers (3)

snehal_kendre
Active Contributor
0 Kudos

Hi Ritesh,

When you implement a deployable proxy for a webservice it points to a default location.(i.e. the server from where it is created)

only its deployment on other server is not sufficient. you have to point it to the other server.

some defualt methods are useful

webservicename.modelObject()._setEndPoint();

.modelObject()._setUser();

modelObject()._setPassword();

you can set these parameter and i think it will solve your problem,

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Ritesh,

Using HTTP destination coding you can make dynamic WSDL URL access. Change the webdynpro controller code to access the respective DEV, QA and PROD system data.

Check this thread: [Here|;

Regards, Suresh KB

Former Member
0 Kudos

HI Ritesh,

Does the webservice has any dependcy on the Dev server hostname ?

also it is not a recomended approach but can u deploy the WS on QA and check what is happening ?

Thanks

Pankaj