in reply to Re: SOAP SOAP::Lite Server
in thread SOAP SOAP::Lite Server
produces the following:use SOAP::Lite +trace => qw(method trace debug);
Contact to SOAP server at http://rppowell:88/
produces the following:use SOAP::LITE + 'trace';
SOAP::Serializer::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Server::new: () SOAP::Transport::HTTP::Server::new: () SOAP::Transport::HTTP::Daemon::new: () Contact to SOAP server at http://rppowell:88/ SOAP::Server::handle: () SOAP::Deserializer::deserialize: () SOAP::Parser::decode: () SOAP::SOM::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::SOM::DESTROY: () SOAP::Serializer::envelope: () SOAP::Serializer::envelope: Client SOAPAction shall match 'uri#method' + if present (got 'urn:pmq#getServerInfo', expected 'http://www.permon +ks.com/PMQueue#getServerInfo' http://rppowell:88/ SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: ()
I have access to the WSDL in file form that is used in the generation of the gSOAP program code.
I am using a binary compiled client (based on gSOAP, I think), to talk to the SOAP server.
I am trying to duplicate the functionality of a Real gSOAP Server/service with a simple script, so that the binary client still works.
What have other people used for doing SOAP server stuff?
-rppowell
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SOAP SOAP::Lite Server
by olus (Curate) on Nov 30, 2007 at 20:15 UTC | |
by rppowell (Novice) on Dec 03, 2007 at 20:08 UTC |