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. General Programming
  3. XML / XSL
  4. Consuming SOAP Web Service (.cgi) Using .NET Client

Consuming SOAP Web Service (.cgi) Using .NET Client

Scheduled Pinned Locked Moved XML / XSL
csharptutorialperlapachewcf
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.
  • P Offline
    P Offline
    perlmunger
    wrote on last edited by
    #1

    I am trying to connect to a Web Service that uses SOAP (written with the SOAP::Lite perl module) on my Linux/Apache web server. I can call it successfully from perl locally, but I am trying to figure out how to get a .NET client written in C# to work with it. SOAP::Lite comes with an example C# class to demonstrate, but it is using Type.GetTypeFromProgID("SOAP.Lite") which fails. Any suggestions, websites, etc? Thanks. -Matt ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall

    M 1 Reply Last reply
    0
    • P perlmunger

      I am trying to connect to a Web Service that uses SOAP (written with the SOAP::Lite perl module) on my Linux/Apache web server. I can call it successfully from perl locally, but I am trying to figure out how to get a .NET client written in C# to work with it. SOAP::Lite comes with an example C# class to demonstrate, but it is using Type.GetTypeFromProgID("SOAP.Lite") which fails. Any suggestions, websites, etc? Thanks. -Matt ------------------------------------------ The 3 great virtues of a programmer: Laziness, Impatience, and Hubris. --Larry Wall

      M Offline
      M Offline
      Michael A Barnhart
      wrote on last edited by
      #2

      If you have a wsdl defined you should be able to use the same procedure as described here. http://www.drbob42.com/examines/examin46.htm[^] It actually applies to a Delphi service but I have used exactly the same process to get ones written in C from a UNIX server. Basically just use the WSDL.exe application (command line) with the address of the wsdl url and it creates the .cs file to then copy into your app.

      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