Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5382 - 5416 of 6386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5382
Hi, I used apache and SOAP::Lite on a Windows XP machine. In the server module, it doesn't have access to $ENV anymore, Like $programfiles. Is there anyway I...
Ted Zeng
tzeng88
Offline Send Email
May 1, 2006
6:39 pm
5383
I'm trying to call a function and pass a message that looks like this: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
cardboardbob_2000
cardboardbob...
Offline Send Email
May 2, 2006
1:21 pm
5384
Hi, I am a newbie at accessing a SOAP:LITE Server from a .NET Client. The SOAP Server doesn't have a WSDL so I built a ASP.NET server with just the methods...
julio_delgado_garcia
julio_delgad...
Offline Send Email
May 2, 2006
5:15 pm
5385
I am trying to use the current version of SOAP::Lite to make soap calls on a service using JBoss 4.0.4 as the container. It is giving me really weird error...
Ravi
d_ravisiddhu
Offline Send Email
May 2, 2006
8:43 pm
5386
Hi I have a web service that I connect to as follows and dump the results to the screen. The issue is that the data received from the web service includes the...
Timothy Legge
tlegge_fundy...
Offline Send Email
May 3, 2006
7:53 pm
5387
Try adding: $query->want_som(1); to your script. Then see: http://www.majordojo.com/soaplite/2003/08/parsing_a_resul.html on how to access array elements using...
Eric Bridger
ebridger2004
Offline Send Email
May 3, 2006
9:11 pm
5388
Try this code #!/opt/bin/perl use strict; use diagnostics; use warnings; use Data::Dumper; use SOAP::Lite; my $source = "sourcename"; my $destination =...
wmorgenstern@...
wmorgenstern
Offline Send Email
May 4, 2006
11:59 am
5390
I am experiencing the same problem. Does anybody know a workaround to this? Also, I have some production clients, and I would like to maintain compatibility...
nodens2k2k
Offline Send Email
May 8, 2006
11:02 am
5391
I have some client code that has traps for SOAP::SOM objects that are faults, and does special handling for them. I want to add some validation to the SOAP...
Issac Goldstand
margol_il
Offline Send Email
May 9, 2006
6:23 pm
5392
I'm creating a soap service with SOAP::Lite. For the time being the primary client is .NET. I've been able to get Perl and Ruby working just fine, with all...
Chris Dent
chrislondonb...
Offline Send Email
May 9, 2006
9:18 pm
5394
Hi, how do I catch errors in a client? I have tried this: $s=SOAP::Lite ->service('http://host:8008/wsAPI?wsdl') ->on_fault(sub { my($soap, $res) = @_; use...
Torsten Foertsch
torstenfoertsch
Offline Send Email
May 11, 2006
3:03 pm
5395
Hi, I am a relative SOAP::Lite newcomer and have written a client/server pair that does some fairly simple things. The application works well inside my company...
prosaic.harper
Offline Send Email
May 12, 2006
12:40 am
5396
Hello, I want to connect to a webservice made with DotNet and send it parameters. I can connect to it and receive a value but i can't send it parameters and i ...
jefonline65
Offline Send Email
May 13, 2006
9:56 pm
5397
Hello, I want to connect to a webservice made with DotNet and send it parameters. I can connect to it and receive a value but i can't send it parameters and i ...
jefonline65
Offline Send Email
May 13, 2006
10:02 pm
5398
I am using SOAP::Lite version 0.6 and cannot upgrade - because newer versions break complextypes in the application I am using. my $soap =...
Kate Yoak
pandayoak
Offline Send Email
May 14, 2006
1:45 am
5400
Salam friends, click here simply: http://www.itrecruitment.us/index.php?refid=115703 I hope u will be fine. Every person on this world first studies and then...
khuram shahzad
bcss03a106
Offline Send Email
May 15, 2006
9:16 am
5401
Hi , i'm trying to compile and send a simple soap message , use SOAP::Lite; $temp_elements = SOAP::Data->name("url" => SOAP::Data->value( ...
panfe11
Offline Send Email
May 15, 2006
10:36 am
5402
What are the parameters you want to send? You can use SOAP::Data objects to create parameters and then pass them to your method call. E.g. my $testStr =...
Eric Bridger
ebridger2004
Offline Send Email
May 15, 2006
1:38 pm
5403
Perhaps you need a uri as well when using the proxy method. I think I remember using want_som(1) in version .6 but can't test it now. I don't understand how...
Eric Bridger
ebridger2004
Offline Send Email
May 15, 2006
1:39 pm
5404
You probably need to install MIME:Tools or MIME::Parser. The README states: PREREQUISITES Some modules within this package depend on other packages that are ...
Eric Bridger
ebridger2004
Offline Send Email
May 15, 2006
1:45 pm
5405
Hi, I'm trying to connect to a .net server w/ the following code and I get the above error: Server did not recognize the value of HTTP Header SOAPAction:...
Pauljames Dimitriu
paulj1999
Offline Send Email
May 16, 2006
1:00 am
5407
Hi, I developped a webservice on which a can invoke the functions on Standard Port 80 without any problems. When I do the same command (qip-WS-client.pl) but...
Adrian Diezig
iadiezig
Offline Send Email
May 18, 2006
4:33 am
5408
Hi, I'm having trouble sending a simple boolean across using SOAP-Lite-0.67. My client call is: $result = $bs->submitSingleQuery( 10, # alignment...
deandp357
Offline Send Email
May 18, 2006
8:54 pm
5409
I'd try sending 0 or a null string ''....
Eric Bridger
ebridger2004
Offline Send Email
May 18, 2006
9:43 pm
5410
Hello, I try to write a server that receive a request and save the request as XML in a file. I use the "body" method to retrieve the body message but this...
tilmant_a
Offline Send Email
May 19, 2006
11:45 am
5411
This article might be of help: http://www.majordojo.com/soaplite/2004/10/intercepting_th.html#more...
Eric Bridger
ebridger2004
Offline Send Email
May 19, 2006
12:33 pm
5412
Hi, I earlier had a similar issue with SOAP and have posted the solution in the following link, hope this helps. ...
gayathri athreya
satanssidekick5
Offline Send Email
May 20, 2006
6:14 pm
5413
I have a very strange problem and I have no idea to solve this. I have: - Sun-Fire-V240 with Solaris 5.9 installed - SOAP-Lite Client/Server 0.67 -...
iadiezig
Offline Send Email
May 21, 2006
11:38 pm
5415
Hello I am new to web services and I am trying to access a web service that I wrote. If I use LWP and post raw xml it works (returns the expected results)....
Troy Bull
troybull.lists@...
Send Email
May 23, 2006
1:40 pm
5416
... When you try to make SOAP::Lite work do you get any error messages? If you turn on logs do you see anything useful / unexpected? eg : use SOAP::Lite +trace...
Peter Sinnott
psinno
Offline Send Email
May 23, 2006
1:53 pm
Messages 5382 - 5416 of 6386   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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