Document/literal Style WebServices
Document/literal Style WebServices
- Subject: Document/literal Style WebServices
- From: Kalpana Vaka <email@hidden>
- Date: Tue, 16 Feb 2010 00:10:09 +0530
Hi Group,
We are using WO-5.4.3 for our application. Our application has WebServices support with RPC style.
The code that we are using to install web services is WOWSDDRegistrar.registerWebService(myServiceName,myClass,true).With RPC style, we are able to define many operations (methods) in my service class (myClass).
Now, we have the requirement to change the encodingStyle to document/literal. When we call the registerWebService() method with false value for last parameter, it is throwing IllegalArgumentException saying that only one handler should exist.
Is there a way to have to work make the webservices to work without defining a service for each handler with document/literal style? How to test the document style web service from Soap UI?
Any help?
Regards,
Kalpana.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden