| Simple test that ensures that we can echo a string to an rpc/lit web service
NOTE:
To enable this test, remove the _.
Once you do this, you can add the following code to OperationDescriptionImpl.
buildAttachmentInformation()
// TODO: Start HACK for RPCLitSWAProxyTest
addPartAttachmentDescription("dummyAttachmentIN",
new AttachmentDescriptionImpl(AttachmentType.SWA,
new String[] {"text/plain"}));
addPartAttachmentDescription("dummyAttachmentINOUT",
new AttachmentDescriptionImpl(AttachmentType.SWA,
new String[] {"image/jpeg"}));
addPartAttachmentDescription("dummyAttachmentOUT",
new AttachmentDescriptionImpl(AttachmentType.SWA,
new String[] {"text/plain"}));
// TODO: End HACK for RPCListSWAProxyTest
|