1 Reply Latest reply on Feb 6, 2006 7:07 AM by thomas.diesler

    Which class files generated by wscompile are required?

    milesg

      Hi, I have been setting up a simple web service on JBoss 4.0.3SP1 and have been following the Wiki tutorial for a document style service endpoint. The WS FAQ states that you do not need the various classes (xxx_Tie.class, xxx_LiteralSerializer.class, etc) generated by wscompile, but I have had problems when not including these classes with my deployed web service. Specifically the error I get is:

      ERROR [RPCInvocation] org.xml.sax.SAXException: Deserializing parameter 'getPerson': could not find deserializer for type.... etc.

      Am I doing something wrong? Are some of these classess required, but not others, if so, which are needed by JBoss and which aren't?

      Thanks in advance for any help you can give.