Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intersystems iris 当存在'/';IRIS中WSDL类型定义中的字符_Intersystems Iris - Fatal编程技术网

Intersystems iris 当存在'/';IRIS中WSDL类型定义中的字符

Intersystems iris 当存在'/';IRIS中WSDL类型定义中的字符,intersystems-iris,Intersystems Iris,我们正在连接到第三方SOAP web服务。wsdl如下所示 请注意,portType被定义为/cvpService 然后,当我们试图使用SOAP向导为服务生成客户机时,我们将遇到以下错误,从而阻止生成 似乎“/cvpService”不能用作有效的类名(甚至方法名),因此生成失败 因此,我有两个关于失败的问题 考虑到portType用作SOAP操作的定义,使用起始“/”命名操作是否有效,我们是否对WSDL标准中portType的命名有一些限制 如果命名实际上是有效的,那么我们如何针对它生成w

我们正在连接到第三方SOAP web服务。wsdl如下所示

请注意,portType被定义为/cvpService

然后,当我们试图使用SOAP向导为服务生成客户机时,我们将遇到以下错误,从而阻止生成

似乎“/cvpService”不能用作有效的类名(甚至方法名),因此生成失败

因此,我有两个关于失败的问题

  • 考虑到portType用作SOAP操作的定义,使用起始“/”命名操作是否有效,我们是否对WSDL标准中portType的命名有一些限制

  • 如果命名实际上是有效的,那么我们如何针对它生成web服务客户端

  • 谢谢