cancel
Showing results for 
Search instead for 
Did you mean: 

Testing a WebService Using WSnavigator of Remote J2EE Engine..!!!

Former Member
0 Kudos

Dear Experts...!!!

Good day to all.... Here i have an RFC which is then converted into a WebService.

Using WSCONFIG transaction, i have checked the release of the WS.

But the requirement is to test the Webservice (wsdl link) thru WSNAVIGATOR by a remote J2EE Engine.

For this I went to the Webservice Homepage (Ctrl F8) and then here "http://localhost:8000/wsnavigator/............." i changed the J2eeServer's Name and Port with the Remote server's name and port no.

when the Test is performed.. it says " Connection Refused : Connect"

How to make the remote J2EE server recognize the WebService.

Plz help me...

Thanx and Regards,

Vinod.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhijeet_mukkawar
Active Contributor
0 Kudos

Hi Vinod,

when you go to web service naviator, you gotta put the wsdl path in the input field (since you have them on abap stack), then you can test that ...

but before that try to access the wsdl of the web service, by entering the wsdl in the browser address bar, if wsdl is accessible then there is something other issue, but if it is not accessible then i would suggest to <b>have check on port no</b>..

http://localhost:8000/wsnavigator/............."; instead of 8000 it may be 8021...ask you basis team

hope it helps

regards