XmlObject.Factory.parse("<soapBody>input1,input2</soapBody>"), "This is the start of this workflow");
// BEGIN SERVICE1
{
// prepare to invoke service1
InvocationEntity service1 = notifier.createEntity(myServiceID, SERVICE_1, "NODE1", 1);
InvocationContext service1Invocation = notifier.invokingService(context, service1,
XmlObject.Factory.parse("<soapHeader/>"), XmlObject.Factory.parse("<soapBody>input1</soapBody>"),
"This workflow is invoking a service");
Object result = null;