-- hi,

i'm working with the soap::lite. i've got to interface with a c# web service that requires one parameter, but i'm getting nothing back. my code looks like the following:

################################################
use SOAP::Lite;

my $soapResponse = SOAP::Lite
 -> service('http://1.2.0.3/WebServices/Service1.asmx?wsdl');

my $testData = "some text";

my $result = $soapResponse->getTransaction('$testData');

#
# its at this point that no data was passed to the .net site web service
#
print "result -->",$result,"<--\n"; # should return "<some text>" back.
# nothing is returned.


################################################

regards,
michael thompson


"i have slipped the surly bonds of earth, and danced the skies on laughter-silvered wings;" --john gillespie magee jr.



_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to