Would the folks on the list have any recommendations for best practices?

If I have a service operation:

public TestObject doSomething(TestObject testObject1, OtherTestObject testObject2) {
  return testIObject1.something(testObject2);
}

Would it be best to work with RawXMLINOutMessageReceiver + OMElement + xmlbeans instead of the actual xmlbeans objects themselves and have the method do the mapping from OMElement to TestObject and OtherTestObject via xmlbeans?

Seems no matter what I try I can't get the service skeleton to be generated with two parameters anyway. It always has one xmlbean parameter that wraps the two params as xmlbeans inside it.
i.e. TestObjectMessageDocument.getTestObjectMessage.getTestObjectType();
TestObjectMessageDocument.getTestObjectMessage.getOtherTestObjectType();

thanks,

Alistair


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to