in reply to Re: SOAP::Data questions
in thread SOAP::Data questions

Thanks for the links. Unfortunately, they didn't help me figure it out yet.

I suppose I need to dig into it more seriousely.

-- DJpumps

Replies are listed 'Best First'.
Re^3: SOAP::Data questions
by jhourcle (Prior) on Mar 23, 2005 at 12:53 UTC
    it would really help to see what you're trying to end up with after serialization.

    If you don't give us more info, we can't help. The XML string that you are trying to pass would be very useful so we know exactly what you are trying to create. At the very least, the WSDL that you're trying to validate against.

    As you said you know WSDL, you would know that there are plenty of ways to represent the same data. SOAP::Lite by default uses RPC/encoded, which may have unwanted information if you're trying to do document/literal, especially if the other end can't properly deserialize references.