Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How do i use from a proxy class?

How do i use from a proxy class?

Scheduled Pinned Locked Moved ASP.NET
wcfquestionc++comsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aref87
    wrote on last edited by
    #1

    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

    C 1 Reply Last reply
    0
    • A aref87

      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

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups