I don't have a book: I can tell you this: SOAP::Lite is pointless. The best approach is to treat the transactions as HTTP messages with an XML payload.
Allen May [email protected] On Mon, Aug 29, 2011 at 8:05 PM, Paul Boniol <[email protected]> wrote: > I've been working on a project for work that requires me to use SOAP. I've > been going a bit nuts trying to get it to produce SOAP envelopes in the > needed format through Perl's SOAP::Lite. The web service owner doesn't have > any Perl programmers or a Perl example. > > A long time back I got an O'Reilly book, Programming Web Services with SOAP > (2002). It helped a little but organization isn't the best, examples switch > between Perl, C++, Java, and VB and it doesn't explain everything I need > (probably later advancements). > > Web sites I have visited (Google each next part I need) have helped some, > but generally only answer small parts. When it doesn't work it is trial and > error. > > Can anyone recommend a web source, book, etc. that would help me figure > this out? I really need to get this working as quickly as I can. > > Paul Boniol > > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
