netbeans - 从带有空格的wsdl url添加Web服务客户端

时间:2013-07-01 08:18:40

标签: java web-services netbeans wsdl

我正在尝试将基于wsdl的webservice添加到我的项目中。

问题是链接中有空格,因此netbeans说链接syntex错误。 " URI Syntex错误"

... IP /本地%20NPG / TELZAR /通讯%20Layer / NPG-Services.serviceagent?WSDL

error netbeans

1 个答案:

答案 0 :(得分:0)

我猜你的终点url中的空格被“%20”替换。 修改你的wsdl,用实际的空格替换%20。可能适合你的情况。

您可以在标签

下的wsdl中找到终点网址

例如: - -