Hi, I have Fedora Core 4. In that how to configure for running perl and php. please tell me the instructions...
4938
Daniel Dausch
dausch
Oct 17, 2005 5:49 pm
I read with interest Duncan Cameron's response to a previous posting but alas my SOAP response is a little different. Tried a number of different things to...
4939
Vaibhav Sharma
vaisharma
Oct 18, 2005 5:32 am
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...
4940
mikeburdickutah
Oct 18, 2005 6:48 am
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;); ...
4941
Jay A. Kreibich
jaykreibich
Oct 18, 2005 12:40 pm
... 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 ...
4942
Sergey Denisenko
vasilich_pro...
Oct 18, 2005 8:29 pm
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...
4943
ravi
rationalfool
Oct 18, 2005 9:34 pm
Hello all, With apologies to list wizards for once again raising this issue that has made previous periodic appearances onlist: ...
4944
Aaron BRICE
aaron.brice@...
Oct 19, 2005 12:36 am
I'm getting a list back from a SOAP server, but the result() only contains the last item in the list. With debug on, I see that the reply is: <?xml...
4945
jagadish nanjundaiah
jagadish200502
Oct 19, 2005 6:08 am
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...
4946
ahmed_abdo_1982
Oct 19, 2005 8:27 am
what is tcp/ip protocol...
4947
Karanth Srihari
karanthsrihari
Oct 19, 2005 8:48 am
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...
4948
Karanth Srihari
karanthsrihari
Oct 19, 2005 9:15 am
Hi achan_work, I am facing a similar problem, if you have managed to solve it can you please tell me how u solved it. Thanks ... set...
4949
Eric Bridger
ebridger2004
Oct 19, 2005 3:41 pm
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,...
4950
Andrew Hicox
ahicox
Oct 19, 2005 9:23 pm
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...
4951
jagadish nanjundaiah
jagadish200502
Oct 20, 2005 5:55 am
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...
4952
psinno
Oct 20, 2005 9:55 am
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 ...
4953
oteikim
Oct 20, 2005 2:47 pm
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?...
4955
jagadish nanjundaiah
jagadish200502
Oct 21, 2005 4:17 am
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...
4956
mikeburdickutah
Oct 21, 2005 7:42 am
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...
4957
Vaibhav Sharma
vaisharma
Oct 21, 2005 12:10 pm
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...
4958
Eric Bridger
ebridger2004
Oct 21, 2005 1:04 pm
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...
4959
carex1240
Oct 21, 2005 6:55 pm
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"...
4960
mikeburdickutah
Oct 21, 2005 9:07 pm
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...
4961
mikeburdickutah
Oct 22, 2005 7:38 am
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...
4962
Karanth Srihari
karanthsrihari
Oct 22, 2005 9:46 am
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...
4963
parcelstring
Oct 22, 2005 12:22 pm
Hi I am trying to consume a soap::lite service using .NET but i am having a few problems, its probably my wsdl. WSDL file is available here ...
4964
mikeburdickutah
Oct 22, 2005 4:28 pm
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...
4965
spinixguy
Oct 22, 2005 8:46 pm
Can someone shed some light on this error. I am running a standalone server using the http transport portion of soap::lite....
4966
Richard Gregory
richard_n_gr...
Oct 24, 2005 9:35 am
You can use soap->serializer->namespaces to customise your header, like this: my $soap = SOAP::Lite ...