Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to Access a JAX-WS web services deployed on WAS 8.5.0.2?

We have a simple JAX-WS web service deployed on WAS 8.5.0.2. The web service uses Axis 2 implementation. We intend to access the web service from an RM widget using AJAX. The questions we have are :

1. How do we invoke the web service to return the wsdl?( So far we can locate the the wsdl file on the server using the .wsdl extension)

2. Is there a possibility to create a web service using WAS JAX-WS Implementation?

0 votes



One answer

Permanent link
I few years ago I created a web service to access RTC functions.  I used the wsdl editor in   eclipse to create the WSDL and then axis2 function to generate the service implementation shell from there..

when deployed on a web server I can access the wsdl by calling the service and adding the ?wsdl parm
like this

http://localhost:9099/RTCWebService/services/RTCDefect?wsdl

I just started up my web service for the first time since 2012, and this is how I accessed the wsdl.
when I did this http://localhost:9099/RTCWebService/ (which is the Eclipse project name on the eclipse started server), i get the Axis2 nav panel

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,078
× 7,598
× 24
× 11

Question asked: Jan 05 '15, 5:53 a.m.

Question was seen: 6,681 times

Last updated: Jan 05 '15, 8:07 a.m.

Confirmation Cancel Confirm