|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: C# client for Soap::Liteby fauria (Deacon) |
| on Jun 06, 2005 at 14:50 UTC ( [id://464027]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
SOAP is platform and language independent, it means that you can have a server written in any language (Perl in this case) that talks to any client written in any other language by using XML messages. So you only need to write a SOAP client in C#, make it point to your Perl server, call any method exported and it will work. You have several samples in the SOAP::Lite documentation, including links to WSDL files. Update: Maybe you find this tutorial from the mono project helpuful.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||