把生成的jws发过来看看,好吗?

解决方案 »

  1.   

    说错了,把生成的wsdl发过来看看!
      

  2.   

    检查一下你的IE是否使用代理访问的Internet
      

  3.   

    有什么问题吗?在我机器上都是好的.可以正常打印出"你好lee,欢迎来到Web服务的世界!"
      

  4.   

    xml-apis.jar   Null response message!
      <?xml version="1.0" encoding="UTF-8" ?> 
    - <wsdl:definitions targetNamespace="http://localhost:1234/axisTest/Hello.jws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:1234/axisTest/Hello.jws" xmlns:intf="http://localhost:1234/axisTest/Hello.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <wsdl:message name="helloRequest">
      <wsdl:part name="name" type="xsd:string" /> 
      </wsdl:message>
    - <wsdl:message name="helloResponse">
      <wsdl:part name="helloReturn" type="xsd:string" /> 
      </wsdl:message>
    - <wsdl:portType name="Hello">
    - <wsdl:operation name="hello" parameterOrder="name">
      <wsdl:input message="impl:helloRequest" name="helloRequest" /> 
      <wsdl:output message="impl:helloResponse" name="helloResponse" /> 
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:binding name="HelloSoapBinding" type="impl:Hello">
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> 
    - <wsdl:operation name="hello">
      <wsdlsoap:operation soapAction="" /> 
    - <wsdl:input name="helloRequest">
      <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> 
      </wsdl:input>
    - <wsdl:output name="helloResponse">
      <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:1234/axisTest/Hello.jws" use="encoded" /> 
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:service name="HelloService">
    - <wsdl:port binding="impl:HelloSoapBinding" name="Hello">
      <wsdlsoap:address location="http://localhost:1234/axisTest/Hello.jws" /> 
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>
      

  5.   

    我调用vc 的客户端是对的但是java 的就是不行,希望指点呀!!!
      

  6.   

    另外一个问题我用wsdd 部署时为什么运行命令以后是"Null response message!" 的提示呀