1 Reply Latest reply on Oct 19, 2005 6:25 PM by thomas.diesler

    WSCompile Clarifications

    shawn_white

      I'm developing some RPC/Literal web services using JBoss 4.0.3. I'm using the wscompile tool to generate wsdl and mapping artifacts as instructed on the JBossWS WIKI.

      Is there ever a case where the generated classes from wscompile are required by JBossWS or are they always discarded because JBossWS uses Axis and it doesn't know anthing about them? Or if there are cases, what are they?

        • 1. Re: WSCompile Clarifications
          thomas.diesler

          If you go from Java -> WSDL + mapping the generated classes are not needed.

          If you go from WSDL -> Java + mapping the SEI, complex user types or user exceptions are needed.

          Everything that is portable and does have dependencies on the Sun SOAP stack