perlden has asked for the wisdom of the Perl Monks concerning the following question:
Anyone got any idea why the second call is made? I don't want the second call but can't figure out how to stop it.SOAP::Transport::new: () SOAP::Serializer::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Lite::new: () SOAP::Lite::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Lite::call: () SOAP::Serializer::envelope: () SOAP::Data::new: () SOAP::Serializer::envelope: SOAP::Data=HASH(0xbe3890) SOAP::Data=HASH( +0xbe37d0) SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0xbe34 +a0) SOAP::Transport::HTTP::Client::send_receive: POST xxxx HTTP/1.1 Accept: text/xml Accept: multipart/* Accept: application/soap Content-Length: 712 Content-Type: text/xml SOAPAction: xxxxxx POST XML SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x9f7 +a60) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close Date: Thu, 12 Feb 2009 11:44:07 GMT Server: Microsoft-IIS/6.0 Content-Type: text/xml; charset=utf-8 Client-Date: Thu, 12 Feb 2009 11:44:07 GMT Client-Peer: 192.168.34.148:80 Client-Response-Num: 1 Set-Cookie: JSESSIONID=xxxx path=/xxxx X-Powered-By: ASP.NET X-Powered-By: ServletExec/5.0p06, Servlet/2.4, JSP/2.0 XML response comes here SOAP::Lite::call: () SOAP::Serializer::envelope: () SOAP::Serializer::envelope: code SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0xbe34 +a0) SOAP::Transport::HTTP::Client::send_receive: POST xxxx HTTP/1.1 Accept: text/xml Accept: multipart/* Accept: application/soap User-Agent: SOAP::Lite/Perl/0.071004 Content-Length: 466 Content-Type: text/xml SOAPAction: xxxx/code //why does this happen? I'm not doing this as + far as I know hehe POST XML SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0xe9c +b50) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal ser +ver error Connection: close Date: Thu, 12 Feb 2009 11:44:07 GMT Server: Microsoft-IIS/6.0 Content-Type: text/xml; charset=utf-8 Client-Date: Thu, 12 Feb 2009 11:44:07 GMT Client-Peer: 192.168.34.148:80 Client-Response-Num: 1 Set-Cookie: JSESSIONID=xxxx path=/xxxx X-Powered-By: ASP.NET X-Powered-By: ServletExec/5.0p06, Servlet/2.4, JSP/2.0 <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel +ope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:// +www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>xxxx</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Transport::HTTP::Client::DESTROY: () SOAP::Data::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Lite::DESTROY: () SOAP::Data::DESTROY: () SOAP::Lite::DESTROY: ()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Issue with SOAP::Lite making two POSTs
by Corion (Patriarch) on Feb 12, 2009 at 12:26 UTC | |
by perlden (Initiate) on Feb 12, 2009 at 13:36 UTC | |
by Anonymous Monk on Feb 13, 2009 at 09:15 UTC | |
by perlden (Initiate) on Feb 13, 2009 at 12:40 UTC |