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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
