【发布时间】:2011-10-24 07:01:41
【问题描述】:
<service name="MathServicesService">
<port name="MathServicesPort" binding="tns:MathServicesPortBinding">
<soap:address location="http://localhost/C:\Users\cvolkernick\workspace\WSDLServer\bin\math\"/>
</port>
</service>
我应该在上面写着<soap:address location="URL" /> 的地方有什么??我正在尝试使用 Web 服务资源管理器在本地测试我的 Web 服务,但我不断收到 404
【问题讨论】:
标签: xml web-services soap wsdl