Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a WSDL file generated by netbeans by JAX-WS RI and published on the localhost of the server which is part of the client-server application.

I'm trying to use javascript to call webservice described in this file, I'm using XmlHttp GET request to get content of it, but i get NO RESPONSES.

I've tried to put my html file to the same domain as the wsdl file but i couldn't find it (wsdl file) I can just read it from http://localhost. Is it possible that wsdl file generated by JAX-WS doesn't have it's physical form?

The client-server application was created by someone else and he claims that it is not possible to put a web page on this server so it can be reached from http://localhost
Posted
Comments
lindam88 8-Mar-13 21:59pm    
what is the issue then?? can you post your code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900