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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4877 - 4906 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4877 CristiAn Fuenzalida
cfuenzal_perl Send Email
Sep 2, 2005
5:43 pm
Hello !! :-) I want to send a request from the client to the server with an attachment. Then i need to send another attachment from the server to the client,...
4878 Call Termination
callterminat... Send Email
Sep 3, 2005
10:02 pm
Latest VoIP Offers. Huge Company Looking Routes Worldwide. Sell Your Routes Now! VoIP Traffic Exchange Forum Topics Posts Last Post Selling Minutes Please...
4879 stefanastrupkruger
stefanastrup... Send Email
Sep 6, 2005
11:01 am
Hi there SOAPers, I get the following error: odin:~/STORE ->./querystore 10 Can't use string ("as_base64Binary") as a subroutine ref while "strict refs" in use...
4880 vinit samel
vinitns Send Email
Sep 8, 2005
4:53 pm
Hello I am trying to send an object as a parameter to a .NET web service from a perl client with soap::lite.It works fine with integers, strings as arguments...
4881 Nick Sutterer
nick@... Send Email
Sep 8, 2005
6:05 pm
hi vinit, ... i had the same issue, but unfortunately couldn't get any help from the list. i decided not to exchange objects via soap. it sucks, but i tried...
4882 philipp_ott Send Email Sep 9, 2005
8:32 pm
Hello! I m finding many samples how to use WDSL and SOAP::Lite together for simple inquiries. However, I fail to find any more complex sample, like for...
4883 jeannetteullmann182
jeannetteull... Send Email
Sep 11, 2005
7:15 pm
1 BILLION MUSIC, MOVIES and VIDEOS... - Unlimited access to the largest MP3 collection Ever! Over 5 Million - Unlimited Music Downloads - Unlimited Movie...
4884 mike2orb Send Email Sep 15, 2005
3:21 pm
I'm using the FCGI transport and have a problem. When my FCGI script is first spawned it returns to the client OK. But on further requests it returnes undef,...
4885 w1ntermute03 Send Email Sep 15, 2005
10:31 pm
Hi, Trying to do this on a RedHat 3 Enterprise box - I want to run it with Apache/mod_perl, but when I specify that in the makefile process I get: Warning:...
4886 Gert Brinkmann
gbrinkmann@... Send Email
Sep 16, 2005
12:13 pm
Hello, I do have a problem to write a picture-upload-server for an HTML-Editor-component "XStandard-Editor" (http://www.xstandard.com/) that uses SOAP for such...
4887 jmdevel Send Email Sep 16, 2005
4:19 pm
I am wondering/hoping/begging if someone could help a newbie with a simple Tomcat soap client talking to a SoapLite server. I am sure I am missing a very...
4888 vinit samel
vinitns Send Email
Sep 16, 2005
11:07 pm
Hello I have a Perl Client communicating with a .NET Webservice via Soap::Lite. I am having trouble receiving complex types from the service. Please see the...
4889 Vinit Samel
vinitns Send Email
Sep 18, 2005
9:14 pm
Hi Please find below the XML Request and Response. I think its something with the way the int array is deserialized - its taking 'int' type as a key and hence...
4890 swoodbri Send Email Sep 19, 2005
6:57 pm
Hi all, I am new to SOAP::Lite and I'm trying to access a service that requires a complex data structure sent to it and I am having no luck figuring this out....
4891 Eric Bridger
ebridger2004 Send Email
Sep 19, 2005
9:23 pm
Steve, I was in a similiar situation and found invaluable help at this site: http://www.majordojo.com/soaplite/ In particular check the archive articles:...
4892 Duncan Cameron
duncan_camer... Send Email
Sep 19, 2005
10:01 pm
... You need to iterate over the SOM object looking at each occurence of int. Something like (untested) for my $int ($som->valueof('//arr/int')) { print $int,...
4893 Eric Bridger
ebridger2004 Send Email
Sep 20, 2005
1:27 pm
There was one final piece, at least for me solving a similiar problem, addressed in this post: http://www.majordojo.com/archives/2003_04.html#000009. By using...
4894 Stephen Woodbridge
swoodbri Send Email
Sep 20, 2005
2:10 pm
Eric, Thank you for the excellent references. I found this one which was a major break through: http://www.majordojo.com/soaplite/docs/SOAP/Data.html And I was...
4895 Vinit Samel
vinitns Send Email
Sep 21, 2005
11:12 pm
Hello folks I need help sending an Arraylist from a Perl Client to a .NET WebService using SOAP::Lite. I am able to send int,arrays,strings and objects....but...
4896 Call Termination
callterminat... Send Email
Sep 23, 2005
5:32 pm
Dear Sir: Please Find the Latest VoIP Offers. See the Announcement of New Call Center Portal. Advertisement Selling Minutes Buying Minutes Sell Equipment...
4897 Aaron Trevena
hashbangperl Send Email
Sep 23, 2005
5:50 pm
... Looks like you have neither Modperl 1 or 2 installed - there were some API changes between 1.99 and 2.x. My suggestion is to either build your own...
4898 drmartin1998 Send Email Sep 24, 2005
9:22 pm
I have a sample SOAP request that contains the following structure: <tns:GTotal> <CountD href="#id1" /> </tns:GTotal> And then CountD is declared as such: ...
4899 nitingoel_16 Send Email Sep 27, 2005
4:23 am
hi all, Let us suppose that SOAP Server uses more then 20000 Memory Pages. It looks that it does not abend. So I assume that there is no classic memory leak. ...
4900 LoveLeen
meet2pkw Send Email
Sep 27, 2005
10:45 am
Marriages are made in heaven but we have to make it success on the earth!!! FREE FREE FREE...... Matrimonials http://www.Net4Matrimonials.com (HERE YOU WILL...
4901 javareigns Send Email Sep 27, 2005
8:35 pm
Hello, I am having a problem of making a simple client and server program working. Client programs accessing those sites provided in the tutorial examples...
4902 Todd Giles
tgiles2 Send Email
Sep 27, 2005
10:32 pm
I'm having difficulty communicating with Microsoft web services. I consistently get the message: <faultcode...
4903 shadowfoo2 Send Email Sep 29, 2005
4:18 pm
Hi I'd like to get access to the SOM object in the server so that I can see the name of the first level element in the message body and to iterate over an...
4904 teden Send Email Sep 29, 2005
5:27 pm
Folks, I have a SOAP::Lite web service which needs to compose its response based on a schema definition. The problem is, I routinely trap significant error...
4905 MikeG
shadowfoo2 Send Email
Sep 30, 2005
8:20 am
Try this: eval { #do stuff that might die ... } if ($exception = $@) { # use $exception to formulate your $response return $response; } Hope this helps Mike...
4906 Thomas Eden
teden Send Email
Sep 30, 2005
11:49 am
Thanks, I tried this but it still ends up returning control to the program... I did a bit more research and came across Error.pm on CPAN. It provides a ...
Messages 4877 - 4906 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