1 Reply Latest reply on Aug 21, 2008 7:47 AM by asoldano

    wsconsume and rpc/encoded soap message

    macmanolo

      Hi,

      I'm was looking for a rpc/enc compatible client and according tohttp://xfire.codehaus.org/Stack+Comparison jbossws can to so.

      I tried using the wsconsume tool to generate the stubs from a give wsdl.
      Here's the error message I get:


      ./wsconsume.sh -k -o /Users/mn/Desktop/webservice/ http://www*****/server_side/soap_server.php?wsdl
      parsing WSDL...


      [WARNING] src-resolve: Cannot resolve the name 'SOAP-ENC:Array' to a(n) 'type definition' component.
      line 50 of http://www*****/server_side/soap_server.php?wsdl#types?schema1

      [ERROR] undefined simple or complex type 'SOAP-ENC:Array'
      line 50 of http://www*****/server_side/soap_server.php?wsdl

      [ERROR] undefined attribute 'SOAP-ENC:arrayType'
      line 51 of http://www*****/server_side/soap_server.php?wsdl

      [ERROR] undefined simple or complex type 'SOAP-ENC:Array'
      line 62 of http://www*****/server_side/soap_server.php?wsdl

      [ERROR] undefined attribute 'SOAP-ENC:arrayType'
      line 63 of http://www*****/server_side/soap_server.php?wsdl

      [ERROR] undefined simple or complex type 'SOAP-ENC:Array'
      line 69 of http://www*****/server_side/soap_server.php?wsdl


      I get the same error message if I use the wsimport tool in the java 6 jdk. Since wsimport does not support rpc/enc I thought it has something to do with the encoding.

      What went wrong here?
      How can I set the encoding to rpc/enc in the wsconsume tool?