in reply to How to change Accept-Language header with soap::lite
I have copy/paste for you :)
My soap tips (I hate soap), SOAP::Lite is too much work, SOAP::Simple is less work (but its simple, when stuck go to XML::Compile::SOAP, more verbose, but you want verbose with SOAP ) ... its built on XML::Compile::SOAP/http://perl.overmeer.net/xml-compile/#doc , see my treasure trove of soap examples and lost knowledge,$soap->transport->add_handler("request_send", \&pp_dump );, http://cookbook.soaplite.com/, SOAP endpoint , Re^3: SOAP::Lite login setup, Re: I do not understand how to write a SOAP server., An XML Overview Towards Understanding SOAP, Re^3: SOAP::Lite and custom envelopes, The XML FIles: Understanding XML Namespaces, How to Call a .NET-based Web Service Using the SOAP::Lite Perl Library (2002 )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to change Accept-Language header with soap::lite ($soap->transport)
by Anonymous Monk on Dec 19, 2013 at 18:07 UTC | |
|
Re^2: How to change Accept-Language header with soap::lite
by burgerc (Novice) on Dec 19, 2013 at 18:10 UTC | |
by burgerc (Novice) on Dec 19, 2013 at 18:16 UTC | |
by burgerc (Novice) on Dec 19, 2013 at 19:39 UTC | |
by Anonymous Monk on Dec 19, 2013 at 20:11 UTC | |
by burgerc (Novice) on Dec 19, 2013 at 20:21 UTC | |
|