> BTW, FWIW I've found it better to have very few methods (maybe just 2 - > Get and Send) exposed via the wsdl file and handle all the logic in the > com server depending on the parameters passed to the method.
I find 1 process is ideal. With an input XML parameter and and output XML parameter. This makes deployment of a simple WSDL file easy, and you can handle the existance/non-existance of data in your input parameters easily in your VFP code. This is pretty much a necessity if your clients/servers may be of mis-matched versions, as is the case in most of my web service implementations... -- Derek _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

