[Xml-compile] XML::Compile::WSDL11 And template()
Richard Head Jr.
hsomob1999 at yahoo.com
Wed Jun 16 19:02:49 GMT 2010
> On Tue, 6/15/10, Oliver Gorwits <oliver.gorwits at oucs.ox.ac.uk>
> wrote:
> > On 16/06/2010 00:07, Richard Head Jr. wrote:
> > Given this beast of a WSDL: http://pastie.org/1006133
> > I'd like to print out the request hashadata');
>
> Instead you could try the explain() method:
Hi, unfortunately I had tried that, the request hash that
it output was more or less nil, which is why I tried
template():
print $wsdl->explain('exportClientSpecMetadata', PERL
=> 'INPUT');
# SNIP compile part
# Part element {http://webservices.msb.xx.com}exportClientSpecMetadata
my $parameters = {};
# Call with the combination of parts.
my @params = (
parameters => $parameters,
);
my ($answer, $trace) = $call->(@params);
More information about the Xml-compile
mailing list