in reply to SOAP::Lite or SOAP::XML or SOAP::WSDL

SOAP::Lite and SOAP::WSDL both quite mature and stable. Which one to choose depends on your task. Do you use WSDL? Never used SOAP::XML::Client so can't say anything about it.

  • Comment on Re: SOAP::Lite or SOAP::XML or SOAP::WSDL

Replies are listed 'Best First'.
Re^2: SOAP::Lite or SOAP::XML or SOAP::WSDL
by Anonymous Monk on Feb 17, 2009 at 13:28 UTC

    Thanks Zwon for the reply.


    Somehow I could not get SOAP::WSDL installed on my

    system. Make fails. I am gonna give it a try.

    I would prefer to use WSDL but I am more interested in stability.

    Also, I should be able to receive the XML file as SOAP Attachment.

    Example: I am going to send customer id as input and I shall be receiving a customerid.xml (a file) as response. I need to store it on my disk for further processing by a different application. I did not see any information on how to get the SOAP Attachment as response. Anyone have a sample code for this?