On Tue, Sep 2, 2008 at 11:10 AM, Al <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> I have a web service. It is a VS2008 web that has a VFP9 dll it uses for
> data work. Ok that's the bit I can do ok.
>
> I also have a web site in ASP.NET (vs2008). I want it to call the web
> service. The problem is the URL must be stored in a table as the web service
> will be deployed on multi servers. So I cannot use the import wsdl.
---------
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
--
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN
901.246-0159
_______________________________________________
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.