Click here to get back home

Using SOAP::Lite and .NET

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Using SOAP::Lite and .NET nathanvi 11-16-2005
Posted by nathanvi on November 16, 2005, 2:12 pm
Please log in for more thread options


Hello,
i have to access to informations in a PC and they are avaliable via a
webservice in .NET.
I do not know webservices but i thought they are accessible via SOAP so
i decided to use SOAP::Lite

I'm trying to understand how it works so i've a webservice at this
page:
http://www.eklipseinformationtechnology.com/finco.ws/test.asmx

This service has a method (i hope it is called in this way in english)
called CognomeNome in which, if you pass a number it gives you a name
and surname...

My script doesn't give me any output so i can't understand where is the
problem...

Can you give me any suggestions?
Many thanks!!


<code>
use SOAP::Lite;


$soap_response=SOAP::Lite
-> uri('http://www.eklipseinformationtechnology.com/Test')
->
proxy('http://www.eklipseinformationtechnology.com/finco.ws/test.asmx')

->CognomeNome(1);


@res = $soap_response->paramsout;


$res = $soap_response->result;
print "Result is $res\n\n";
</code>



Similar ThreadsPosted
SOAP::Lite : Problem of # sign added by SOAP::Lite in the sent SOAPActionstring November 5, 2004, 8:45 pm
SOAP::Lite WSDL method with multiple soap:body parts February 16, 2005, 3:32 pm
Writing a HTML/ASP SOAP client for a SOAP::Lite destination March 16, 2005, 5:19 pm
Help with SOAP::Lite January 19, 2005, 11:35 pm
SOAP::Lite March 3, 2005, 6:13 am
SOAP::Lite March 5, 2007, 4:26 am
use SOAP::Lite +autodispatch ??? November 23, 2004, 3:12 am
SOAP::Lite weirdness April 6, 2006, 8:07 am
ForkOnAccept for SOAP::Lite TCP server November 27, 2004, 11:32 am
Soap::Lite Cant get array of results? March 30, 2005, 12:43 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap