Thanks Steve Problem is the web service could be anywhere. So there is no web reference at all. All I know from the table, is the url and of course the services expected. Allen
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Russell My code that does this: // my service so I exposed ie to the web system. this.ws = new ProductionShippingServiceClient(); You could have also done a WebReference for ProductionShippingServiceClient(); as well. string barcode = TextBox1.Text; // give me an IEnuramable list List<Mimeo.Services.Enterprise.ProductionService.RecipientPackage> packagelist = this.ws.GetPackagesList(barcode); HTH _______________________________________________ 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.

