Have you tried running with the trace option (so you can see the complete XML in both directions)?
use SOAP::Lite +trace; Adding the +trace will print the complete SOAP packages to the screen. Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Bill Estep Sent: Wednesday, November 15, 2006 9:52 AM To: [email protected] Subject: Perl SOAP::LITE example -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am looking at Carey Matthew Black's excellent example using perl to access an ARSystem web service. Question - has anyone been able to do an OpCreate action using perl SOAP::LITE? the OpGet and OpGetList actions work fine, but the OpCreate action fails with the MessageNum: 8961, MesageText: Required element expected in the input XML document. This is the same error I ran into when setting up a jsp app using the web services. The fix to that problem was changing some of the wsdl2java code and recompiling. Anyone have any idea how to get the perl libraries to work? Thanks, Bill Estep Nemours -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFFWzeHgPRYzF5ewtERAlNuAJ4g1YzDJ0KwE6LfNxtLtBhVOIUZhQCfROIK HZwh+YjsuX7TSZF2MQbWRbw= =mdf4 -----END PGP SIGNATURE----- _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

