You problems are syntax errors. I don't know what the rationale for using namespace.pm is as you have already created a namespace with your package declaration. The docs on namespace are here I presume that what you are trying to do is utilise the package Orange::Soap and its functions in StringServer2.asmx. For a detailed guide on the whyforehowdoyodoits see my Simple Module Turorial which should help you get the syntax sorted.
#my $s1 = thisstring;
This code is trying to assign the return value of the sub routine thisstring() to $s1 which is probably not what you had in mind. In perl a bareword is assumed to be a sub (function) call. These things will help you:
use strict; use warnings; use diagnostics; # makes warnings verbose ++
See Use strict warnings and diagnostics or die
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
In reply to Re: .PerlNet .asmx
by tachyon
in thread .PerlNet .asmx
by rvlahov
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |