How do i use from a proxy class?
-
I saw an article about "Consuming SOAP web services - Amazon, Google et al" in "http://www.codeproject.com/KB/cpp/bwcswebservicearticle.aspx" a part of code is: using System; using System.IO; class WSConsumer { public static void Main() { Fortune f = new Fortune(); Console.WriteLine( f.getFortune() ); } }; But i did not that how do i use from a proxy class? -this code should be in server side or client side? please help me
-
I saw an article about "Consuming SOAP web services - Amazon, Google et al" in "http://www.codeproject.com/KB/cpp/bwcswebservicearticle.aspx" a part of code is: using System; using System.IO; class WSConsumer { public static void Main() { Fortune f = new Fortune(); Console.WriteLine( f.getFortune() ); } }; But i did not that how do i use from a proxy class? -this code should be in server side or client side? please help me
I suggest you ask in the forum provided for the article.
aref87 wrote:
-this code should be in server side or client side?
given that you can't put your code into the Amazon web service, there's only one place it CAN go, right ?
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.