« Return to Thread: passing objects to web service

Re: passing objects to web service

by Arthur Ryman-2 :: Rate this Message:

Reply to Author | View in Thread


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@...



"wakeup (sent by Nabble.com)" <lists@...>
Sent by: www-ws-desc-request@...

03/31/2006 06:52 AM
Please respond to
wakeup <alainc@...>

To
www-ws-desc@...
cc
Subject
passing objects to web service







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.



 « Return to Thread: passing objects to web service