- or download this
C:\SoapTest>perl perlMonk.pl 3519
Reference found where even-sized list expected at C:/Perl/site/lib/SOA
+P/WSDL.pm
line 235.
$VAR1 = 'NULL test';
- or download this
use SOAP::WSDL;
use Data::Dumper;
use strict;
...
{
print Dumper($som->paramsall);
}
- or download this
public string SampleTest(Tester test)
{
...
return String.Format("FAILURE test");
}
}
- or download this
[DataContract]
public class Tester
...
}
}
}
- or download this
public string HelloWorld(string name)
{
return String.Format("Hello {0}!!!", name);
}