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 5246 - 5281 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5246
Hello, I wrote a client with soap::lite 0.67 which communicates with a tomcat server. My client works if I modify Lite.pm. Indeed I need content type :...
tilmant_a
Offline Send Email
Mar 1, 2006
1:14 pm
5247
Group, VB.NET 2003 client... Perl SOAP::Lite client... Apache configured as CGI... Sending strings and arrays from .NET to SOAP::Lite is fine. No data returned...
bogusexception
Offline Send Email
Mar 1, 2006
6:45 pm
5248
I was reading your post from a LONG time ago concerning SOAP::Lite and .NET. You gave an example of how to return a string, and that is great. Did you ever get...
bogusexception
Offline Send Email
Mar 1, 2006
11:07 pm
5249
I can't get SOAP::LITE to install. First my ISP's Tech Support tried installing it serveral times with no success. Then I tried an got the following: Thu Feb...
Ken Kimbrough
pyramid36
Offline Send Email
Mar 3, 2006
2:20 am
5250
Hello, I keep getting the error ' Undeclared prefix: "xsi:type" '. Looking at the +trace output, it seems that my namespace is not defined in the envelope....
Rick and Tracy Ferrante
ferrante9
Offline Send Email
Mar 3, 2006
5:33 pm
5251
Group, As promised, I'm posting the resolution (sorta) for this problem. This is what works for me, and it is not a solution. It is more like a work-around. I...
bogusexception
Offline Send Email
Mar 3, 2006
6:02 pm
5254
Hello, I've exactly the same problem which is not present in old version (like perl-SOAP-Lite-0.60). Type verification wasn't done in the past. If you comment...
mbouvant
Offline Send Email
Mar 7, 2006
9:32 am
5255
im new on perl, and i think my quoestion its more perl than soap::lite. but let see who can help me. In some method i want to call a system command. Im using...
chuksilver
Offline Send Email
Mar 7, 2006
3:15 pm
5256
perl -e '@std = `uname -X`;print @std, "\n";' In other words, put your system command in between backticks (`) and the STDOUT will be the output, which you...
teden
Offline Send Email
Mar 7, 2006
3:47 pm
5258
Hi All, I'm working on a SOAP client for a Unix server running Apache, Perl and SOAP::Lite. The Perl w/ SOAP::Lite client works just fine. However, I'm also...
smithjeremyjohn
Offline Send Email
Mar 11, 2006
8:21 pm
5259
Hi, I have been working on a soap client project for over a week now and can not figure out what I am doing wrong. I am not an expert using Perl or SOAP so any...
keepontruckn2
Offline Send Email
Mar 13, 2006
4:06 am
5260
Hi Guys, I'm working on a proof of concept to see if SOAP::Lite can provide the implementation for web services etc. I've been battling with things so far but...
creeping999
Offline Send Email
Mar 13, 2006
6:36 am
5261
... I am seeing similar behaviour and have tracked it down to an ever-growing {'_serializer'}->{'_seen'} object. I will debug this further tomorrow morning,...
Ollie Cook
olliebetfair
Offline Send Email
Mar 13, 2006
8:38 pm
5262
That object is to track whether an object has been parsed or not to avoid circular/infinite loops in processes href references. Make sense?...
Byrne Reese
byrnereese
Offline Send Email
Mar 13, 2006
8:57 pm
5263
... Should the hash be cleared, then, after each successful parse of an XML response? At the moment it is growing between requests. If the XML returned is ...
Ollie Cook
olliebetfair
Offline Send Email
Mar 13, 2006
9:00 pm
5264
Yes. Yes it should. Damn. This could be the root cause of this long known issue. Wow....
Byrne Reese
byrnereese
Offline Send Email
Mar 13, 2006
9:44 pm
5266
... Having instrumented this further today, I can say that the problem is not in SOAP::Lite but rather XML::SAX (which I use through XML::Simple) as a...
Ollie Cook
olliebetfair
Offline Send Email
Mar 14, 2006
12:30 pm
5267
I have a client on Java that communicate whit a SOAP::lite server. when i invoke the call on java it create like this [Header=null] [methodName=SubmitV]...
chuksilver
Offline Send Email
Mar 14, 2006
4:48 pm
5268
Has anyone changed the sysconf settings under Solaris to tweak the performance of SOAP::Lite when using HTTP::Daemon? My clients are seeing a lot of...
teden
Offline Send Email
Mar 15, 2006
5:45 am
5269
Hi! I keep gettng the error: document/literal support is EXPERIMENTAL in SOAP::Lite at /Library/Per +l/5.8.6/SOAP/Lite.pm line 2818. Can't call method "name"...
sainttim1
Offline Send Email
Mar 15, 2006
11:53 am
5270
Quite a few changes between .60 and .67. Try the changes in-line below. ... $service->want_som(1);...
Eric Bridger
ebridger2004
Offline Send Email
Mar 15, 2006
2:04 pm
5271
Hi Eric, Thanks for the ideas. I still get the same error, with the code now looking like: sub soapGet(){ my $service = SOAP::Lite ->...
sainttim1
Offline Send Email
Mar 15, 2006
6:43 pm
5272
Don't sweat this anymore. Rather than using CPAN which grabs the .67 version, I hit the soaplite site, got .6, and installed it. I don't need .67 for anything...
sainttim1
Offline Send Email
Mar 15, 2006
7:12 pm
5275
Hello All, First off, I am a SOAP newbie and I am trying to write a perl script (ActivePerl 5.8.7-815) which consumes a web service published by Remedy ARS...
ravi0508@...
ravi0508
Offline Send Email
Mar 16, 2006
2:08 pm
5276
Have not used SOAP::Header much but in order to nest XML elements you need to point to a reference. Try: SOAP::Header->name('AuthenticationInfo' =>...
Eric Bridger
ebridger2004
Offline Send Email
Mar 16, 2006
3:18 pm
5277
Thank you very much Eric! That worked! I have tried all variations but I could think of but the one thing I never did was include that backslash as in your...
ravi0508@...
ravi0508
Offline Send Email
Mar 16, 2006
5:19 pm
5278
The backslash (a reference to a SOAP::Data or Header object) creates nested XML in your SOAP message as explained here: ...
Eric Bridger
ebridger2004
Offline Send Email
Mar 16, 2006
5:47 pm
5279
... $soapheader=qq(<SessionHeader...
Keith Jackson
kjackson7_93
Offline Send Email
Mar 16, 2006
6:06 pm
5280
Hi, A dumb question: I tried to install SOAP::Lite On a OS X 10.4.5 machine. The installation process says it needs XML::Parser, Which in turn says it needs...
Ted Zeng
tzeng88
Offline Send Email
Mar 16, 2006
9:13 pm
5281
This might work: my $header = SOAP::Header ->attr( {'xmlns' => 'http://www.mymailout.net/WebService/SubscribeManager } ) ->name( SessionHeader => ...
Eric Bridger
ebridger2004
Offline Send Email
Mar 16, 2006
9:54 pm
Messages 5246 - 5281 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