[Xml-compile] Use of uninitialized value $maxmsgs
Theo Bot
theo.bot at proxy.nl
Thu May 30 11:24:17 GMT 2013
Mark,
I got the following response from the server:
<SOAP-ENV:Envelope xmlns:SOAP-ENV=3D"http://schemas.xmlsoap.org/soap/envelo=
pe/
">
<SOAP-ENV:Body>
<call:sayHelloResponse xmlns:call=3D"urn:helloservice">
<SOAP-ENV:Fault xmlns:call=3D"urn:helloservice">
<faultcode>SOAP-ENV:Server.notImplemented</faultcode>
<faultstring>procedure sayHello for SOAP11 is not yet
implemented</faultstring>
<faultactor>http://schemas.xmlsoap.org/soap/actor/next</faultactor>
</SOAP-ENV:Fault>
</call:sayHelloResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
How do I add the SOAP11 procedure for sayHello?
Thanks for your help
Theo
On Thu, May 30, 2013 at 9:40 AM, Mark Overmeer <website at craneveer.nl> wrote:
> * Theo Bot (thg.bot at gmail.com) [130530 07:21]:
> > When it runs and I call it I get the following error messages:
> > ./SoapServer.pl --live
> > info: added 1 operations from WSDL
> > info: switching to run mode 2, accept ASSERT-
> > SOAP11:
> > sayHello
> > Use of uninitialized value $maxmsgs in numeric eq (=3D=3D) at
> >
> /usr/local/perl5.16.3/lib/site_perl/5.16.3/XML/Compile/SOAP/Daemon/LWPuti=
l.pm
> > line 97.
> > Use of uninitialized value $reqbonus in addition (+) at
> >
> /usr/local/perl5.16.3/lib/site_perl/5.16.3/XML/Compile/SOAP/Daemon/LWPuti=
l.pm
> > line 101.
>
> Those are just warnings. Apparently, the defaults are set with the
> wrong name. I think this should solve the warnings: patch file
> XML/Compile/SOAP/Daemon/AnyDaemon.pm
>
> $self->{XCSDA_conn_opts} =3D
> - { client_timeout =3D> ($args->{client_timeout} || 30)
> - , client_maxreq =3D> ($args->{client_maxreq} || 100)
> - , client_reqbonus =3D> ($args->{client_reqbonus} || 0)
> + { expires =3D> ($args->{client_timeout} || 30)
> + , maxreq =3D> ($args->{client_maxreq} || 100)
> + , reqbonus =3D> ($args->{client_reqbonus} || 0)
> , postprocess =3D> $args->{postprocess}
> };
>
> Result of a merge of the common functionality in ::NetServer and
> ::AnyDaemon
> --
> Met vriendelijke groet,
>
> MarkOv
>
> ------------------------------------------------------------------------
> drs Mark A.C.J. Overmeer MARKOV Solutions
> Mark at Overmeer.net solutions at overmeer.net
> http://Mark.Overmeer.net http://solutions.overmeer.net
>
>
-- =
Met vriendelijke groet,
Theo Bot
Network Management Engineer
Website: http://www.proxy.nl
LinkedIn: http://www.linkedin.com/in/theobot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/xml-compile/attachments/20130530/a7=
d7f4c7/attachment.htm
More information about the Xml-compile
mailing list