Hi all, how can i switch my web service from rpc to document style?
I have in my application constructor following line:
WOWebServiceRegistrar.registerWebService(myClass.class, false);
With the the boolean set to true (rpc style) it works, but set to false
(document style) i get following Exception:
Unable to register document style web service - only one handler method
may be implemented.
My goal is to feed a .net webservice, and this piece of code does not
accept a return of NSArrays, Lists and so on..
If anyone can help me or can give me a hint, i would be *very* thankful...
_______________________________________________
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]