cancel
Showing results for 
Search instead for 
Did you mean: 

Test web service proxy using EJB session bean client...

Former Member
0 Kudos

Hello!

I am following this blog /people/abdelmorhit.elrhazi/blog/2009/10/30/how-to-consume-an-inbound-backend-web-service-in-nwdsjboss-environment to create a EJB session bean client to access the web service proxy...

The blog is not very clear. Where should I be deploying the web service proxy and the EJB session bean (web service client) ? on the PI 7.1 ?

How to find out the URL for the wsdl ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> The blog is not very clear. Where should I be deploying the web service proxy and the EJB session bean (web service client) ? on the PI 7.1 ?

"To deploy your web service proxy and session bean, right click on your JBoss server in the Servers view, and click on Add Remove Projects, add you ear file and click finish."

You need a JBoss server.

Former Member
0 Kudos

Hello,

I deployed to the PI 7.1 instead using the same procedure.

How should I go about testing the web service proxy using the EJB stateless session bean client once I deploy the EAR file...

Thanks