当前位置: 首页 > 知识库问答 >
问题:

不支持SOAP编码

羊舌光赫
2023-03-14
tux-world@alachiq:~/Desktop/Project/java > wsimport -keep -s wsdl/ example.com/wsdl/wsdl.php?wsdl
parsing WSDL...


[ERROR] "Use of SOAP Encoding is not supported. 
SOAP extension element on line 59 in example.com/wsdl/wsdl.php?wsdl has use="encoded" "

Failed to parse the WSDL.
<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:tsmswsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:tsmswsdl">
<types>
<xsd:schema targetNamespace="urn:tsmswsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="outGetMessages">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="GetMessagesRequest">
  <part name="user" type="xsd:string" />
  <part name="pass" type="xsd:string" />
  <part name="idend" type="xsd:int" />
  <part name="count_request" type="xsd:int" /></message>
<message name="GetMessagesResponse">
  <part name="return" type="tns:outGetMessages" /></message>
<message name="login_checkRequest">
  <part name="user" type="xsd:string" />
  <part name="pass" type="xsd:string" /></message>
<message name="login_checkResponse">
  <part name="return" type="tns:outGetMessages" /></message>
<message name="send_smsRequest">
  <part name="user" type="xsd:string" />
  <part name="pass" type="xsd:string" />
  <part name="sms_number" type="xsd:string" />
  <part name="mobile" type="xsd:string" />
  <part name="msg" type="xsd:string" />
  <part name="send_date" type="xsd:string" /></message>
<message name="send_smsResponse">
  <part name="return" type="tns:outGetMessages" /></message>
<portType name="tsmswsdlPortType">
  <operation name="GetMessages">
    <documentation>Get specific user info</documentation>
    <input message="tns:GetMessagesRequest"/>
    <output message="tns:GetMessagesResponse"/>
  </operation>
  <operation name="login_check">
    <documentation>Get specific user info</documentation>
    <input message="tns:login_checkRequest"/>
    <output message="tns:login_checkResponse"/>
  </operation>
  <operation name="send_sms">
    <documentation>Get specific user info</documentation>
    <input message="tns:send_smsRequest"/>
    <output message="tns:send_smsResponse"/>
  </operation>
</portType>
<binding name="tsmswsdlBinding" type="tns:tsmswsdlPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="GetMessages">
    <soap:operation soapAction="urn:tsmswsdl#GetMessages" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="login_check">
    <soap:operation soapAction="urn:tsmswsdl#login_check" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="send_sms">
    <soap:operation soapAction="urn:tsmswsdl#send_sms" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:tsmswsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="tsmswsdl">
  <port name="tsmswsdlPort" binding="tns:tsmswsdlBinding">
    <soap:address location="example.com/wsdl/wsdl.php"/>
  </port>
</service>
</definitions>

共有1个答案

程和畅
2023-03-14

为了消除这个问题是否有答案的模糊性,我发布了@Roman Vottner评论中的答案:

JAX-WS版本2不支持RPC/Encoded。如果您控制了web服务,请尝试将rpc/encoded更改为document/literal。

建议阅读:

    null
 类似资料:
  • 问题内容: 是否有任何软件包可以在Go上支持 SOAP / WSDL ? 问题答案: 不。 SOAP很烂,但是我必须实现一个使用SOAP的已经定义好的协议的服务器,因此我使用进行监听并使用对其进行了解码/编码。几分钟后,我已经将Go的第一个信封送达了。

  • 请查看Servlet类中的注释。如果将更改为,则无法访问应用程序。 为什么会出现这个问题?

  • SRS哪些协议支持hevc编码 支持hevc编码的协议: rtmp httpflv hls srt: 具体见srt codec wiki FLV视频头信息 因为rtmp在2012年后,协议没有更新,对hevc编码格式的支持在rtmp协议官方文档中没有明确定义。 国内cdn厂商通过修改<video>中CodecID的定义,将flv中的hevc codecid定义为12。 Field Type Com

  • 原则上,我的应用程序不知道屏幕的纵横比(Android应用程序也应该如此)。现在,推荐的做法是手动添加 进入清单,因为智能手机屏幕的宽高比高于默认支持的1.86的趋势。我的问题是,与其设置一个硬编码的比率(如2.1),有没有更好的方法告诉Android,我不在乎最大宽高比是多少? 如果否,是否可以设置任意高的值,例如3.1甚至5.1?这样做安全吗?我说的不是奇怪的屏幕尺寸,而是未来的主流屏幕和未来

  • 我需要在JAX-WS中通过客户端连接到外部服务器。客户端在Wildfly 8上运行。使用Java8连接是正常的。但我在Java7中连接到服务器时遇到了问题(我尝试了u45、67、79)。服务器端安全性的属性为https://www.ssllabs.com/ssltest/analyze.html?d=app.bundesnetzagentur.de 在部分“密码套件”中有四个密码。源代码不应支持J

  • 尝试在使用Spring cloud Gateway代理soap服务时记录请求和响应。下面是代码段...它引发IllegalStateException。 IllegalStateException:只允许一个连接接收订阅服务器。在reactor.netty.channel.fluxreceive.startreceive(fluxreceive.java:271)[reactor-nety.cha