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.
1.1.4 redhat rpms badly broken (Score:2)
Mono seems a lot further from being ready for production use than I expected. That is very disappointing.
I guess I'll have to resort to using bloody .Net on windows until mono suck less. And all I want to do is write a simple webservice client to an HTTPS service.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
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;