ABAP创建Domino WebService代理对象类时报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ABAP创建Domino WebService代理对象类时报错相关的知识,希望对你有一定的参考价值。

通过Webservice地址能访问到,但在ABAP中创建代理对象类时报错
具体"use"是什么不清除,XML文件中确认有这个参数
- <binding name="dominoSoapBinding" type="impl:workflow">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="START_ORDER">
<wsdlsoap:operation soapAction="" />
- <input name="START_ORDERRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded" />
</input>

ABAP通过向导生成的Web service只支持SOAP协议,如果是其它协议的,需要做相应转换的 参考技术A 那个“use”是什么

以上是关于ABAP创建Domino WebService代理对象类时报错的主要内容,如果未能解决你的问题,请参考以下文章

abap proxy怎么创建

20170325 ABAP调用webservice

ABAP调用外部WebService

sap abap怎样创建一个structure

abap 调用webservice 报错

ABAP调用WebService时日期类型问题