1 Reply Latest reply on Sep 19, 2006 4:56 PM by thomas.diesler

    Message Style Service Problem

    sjwoodman

      Hi,

      I'm trying to create a message style service but am running into some problem (JBoss4.0.4, JBossWS1.0.0). I want to specify the message schema in the WSDL file and then deal with the XML payload of the message in the implementation (rather than creating data objects from the schema). First of all, is this possible in theory?

      At present I can deploy a service along these lines where the implementation method takes a DOM Element parameter and the jaxrpc-mapping file maps from the schema type to a DOM Element. However, at invocation time I get an exception 'javaType cannot be null'. Any ideas?

      Simon