And you have compared the WSDL and the XML to make sure that the elment names are EXACTLY the same and in the exact same order (I've seen some WSDL looking for element "Assigned_to_" or "Assigned_to" before)?
Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Bill Estep Sent: Wednesday, November 15, 2006 10:13 AM To: [email protected] Subject: Re: Perl SOAP::LITE example yes - using the +trace option. It shows the complete package, and the error below. It returns that the Assigned_To element is missing in the input xml. Of course, it is there, but for whatever reason, the web service is rejecting the submission. Again, this is very similar to a problem everyone has seen with the wsdl2java axis utility. Thanks, Bill Estep Nemours On Nov 15, 2006, at 11:06 AM, Grooms, Frederick W wrote: > 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 > > 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 _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

