in reply to Re: SOAP::Lite & WSDL Problem
in thread SOAP::Lite & WSDL Problem

There are issues with generating a soap call directly from wsdl.

Could you expand on that? I'm banging my head against this particular brick wall right now...

Replies are listed 'Best First'.
Re^3: SOAP::Lite & WSDL Problem
by denny (Novice) on Oct 17, 2008 at 11:40 UTC
    To be clearer - I have a service that responds fine to my hand-crafted XML sent using LWP, but b0rks when I try to access it via SOAP::Lite. I suspect the WSDL stuff is the key to what's going wrong, but unfortunately I don't have the 'proxy' URL available to me.
Re^3: SOAP::Lite & WSDL Problem
by rahed (Scribe) on Oct 19, 2008 at 16:10 UTC
    I saw some people had poor results with generating xml code directly from service description.
    I tried several times to verify and wasn't successful as well but didn't dig into.
    I prefer coding the message through SOAP::Data class manually.