在服务器上发布了一个webservices,用soapUI调用可以成功,但是远程调用老是出现No such operation 'subscriptionUpdateNotifyRequest'这个错误?
我是菜鸟,请大家帮帮忙?解决一下.IsmpSpService (wsdl) 
     subscriptionUpdateNotify 
     modifyUserNumber 
webservice中有这2个方法

解决方案 »

  1.   

    http://220.194.138.217:8080/axis/services/IsmpSpService?wsdl
      

  2.   

    runescape money
    runescape gold
    runescape power leveling
    cheap runescape power leveling
    rs powerleveling
    runescape accounts
    buy cheap runescape accounts
    cheapest runescape accounts
    rs accounts
    runescape gold farming
    runescape items
    runescape gold
    cheap runescape gold
    buy runescape gold
    runescape money
    cheap runescape money
    buy runescape money
    runescape accounts
    cheap runescape accounts
    buy runescape accounts
    runescape power leveling
    runescape powerleveling
    cheap runescape power leveling
    runescape gold farming
    runescape items
    runescape gold
    cheap runescape gold
    buy runescape gold
    runescape money
    cheap runescape money
    buy runescape money
    runescape accounts
    cheap runescape accounts
    buy runescape accounts
    runescape power leveling
    runescape powerleveling
    cheap runescape power leveling
    runescape gold farming
    runescape items
    runescape gold
    cheap runescape gold
    buy runescape gold
    runescape money
    cheap runescape money
    buy runescape money
    runescape accounts
    cheap runescape accounts
    buy runescape accounts
    runescape power leveling
    runescape powerleveling
    cheap runescape power leveling
    runescape gold farming
    runescape items
      

  3.   

    能找到类,就是找不到类下的这个方法
    地址应该没错
    要么就是名字不匹配
    要么就是你调用的方法错了 实在不行用TCP/IP监听把请求和返回的信息弄出来看看 
      

  4.   

    这是客户端发的包信息
    POST /axisrvices/IsmpSpService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: 220.194.138.217:8080 Cache-Control: no-cache Pragma: no-cache SOAPAction: "urn:#subscriptionUpdateNotify" Content-Length: 702  
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <subscriptionUpdateNotifyRequest xmlns="http://type.schema.ismp-sp.cnc.com">
    <sequenceNo xmlns="">10<quenceNo>
    <srcDeviceId xmlns="">149901020001</srcDeviceId>
    <opFlag xmlns="">1</opFlag>
    <userIdType xmlns="">1</userIdType>
    <userId xmlns="">008618887498</userId>
    <spId xmlns="">1040000044</spId>
    <productId xmlns="">90120111141040000000022</productId>
    <updateTime xmlns="">2008-12-15T08:25:31.310Z</updateTime>
    </subscriptionUpdateNotifyRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    HTTP/1.1 500 Internal Server Error Server: Apache-Coyote/1.1 Content-Type: text/xml;charset=utf-8 Date: Mon, 15 Dec 2008 08:25:34 GMT Connection: close  
    <?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client</faultcode>
    <faultstring>No such operation 'subscriptionUpdateNotifyRequest'</faultstring>
    <detail><ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">ibm</ns2:hostname></detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    这应该就是错误信息,不知道什么原因,各位老大,帮帮忙呀
      

  5.   

     xmlns="http://type.schema.ismp-sp.cnc.com"
    确认一下这个命名空间看有没问题红色显示 服务器链接关闭错误
      

  6.   

    1. 重新查看你的wsdl
    2. 检查调用这个方法的namespace是什么
    3. 确认你没有写错method name