3 Replies Latest reply on Nov 5, 2004 12:43 PM by cglommen

    HELP: wscompile port problems

    cglommen

      why would I get the following message when executing wscompile -import?

      [exec] warning: ignoring port "TestWSPort": no SOAP address specified
      [exec] warning: Service "TestWSAPI" does not contain any usable ports

      my wsdl:

      <wsdl:portType name="TestWSPort">
      ....
      </wsdl:portType>
      <wsdl:binding name="TestWSBinding" type="typens:TestWSPort">
      <soapbind:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      ...
      </wsdl:binding>
      <wsdl:service name="TestWS">
      <wsdl:port binding="typens:TestWSBinding" name="TestWSPort">
      <wsdl:documentation>
      <wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.0" />
      </wsdl:documentation>
      <soap:address location="http://myserver.com"/>
      </wsdl:port>
      </wsdl:service>