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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 4955 - 4984 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
4969 parcelstring Send Email Oct 24, 2005
5:11 pm
Hi Im getting this response(see bottom) from a SOAP::Lite server. The customer object in the response has a type of namesp2:Customer but it should have my own...
4970 jagadish nanjundaiah
jagadish200502 Send Email
Oct 25, 2005
4:07 am
Get a Free Comics Everyday Email: [input] [input] Get a Free Comics Everyday Email: [input] [input] var data, p;var...
4971 Maurice McCabe
orb_soft Send Email
Oct 25, 2005
8:37 am
In response to requests regarding returning a dataset to a .NET client per following message: http://groups.yahoo.com/group/soaplite/message/3395 The following...
4972 jagadish nanjundaiah
jagadish200502 Send Email
Oct 25, 2005
10:41 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...
4973 Nagarajan M
naga_cit Send Email
Oct 25, 2005
8:29 pm
Hi Guys, I running the SOAP::Lite server as a HTTP daemon (SOAP::Transport::HTTP::Daemon server, autodispatch on the client) 1. I created object of a remote...
4974 carex1240 Send Email Oct 25, 2005
8:39 pm
Hello, In the code below everything is ok except the $data content. It is serialized as <![CDATA[ <search.......]]> This is not recognised on the...
4975 carex1240 Send Email Oct 25, 2005
8:41 pm
Hello, In the code below everything is ok except the $data content. It is serialized as <![CDATA[ <search.......]]> This is not recognised on the...
4976 John Walstra
john_walstra Send Email
Oct 26, 2005
6:31 pm
I've just set up a new server and I get the above message. I've set this server up like the existing working server. Both servers are running the same Apache...
4977 jagadish nanjundaiah
jagadish200502 Send Email
Oct 27, 2005
5:38 am
US TECH SCHOOLS RANKINGS The latest addition to VyomWorld.com GRE Section contains the following information about each one of these Top 50 Universities....
4978 poulkornmod Send Email Oct 27, 2005
10:10 pm
Dear all, Allow me to ask a simple question, that I was not able to find any solution for in this group. It's most probably my poor experience that make my...
4979 CristiAn Fuenzalida
cfuenzal_perl Send Email
Oct 28, 2005
1:51 pm
Hello :-), I'm using SOAP::Lite/Perl/0.65_3, and i get with an "irregular frequency" the following message, when i execute the client: <?xml version="1.0"...
4980 Duncan Cameron
duncan_camer... Send Email
Oct 29, 2005
5:19 am
... This might not be the cause of the problem but the @ISA assignment should be in a BEGIN block or the my_package package should be defined before the server...
4981 carex1240 Send Email Oct 29, 2005
11:52 am
the problem: the generated soap body would be ok if "<" and ">" were not translated to "<" and ">" between <request...> and </request> How could I solve...
4982 lordcornish Send Email Oct 31, 2005
4:52 pm
I'm trying to write a Perl client that interacts with a .NET web service. I've written several others in the past and they've all worked just fine, but this...
4983 amy_tn44 Send Email Nov 1, 2005
2:45 am
Hello! Look at this Computing & Internet information directory. URL : http://www.hi-fiweb.com/users/amitha/ Cheers! Amy...
4984 ignatia.kirkland7875@... Send Email Nov 1, 2005
5:15 am
Some of my friends have managed to meet a few nice ones off this thing (here is the place they told me: http://www.wilddelight.info/qajib , but what do you...
Messages 4955 - 4984 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