Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 4939 - 4968 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4939 Vaibhav Sharma
vaisharma Send Email
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 Send Email 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('//Body&#39;); ...
4941 Jay A. Kreibich
jaykreibich Send Email
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... Send Email
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 Send Email
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@... Send Email
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 Send Email
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 Send Email Oct 19, 2005
8:27 am
what is tcp/ip protocol...
4947 Karanth Srihari
karanthsrihari Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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@... Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email 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 Send Email
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 Send Email 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 Send Email 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 'debug&#39; like this: use SOAP::Lite...
4965 spinixguy Send Email 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... Send Email
Oct 24, 2005
9:35 am
You can use soap->serializer->namespaces to customise your header, like this: my $soap = SOAP::Lite ...
4967 jamethiel_w Send Email Oct 24, 2005
12:15 pm
Hmmm... I have a simple SOAP server: -- #!/usr/bin/perl -w use strict; use lib "/etc/perl&quot;; use lib "/usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi&quot;; ...
4968 parcelstring Send Email Oct 24, 2005
4:46 pm
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...
Messages 4939 - 4968 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help