cancel
Showing results for 
Search instead for 
Did you mean: 

web service reference

Former Member
0 Kudos

Hi,

Our java application is alredy running on sap netviewer 6.4 sp 14. We want to refer to web service proxy client from our application without redeploying application.how can we do that?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Nitin,

Using EJB we can expose it as web service and deploy to Application server. You meant u want access the EJB?...using JNDI lookup. sorry i am not much clear with ur question. explain me

Regards

Suresh

Former Member
0 Kudos

Hi,

My application is already using the web service. we have development, quality and production environment.To get the refernce of proxy client we redeployed the application with web-j2ee-engine.xml file which contains the refernce of proxy client at the time of deployment. Now we deployed proxy client in quality server but i donot want to redeploy the application in Quality and production environment? how i can i avoid redeploy?

thanks and regards,

Nitin Uikey

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Nitin,

Without configuring web-j2ee.engine.xml you cannot invokes the web serives from client. then you have to redeploy to other servers also.

Regards

Suresh