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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6168 - 6197 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6168
Hi I suspect this may be obvious but I am not clear on what happens where. I have to make a SOAP method call to a 3rd party, passing a return URL as one of the...
Mark Knoop
marknoop2002
Offline Send Email
Jul 4, 2008
2:41 pm
6169
... Have a look at SOAP/Lite.pm. Description starting at line 359 (SOAP::Lite, v.0.710.07) may be helpful. hth -- Radek...
rahed
raherh
Offline Send Email
Jul 4, 2008
6:07 pm
6170
This is a normal substitution and *should* happen automatically; & (like < and >) is an illegal XML character, so it gets encoded as &amp; in the SOAP XML...
Chris Woodfield
cwoodfieldatl
Offline Send Email
Jul 4, 2008
9:07 pm
6171
I have a couple of scripts which had the following construct for custom http headers which worked with v0.69: $client->transport->http_request ->header('Foo'...
sureshsundriyal
Offline Send Email
Jul 9, 2008
9:29 pm
6172
Hi, Sorry if this has been asked a lot but I wasn't able to find a clear solution to this yet. I'm working on some scripts to upload base64 encoded files to a...
Jeremy
s6a9d6u9s@...
Send Email
Jul 9, 2008
9:30 pm
6173
Hi, I'm new to SOAP::Lite and I've been following the simple examples I've found. However I'm stuck on whats happening here: The simple test server takes a...
si_morton_uk
Online Now Send Email
Jul 10, 2008
7:07 pm
6174
Hi there! I am new to SOAP::Lite and ran into what is probably a simple problem, but I am dead in the water. I have a wsdl here:...
Jeff Yoak
yoak
Offline Send Email
Jul 11, 2008
4:27 pm
6175
I have a server and client scripts called lights.pl and lights.cgi. This script controls my X10 lamps using the Device and ControlX10 perl modules. I can't run...
erabelas
Offline Send Email
Jul 14, 2008
2:57 pm
6176
Rahed - ... Chris - ... Thanks guys - this helped alot. I was a bit unsure re the behaviour changing in the newer version of SOAP::Lite - also I was using XML...
Mark Knoop
marknoop2002
Offline Send Email
Jul 14, 2008
5:02 pm
6177
... It can be anything of: permissions of lights scripts and cgi-bin directory, owner should be apache user scripts line endings on unix: line feed, on windows...
rahed
raherh
Offline Send Email
Jul 14, 2008
7:34 pm
6178
My first parameter regionId is not being generated in the SOAP request. Can someone help? # create a hash struct with parameters my @p = ( ...
ur_php_developer
ur_php_devel...
Offline Send Email
Jul 16, 2008
5:01 pm
6179
I had most of Soap calls working in version 0.6. On upgrading to 0.710, none of them seem correct. Has anyone seen this issue and how have you fixed the...
asmitaj
Offline Send Email
Jul 17, 2008
5:10 pm
6180
When code is as follows my $s = SOAP::Lite -> proxy('http://172.17.164.154:4094/SDrive/SDAMex') -> uri('urn:#SDAGetWSInfo'); logcomment("Response is $s"); my...
Sanjay Saxena
ssaxena62
Offline Send Email
Jul 21, 2008
9:43 pm
6181
My server set up is: SOAP::Lite 0.69 Apache/2.0.55 mod_perl 5.8.7 When a client sends a request for SOAP 1.2 there is no xsi declaration in the response: ...
rolf.banting
Offline Send Email
Jul 22, 2008
10:46 pm
6182
Hi SOAPlite Group, i am new to SOAP Lite (and PERL in generell ;-)) and stuck in a problem. I'am able to give a wsdl, call a Function with a parameter. But...
langnau_8135
Offline Send Email
Jul 30, 2008
7:47 am
6183
See if this does it for you! Pat print $result->valueof('//firstname') . "\n"; ... From: langnau_8135 To: soaplite@yahoogroups.com Sent: Wednesday, July 30,...
patrick mariani
w8itout
Offline Send Email
Jul 30, 2008
2:28 pm
6184
I have a method (get_fees) for the Web service returning the 'fees' XML and I'm able to do that by simply populating my_variable with the XML and returning...
qglex
Offline Send Email
Aug 6, 2008
5:20 pm
6185
I'm using XML::XPath to access the element and attribute values - works out well - pat example $result = $soap ->readable(1)->outputxml(1) ->proxy('http://',...
pat.mariani@...
w8itout
Offline Send Email
Aug 6, 2008
8:55 pm
6186
A simple question, but I can't find the answer on www.soaplite.com I have a SOAP method that returns multiple results: sub Foo { my $Self = shift; my...
John Gateley
jfootiger
Offline Send Email
Aug 7, 2008
7:17 pm
6187
Hi, I have a soap serializer (server) that usually returns strings for most requests. However, for one request, it returns an array of strings. In the past, I...
Edward Kawas
kawas7
Offline Send Email
Aug 8, 2008
4:24 pm
6188
Hi I am making SOAP requests in the following way (have had to remove real urls so not runnable as is but hopefully it makes enough sense): ###### package...
Mark Knoop
marknoop2002
Offline Send Email
Aug 14, 2008
3:53 pm
6189
Here was my solution - both the wsdl fetch, and the method needed timeouts. pat my $soap = SOAP::Lite ->proxy('http://', timeout => 1) ...
patrick mariani
w8itout
Offline Send Email
Aug 14, 2008
6:30 pm
6190
Here was my solution - both the wsdl fetch, and the method needed timeouts. pat my $soap = SOAP::Lite ->proxy('http://', timeout => 1) ...
Mark Knoop
marknoop2002
Offline Send Email
Aug 14, 2008
8:45 pm
6191
Hi Everyone, I built a module with stubmaker.pl to connect to a web service which generated two parameters <code snippet of the two parameters> parameters => [...
cracknphrack
Offline Send Email
Aug 17, 2008
10:01 pm
6192
My apologies if this has been explained before. I have set up a simple Soap server, and it is working as expected. However i do have one question, When adding...
bnyec
Offline Send Email
Aug 19, 2008
8:44 pm
6193
This is because mod_perl keeps the code in memory (and as such, doesn't necessarily reload it when the code changes) - however you shouldn't need to stop and...
Chris Woodfield
cwoodfieldatl
Offline Send Email
Aug 19, 2008
8:53 pm
6194
Hello, I'm new to SOAP::Lite and I'm having what's probably a silly error on my part, but I haven't been able to find anything related in the archives here or...
ErikTheRed
er1kthered
Offline Send Email
Aug 20, 2008
3:58 pm
6195
... Do it this way: $CallCredentials = SOAP::Data ->name(credentials => \SOAP::Data->value( SOAP::Data->name(Username => $UserName)->type('string'), ...
rahed
raherh
Offline Send Email
Aug 20, 2008
7:58 pm
6196
... From: rahed <raherh@...> Subject: Re: [soaplite] Serialization problems: To: Date: Wednesday, August 20, 2008, 12:58 PM ... Do it this way: ...
ErikTheRed
er1kthered
Offline Send Email
Aug 20, 2008
10:39 pm
6197
It''s been a while since I played with stubmaker.pl but if I remember correctly it's abilities are slim. I remember having to modify the generated Perl...
Eric Bridger
ebridger2004
Offline Send Email
Aug 21, 2008
2:08 am
Messages 6168 - 6197 of 6387   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