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 4446 - 4477 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4446
Hi there, I've just been looking through cpan, and I'm wondering if I am missing something obvious. I can't find anywhere in Soap::Lite where I can set a...
Dianne Van Dulken
dogmac.rm
Offline Send Email
Mar 3, 2005
11:25 pm
4447
Dianne, ... No worries, I ran into the same thing awhile ago. Here's how I did it: SOAP::Lite->readable( 1 )->uri( "your_uri" )->proxy( "your_proxy", timeout...
jmzorko@...
jmzorko
Offline Send Email
Mar 3, 2005
11:32 pm
4448
I am happy to see stubmaker.pl and creation of myService.pm However I am looking for a way for the user of myService.pm to specify the endpoint either at...
Medi Montaseri
montaseri2003
Offline Send Email
Mar 4, 2005
2:52 am
4449
One of the problems my peers often point out against Perl is that there are 25 different ways of doing things, from $$ to $PID. from "key, value" to "key =>...
Medi Montaseri
montaseri2003
Offline Send Email
Mar 4, 2005
6:48 am
4450
... I tend to agree. I found I needed to insert fault handling code between each of those. I ended up doing something like this... sub main { # Connect to...
Bryce Harrington
bryceharrington
Offline Send Email
Mar 4, 2005
5:50 pm
4451
Hi all - As interesting as SOAP and web services are, I am pressed for time. Although I know I'll have to learn more, I simply need a full blown working "Hello...
a77b77d6f
Offline Send Email
Mar 4, 2005
5:57 pm
4452
Mike, I can help you, but keep in mind that I never got it to work with complex types. When I return rows of data, I just convert my data to the equivalent of...
Matt Long
perlmunger
Offline Send Email
Mar 4, 2005
8:28 pm
4453
Hi All, After considerable experimentation, I was able to develop a SOAP Lite server that works with VB/.NET, Java/AXIS, and SOAP Lite clients, using WSDL and...
Jonathan D. Fields
jonathandfie...
Offline Send Email
Mar 4, 2005
10:54 pm
4454
Greetings! My task is to write a SOAP server, that would dispatch requests to some modules using its own "sophisticated" naming scheme. Imagine that I have...
Íèêèòà ...
ndedik
Offline Send Email
Mar 5, 2005
11:04 am
4455
Hello. I'm complete newbie in SOAP::Lite, so please be elenient. I'm using combination of Apache + mod_perl + Apache::SOAP from SOAP::Lite distribution. I'm...
and11_bf
Offline Send Email
Mar 5, 2005
3:25 pm
4456
Andrew, ... Is this better? my $success = eval { my $service = SOAP::Lite->service( "uri://to.WSDL.file" ); $service->someMethod( $someParam, @someArrayOParams...
jmzorko@...
jmzorko
Offline Send Email
Mar 5, 2005
3:34 pm
4457
... Sorry, I've sent prev. message to the wrong address. Thanks fore reply. Anyway, this is not what I'm looking for. $service->someMethod( $someParam,...
and11_bf
Offline Send Email
Mar 6, 2005
12:11 am
4458
I am trying to accessing the XML results below. I expected the results to be array of hashes based on my reading. But it appears to be a hash of hashes. I have...
dustintodd
Offline Send Email
Mar 6, 2005
5:42 am
4459
... I take it that you are not using S::L 0.65, where this issue has been addressed. This is how Data::Dumper shows the <getTableMetadataReturn> element $VAR1...
Duncan Cameron
duncan_camer...
Offline Send Email
Mar 6, 2005
8:42 am
4460
... I don't think this will do what you are claiming. $obj will just be a variable in your client, it will not have any reference to a remote object. You still...
Duncan Cameron
duncan_camer...
Offline Send Email
Mar 6, 2005
8:42 am
4461
Hello, I tried to define a timeout for a SOAP client: my $timeout = 1; my $soap = SOAP::Lite -> uri('urn:FooBar') -> proxy('http://localhost:9009', timeout =>...
Shlomo Yona
yonashlomo
Offline Send Email
Mar 6, 2005
12:53 pm
4462
... I am faced with a similar problem. In addition to not being able to use a structured namespace, I need to support an environment where security is taken...
Jay A. Kreibich
jaykreibich
Offline Send Email
Mar 7, 2005
12:42 am
4463
I'm supposed to get certificates work with WS-Security - does anybody have knowledge about it, I would love to see examples. $$Jens...
Jens Augustenborg
jens_auguste...
Offline Send Email
Mar 7, 2005
12:32 pm
4464
All, I finally figured out the (very) simple solution to my proxy problem... here's a brief recount of the problem and my findings... I'm using a web service...
h2ofaull
Offline Send Email
Mar 7, 2005
6:10 pm
4467
Greetings! Well, if that can help you, this is how I've got to use one sub for handling all the incoming SOAP requests without losing any needed info....
Nikita Dedik
ndedik
Offline Send Email
Mar 8, 2005
5:27 pm
4468
Hi, I'm having a slight problem with a call to an external SOAP service, to give a simple example the XML generated for the function call when I turn on debug...
simon.fairey@...
thefairey
Offline Send Email
Mar 9, 2005
12:27 pm
4469
Hi All, I've installed SOAP::Lite and tried to test the sample. The client throws exception the following exception when exception: not well-formed (invalid...
show2sh
Offline Send Email
Mar 10, 2005
1:06 pm
4470
... This is not the name of the method in your server class. Should it be GoodByeWorld? Duncan Send instant messages to your online friends...
Duncan Cameron
duncan_camer...
Offline Send Email
Mar 10, 2005
2:00 pm
4471
I have an Axis Web Service in Java. When I have an Axis client I know how to use the Axis framework to pass HTTP Cookies between client and WS on every...
ghostwhoowalks
Offline Send Email
Mar 10, 2005
6:36 pm
4472
... See here http://cookbook.soaplite.com/#using%20cookies Basically, SOAP::Lite uses LWP::UserAgent for the http client, and you can use any functions of that...
Duncan Cameron
duncan_camer...
Offline Send Email
Mar 10, 2005
11:15 pm
4473
Hello, I have always had problems using search engines to find what I wanted,as it always poped up results that I was in no way looking for. I just happen to...
smitha_kathy
Offline Send Email
Mar 11, 2005
10:47 am
4474
Hi, In older versions of SOAP::Lite, i had ste use_prefix to 0 in order to supress the namesp1: values. is there a new way to do this in the current versions? ...
Brad Miele
opiate_mu
Offline Send Email
Mar 11, 2005
8:49 pm
4475
sorry realize that it was new in beta... ... -- Brad Miele Technology Director IPNStock (866) 476-7862 x902 bmiele@......
Brad Miele
opiate_mu
Offline Send Email
Mar 11, 2005
8:52 pm
4476
That feature was introduced in SOAP::Lite 0.65 Beta - and it should still be there in Beta 3. Check and make sure you don't have 0.60 installed......
Byrne Reese
byrnereese
Offline Send Email
Mar 11, 2005
10:10 pm
4477
I'm having some strange and unsettling troubles with a SOAP::Lite server in a mod_perl environment. I think that SOAP::Lite may not re-initialize properly...
mitchbetterhavemybunny
mitchbetterh...
Offline Send Email
Mar 12, 2005
12:38 am
Messages 4446 - 4477 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