I am developing app with BDS 2006 under XP
I created Web server as Web App Debugger. A client are also constucted.
I am importing web service with "Web Service Importer" from the Web Service
tab.
I enter the URL to my service's WSDL into dialog:
http://localhost:8081/DebugWebServiceMadad.TJT0501/soap/IMddMtb and click
"Finish";
I get error: "Unable to load WSDl file/location
http://localhost:8081/DebugWebServiceMadad.TJT0501/soap/IMddMtb
[Error:Invalid at the top level of the document"
Can anybody help me?
Thanks.
The error message seems to indicate that the 'soap' endpoint is being used
as a WSDL.
> I enter the URL to my service's WSDL into dialog:
> http://localhost:8081/DebugWebServiceMadad.TJT0501/soap/IMddMtb and click
> "Finish";
You probably should use
http://localhost:8081/DebugWebServiceMadad.TJT0501/wsdl/IMddMtb
as the url of the WSDL.
Cheers,
Bruneau.
PS: Use a browser to ensure that the URL you're using indeed returns a valid
WSDL.