Thanks Jason, that is what I was thinking. So the WebService (and
supporting classes) parse the returned SOPE for you, so when you get
the callback you are just handling native data types? Or do you have
to build your own parser?

On 12/11/06, Merrill, Jason <[EMAIL PROTECTED]> wrote:
>>Also, so that I make sure I have my technology correct, as I
>>understand with remoting the client receives native data
>>types from the server. Webservices receives XML, or is it any
>>string data?

it's SOAP - which is an XML protocol over HTTP.  So it's essentially a
string of XML data.  I use it, it works Ok for me - it's not the fastest
protocol because of the shear size of XML, but it's very flexible.  For
my needs, it works plenty fast enough.  Depending on what you're doing,
you may or may not notice much of a speed lag at all.

Jason Merrill
Bank of America
Learning & Organizational Effectiveness




_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to