cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS - Deploy, publish custom webservice based on EJB

Former Member
0 Kudos

Hi,

I have successfully deployed a ear file which has a EJB + Webservice (VI + WSD) to J2EE server.

EJB has a simple method disp_vend_details which takes in vendor id and give out vendor details.

I wish to know what are next steps like publishing etc and where do we do that?

I wish to know where is my wsdl generated on portal and how do I access it?

I would then wish to create a client proxy to consume the service.

Details are:

Configuration name: vendor_config

Selected Binding: HTTP SOAP

HTTPS(S) path: /ws_vend/vendor_config

WSD Name: ws_vendWSD

Endpoint: VendorBean

Session handling: Stateless

Thanks,

Amit Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

wsdl =

http://<your_host>:<j2ee_port>/ws_vend/vendor_config?wsdl

Search SCN for all other queries related to publishing of services (key word: NWDS Java Service) there are plenty of e-learning for same.

Regards,

Gourav

Former Member
0 Kudos

Hi,

I tried the URL but no luck. I think there are some config next steps for a webservice after post deploy to J2EE server. Can you guide me to a proper link to any elearning / blog where in this config is shown.

Thanks,

Amit Jain

Former Member
0 Kudos

Actually I need to do Project-> Build all and then deploy my ear.

To verify goto menu->window->Show view->Other->web service navigator.

Login with administrator userid and password.

If your web service is listed, then it is deployed correctly.

Closing the thread....