On Jan 29, 2008 12:59 PM, Charlie Coleman <[EMAIL PROTECTED]> wrote: > > >I meant at your end if your calling the service. > >Its weird stuff and I have to admit I dont understand it very much. > ... > > > > But they become objects at the other end. Mainly structures. > ... > > I'm not sure where this ended up. The top-posting may have confused things > a bit. But here is some more info - hopefully not so basic that it insults > anyone. >
---------------------------------------------------------------- What you stated is pretty close to the I wish it worked like this. In my experience I have found that you need multiple round trips to get the final step taken. 1) instantiate the service. 2) present creds and receive a token empty xml shell that you will fill with the data that they need to process. 3) pass shell loaded back to service and wait for return. 4) repeat often 5) terminate work instance 6) complete session if necessary. I have found that I need to load up arrays in the object that I send back. Like this is the order number and here are the line items that I want. In the stuff that we write in house there is nothing plain jane anywhere. A string is few and far between in usage. A class that holds a string, an int and a guid, maybe more, is the normality. That could be called PrinterPageCount in my current gig. l-- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

