Hi, I am a new User of Perl::SOAP::Lite client, and want to write one script in Perl for the following which is a .NET based WebAPI Server. But not getting any...
I get this error: "Can't call method "valueof" without a package or object reference". This line is generating the error: my $value = $som->valueof('//Body39;); ...
... Your var "$som" is not a package reference or object reference. How do you set the value of "$som"? -j -- Jay A. Kreibich | CommTech, Emrg Net Tech Svcs ...
Hi I have a problem that close with many discussed here, but stargly different. I used examples from SOAP::Mime to send attachment to a local server (I used...
Dear Friends,Here are Today's 20 Freshers Jobs. Feel free to forward this information to your friends.Refer your friends to subscribe Vyom Career eMagazine for...
Hello Group, I am facing a problem, would be greatful if your experience and knowledge can help me solve it. I have to query a server for certain response by...
See: http://www.majordojo.com/archives/2003/08/parsing_a_resul.php On Tue, 2005-10-18 at 20:36, Aaron BRICE wrote: I'm getting a list back from a SOAP server,...
Hello Everyone, I have written a SOAP::Lite webservice that needs to be called from Java via Axis. We are having real problems: I'm returning an array of...
Create your **own ** Google Search You can now easily create your own Google Search Engine. Yes, watch out the image below and then you will understand what I...
I am trying to access a transaction that returns an array of objects. The transaction is written in java and runs under weblogic. When I try to get the result ...
Hi all, I am making the proxy code for my own web service by using stubmaker.pl, and some function in the proxy code generates the following xml envelope[1]. ...
4954
Aaron BRICE
aaron.brice@...
Oct 20, 2005 8:12 pm
... Thanks, this works. Is this considered a workaround for a SOAP::Lite bug, or is there a good reason that result() doesn't return all of the data?...
JobsAssist is the only group, that sends out Maximum Number of Freshers Jobs each day! Yes, the Group announces 13-15 freshers Jobs everyday. Even if you are...
I have to write a complex SOAP request that is four layers deep. What is the best way to do this so I don't get lost? Also, what are WSDL files and what are...
Hi All, Please someone help me to resolve following problem. Please Let me know, what I am doing wrong in my script, and not getting the right output?? Thanks...
See: http://www.majordojo.com/archives/2003_04.html How to nest XML elements using SOAP::Lite On Fri, 2005-10-21 at 03:42, mikeburdickutah wrote: I have to...
Hello, I would like to add: xmlns:m="http://10.122.123.110:8251/axis/services/exam" to the envelop below. (generated by SOAP::Lite) <?xml version="1.0"...
Can this SOAP request be written differently so that I can make sure the correct value is on the correct layer so to speak? In other words, can I use a...
Hi, I have a Perl snippet that produces a XML request. I would like to see what it looks like in a XML format. How can I do that? Thanks.... Mike Here's the...
Instead of use SOAP::Lite; give use SOAP::Lite +debug; and run the program.. u will be able to see the xml, both of request and response. Regards, -Karanth...
Hi, (Perl scripting) I need to see what my soap request and responses look like and was told that I could do this by adding 'debug39; like this: use SOAP::Lite...
Hmmm... I have a simple SOAP server: -- #!/usr/bin/perl -w use strict; use lib "/etc/perl"; use lib "/usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi"; ...
Hi Guys Im having similar problems but i have a .NET client and a SOAP::Lite server. I have finally got the .NET request halfway looking right but the response...