Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

I was creating a WS client server that is not running.
I'm using Glassfish v2.1 and Netbeans 6.5.

I received an error as follows:
"Problem with downloading WSDL or Schema file. Check url, proxy settings or whether server is running. URL: http://localhost:8080/mWSS/NWSSService?wsdl.

Please help!!!!

I couldn't understand properly.
Posted
Updated 7-Dec-09 2:40am
v3

Well, the URL has a semicolon where it should have a colon. That could be a problem.
http;//

Should be.
http://

Also, the web services I work with typically have an extension in the URL, but that could just be because I work with Microsoft technologies. For example:
NWSSService?wsdl

Would in my case usually be more like:
NWSSService.asmx?wsdl
 
Share this answer
 
Comments
nora25 14-Jul-10 19:43pm    
Reason for my vote of 5
i do this instruction and it is succeed
Check if you could connect to the web serivce URL via browser.
 
Share this answer
 
use crisc.ru for certification in CRISC ISACA
 
Share this answer
 

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