I’m writing a wsdl file and when I tested it, I got the “SOAP-ERROR: Parsing WSDL: No address associated with ” message. I’ve added address to the port tag:
Following is the code:
<service name="MyWebService">
<documentation>WSDL file for Web Service</documentation>
<port name="GetNamePortType" binding="tns:GetNameBinding">
<soap:address location="http://localhost:8080/site/ws/wsdl/"/>
</port>
</service>
Thanks for any input
What language do you use in background? Last time I used SOAP was in classic asp a while ago :).
But there I had to specify the target file like this:
Don’t know if that helps you, but without more information it is hard to say what is wrong.