Re: passing objects to web service
Just say no.
Don't view Web services as a distributed
object technology. View it as message exchange technology. Design your
messages as nice, easy to understand XML documents and then you can bind
them to objects inside your implementation. If you use an implementation
language like Java or C#, you can generate code from the XML document description,
i.e. the XSD, that is part of the Web service description (WSDL).
Arthur Ryman,
IBM Software Group, Rational Division
blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@...
I'm not sure which is the best form to passing objects in web services.
How
do you do it?
- Returning the class? public myclas exampleMethod()
- Returning a XML string? public string exampleMethod()
- Another form?
Thanks
__________________
Hip Hop
Chistes
--
View this message in context: http://www.nabble.com/passing-objects-to-web-service-t1374219.html#a3687980
Sent from the w3.org - www-ws-desc forum at Nabble.com.