0 Replies Latest reply on Dec 1, 2006 3:58 PM by eorent

    Can I Use Soap Encoding

    eorent

      I am using JBoss 4.0.5 with JBossWS 1.0.4.GA and I am trying to consume a third party web service from a partner. However, when I try to generate the Java from the WSDL I receive :

      13:32:25,778 WARN [WSDL11Reader] Encoding style 'http://schemas.xmlsoap.org/soap/encoding/' not supported for: {http://netview.verid.com/transact/}continueTransaction
      13:32:25,778 WARN [WSDL11Reader] Encoding style 'http://schemas.xmlsoap.org/soap/encoding/' not supported for: {http://netview.verid.com/transact/}authenticationTransaction
      


      It seems that JBossWS doesn't support Soap Encoding? Is there a way I can do this with JBossWS or another Web Service stack?

      In the end I wish to consume this service from a web app running in JBoss.

      A few years ago I used Axis 1 and it seemed so simple to use. Am I doing something wrong here?

      Thanks.