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 4383 - 4412 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4383
Hi list, could someone please explain why SOAP::Transport:HTTP::Client chooses to C<die> whenever it receives a Content-Encoding header (not using compression)...
mihai_razvan
Offline Send Email
Feb 1, 2005
8:58 am
4384
Hello everyone: I've noticed there has been an update to SOAP::Lite recently on CPAN. Can anyone tell me if this latest version is compatible with mod_perl 2?...
Andrew Hicox
ahicox
Offline Send Email
Feb 1, 2005
6:09 pm
4385
How do I create SOAP Headers in the client side if my WS API requires certain SOAP Headers to be present in the SOAP Envolope ? Thanks A...
ghostwhoowalks
Offline Send Email
Feb 1, 2005
9:14 pm
4386
... Add SOAP::Header objects as extra parameters to your method call, e.g. $soap->method(SOAP::Header->name('foo', 123), ... Duncan...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 1, 2005
10:14 pm
4387
How do I bind 'foo' the element name with a namespace ? I need my element in the Header to look like myns:foo where myns is http://blah.com . Thanks A ... e.g....
ghostwhoowalks
Offline Send Email
Feb 2, 2005
12:22 am
4388
... SOAP::Header works the same way as SOAP::Data, so the same way of specifying a namespace for the item will apply SOAP::Header->name(foo =>...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 2, 2005
9:12 am
4389
The style attribute can be specified in 2 places in the WSDL file. In the soap::binding element, the style attribute indicates the overall style of the SOAP...
jpeyser
Offline Send Email
Feb 2, 2005
3:13 pm
4390
Hi All, Is there a way I can switch between two servers in autodispatch with in a same script. Thanks, Nagarajan...
naga_cit
Offline Send Email
Feb 2, 2005
8:24 pm
4391
... You can call the proxy() method as a static method to set a new URL: SOAP::Lite->proxy($new_url); That should apply to the internal object that...
Randy J. Ray
rjray_perl
Offline Send Email
Feb 2, 2005
8:34 pm
4392
Hi list, sorry if this is a naive question. I'm new to SOAP::Lite. I have an app with an array of classes that hold/display enterprise data and I'm providing...
Theo Petersen
theopetersen
Offline Send Email
Feb 2, 2005
10:25 pm
4393
Normal Model: ============= $soap1= new SOAP::Lite proxy => 'http://localhost/cgi-bin/soap.cgi', uri => 'http://my.own.com/My/Examples'; $obj =...
naga_cit
Offline Send Email
Feb 3, 2005
12:36 am
4394
Dear Gary Same or similar problem for me. I get the error "500 Can't connect to xxx.xxxxxxxxx.com:80 (Timeout)". The same script works without any problem on a...
Edi Goetschel
edi_goetschel
Offline Send Email
Feb 4, 2005
10:36 am
4395
... You need to pass some parameters that will be passed through to LWP::UserAgent. I think that the syntax is somethning like ...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 4, 2005
12:47 pm
4396
... Both, LWP::UserAgent and SOAP::Lite? As Newbie I'm lost in code... I tried this without success: #!/path/to/perl -w use SOAP::Lite; my $s = SOAP::Lite ->...
Edi Goetschel
edi_goetschel
Offline Send Email
Feb 4, 2005
2:34 pm
4397
I'm having the same problem with proxies... In Windows, I only have to set the environment variable "http_proxy" and SOAP::Lite does the right thing. On my...
h2ofaull
Offline Send Email
Feb 4, 2005
6:48 pm
4398
Got something... but perhaps I'm talking to myself anymore... :) I can't figure out how to get the SOAP::Lite->service() syntax to work, when going through a...
h2ofaull
Offline Send Email
Feb 4, 2005
8:22 pm
4399
Hi Brian ... In the docs for the SOAP::Transport::HTTP package there is an example of how to use an http proxy. ... The extra parameters to proxy are passed to...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 5, 2005
1:07 pm
4400
Hello, I am a newbie to the SOAP::Lite. I wrote a simple "hello world" service code using perl. But I am a bit lost how to get a WSDL file out of this perl...
junzhao80man
Offline Send Email
Feb 5, 2005
10:59 pm
4401
Unfortunately, no. The only thing I can suggest is using a tool like CapeScience's WSDL Editor to help write one for scratch. There is a sub-project in...
Byrne Reese
byrnereese
Online Now Send Email
Feb 7, 2005
3:38 pm
4402
I'm trying to deploy a simple service using SOAP::Lite that will be recognized by the MS Office apps as a Research service (Research Pane), sounds easy, but...
vnehess
Online Now Send Email
Feb 8, 2005
10:22 am
4403
Greetings! I have need for some of the new features / fixes that have been released in SOAP::Lite 0.65-beta2 - but I have need for this in Windows...
h2ofaull
Offline Send Email
Feb 9, 2005
5:03 am
4404
... SOAP::Lite is Perl only, so it is not dependent on any OS. The install works quite happily on Windows. ... You don't *compile* anything, just install. What...
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 9, 2005
8:47 am
4405
Hi, how are you? I hope to not disturb. I have another question. I have a problem with a method that returns an array. The module exposed as a WS has the...
Diego Andres Asenjo G.
ojnesad
Offline Send Email
Feb 9, 2005
10:36 am
4406
I have the XML format of a soap call that I need to include in a perl script. But reverse engineering doesn't seem to lead me to the same format message. Are...
psaleh2000
Offline Send Email
Feb 9, 2005
3:08 pm
4407
... If you have a complex XML structure to create it may be easier to create the XML outside of S::L and pass that as literal XML. Something like my $xml = ......
Duncan Cameron
duncan_camer...
Offline Send Email
Feb 9, 2005
3:40 pm
4408
Sorry for the wrong wording - it was late. :) I surely didn't mean "compile", rather "install". Thank you again for the help! I still don't understand why...
h2ofaull
Offline Send Email
Feb 9, 2005
8:49 pm
4409
Is DIME support actually working in the lastest 0.65 beta 2 release? Steve...
Steve Lewis
h_stephen_lewis
Offline Send Email
Feb 9, 2005
8:54 pm
4410
Hello, I am new in using SOAP::Lite, but it works fine for me! When I Want to use on Java side a Hashtable type I found that this can easily mapped to a...
achim_grolms
Offline Send Email
Feb 9, 2005
10:34 pm
4411
Not yet. The hooks into SOAP::Lite are complete, but the DIME::Tools package still needs some work. I was hoping Domingo (the author of DIME::Tools) was going...
Byrne Reese
byrnereese
Online Now Send Email
Feb 10, 2005
12:11 am
4412
Hi, Is it possible to create AutoDispatch soap objects?!! like $obj1 = $soap1->newobject(); # for server 1 calls $obj1->method1(); $obj2 = $soap2->newobject();...
naga_cit
Offline Send Email
Feb 10, 2005
2:01 am
Messages 4383 - 4412 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