`
xly_971223
  • 浏览: 1263531 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

jaxws不支持SOAPBinding.Use.ENCODED

    博客分类:
  • java
阅读更多
用wsgen生成是报错

com.sun.tools.internal.ws.processor.modeler.ModelerException: modeler error: The
 com.justel.voice.wappush.WSProvider class has invalid SOAPBinding annotation. d
ocument/encoded SOAPBinding is not supported
        at com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceAP.o
nError(WebServiceAP.java:221)
        at com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisi
tor.pushSOAPBinding(WebServiceVisitor.java:259)
        at com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisi
tor.preProcessWebService(WebServiceVisitor.java:217)


kao 不支持就不要定义这个类型嘛

wsdl生成java时  rpc  encoded 也出错
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="pushMSGPTP">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input>
        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://211.94.69.12/pushhq/services/PushSVRService"/>
      </wsdl:input>
      <wsdl:output>
        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://211.94.69.12/pushhq/services/PushSVRService"/>
      </wsdl:output>
    </wsdl:operation>
0
0
分享到:
评论
1 楼 zy976133 2016-03-25  
怎么解决的  

相关推荐

Global site tag (gtag.js) - Google Analytics