Re: [Boston.pm] SOAP? Alternatives?

2008-04-21 Thread Drew Taylor
Jody Ben, I've been using XML::Compile and it is indeed a very useful module. Combine that with XML::Compile::SOAP and you might actually think SOAP isn't so bad. :-) I'm also using Catalyst::Controller::SOAP to handle everything on the catalyst (ie. server) side. The XML::Compile author

Re: [Boston.pm] SOAP? Alternatives?

2008-04-21 Thread Drew Taylor
Also, I should note that I've been using document/literal SOAP. But X::C should be able to handle all the other variants as well. Drew On 21 Apr 2008, at 09:34, Drew Taylor wrote: Jody Ben, I've been using XML::Compile and it is indeed a very useful module. Combine that with