NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
some progress at last (Score:2)
Fortunately I managed to find mindreef soapscope [mindreef.net] web service checker and soapclient [soapclient.com] web service client.
I haven't managed to get any luck with the mono/.net tools yet, but these are very helpful as is this Annotated wsdl examples [w3.org] page at w3.org.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:some progress at last (Score:2)
mono wsdl barfs on the examples from w3.org, wtf is that supposed to mean - either the examples are broken or wsdl sucks.
I had to crib from the GoogleSearch wsdl which mono seems to love, even after changing everything to look like GoogleSearch, it still fails to generate anything useful.
hateful thing
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Parent