Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 4383 - 4412 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4383 mihai_razvan Send Email Feb 1, 2005
8:58 am
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)...
4384 Andrew Hicox
ahicox Send Email
Feb 1, 2005
6:09 pm
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?...
4385 ghostwhoowalks Send Email Feb 1, 2005
9:14 pm
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...
4386 Duncan Cameron
duncan_camer... Send Email
Feb 1, 2005
10:14 pm
... Add SOAP::Header objects as extra parameters to your method call, e.g. $soap->method(SOAP::Header->name('foo&#39;, 123), ... Duncan...
4387 ghostwhoowalks Send Email Feb 2, 2005
12:22 am
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....
4388 Duncan Cameron
duncan_camer... Send Email
Feb 2, 2005
9:12 am
... 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 =>...
4389 jpeyser Send Email Feb 2, 2005
3:13 pm
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...
4390 naga_cit Send Email Feb 2, 2005
8:24 pm
Hi All, Is there a way I can switch between two servers in autodispatch with in a same script. Thanks, Nagarajan...
4391 Randy J. Ray
rjray_perl Send Email
Feb 2, 2005
8:34 pm
... 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...
4392 Theo Petersen
theopetersen Send Email
Feb 2, 2005
10:25 pm
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...
4393 naga_cit Send Email Feb 3, 2005
12:36 am
Normal Model: ============= $soap1= new SOAP::Lite proxy => 'http://localhost/cgi-bin/soap.cgi', uri => 'http://my.own.com/My/Examples&#39;; $obj =...
4394 Edi Goetschel
edi_goetschel Send Email
Feb 4, 2005
10:36 am
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...
4395 Duncan Cameron
duncan_camer... Send Email
Feb 4, 2005
12:47 pm
... You need to pass some parameters that will be passed through to LWP::UserAgent. I think that the syntax is somethning like ...
4396 Edi Goetschel
edi_goetschel Send Email
Feb 4, 2005
2:34 pm
... 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 ->...
4397 h2ofaull Send Email Feb 4, 2005
6:48 pm
I'm having the same problem with proxies... In Windows, I only have to set the environment variable "http_proxy&quot; and SOAP::Lite does the right thing. On my...
4398 h2ofaull Send Email Feb 4, 2005
8:22 pm
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...
4399 Duncan Cameron
duncan_camer... Send Email
Feb 5, 2005
1:07 pm
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...
4400 junzhao80man Send Email Feb 5, 2005
10:59 pm
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...
4401 Byrne Reese
byrnereese Send Email
Feb 7, 2005
3:38 pm
Unfortunately, no. The only thing I can suggest is using a tool like CapeScience&#39;s WSDL Editor to help write one for scratch. There is a sub-project in...
4402 vnehess Send Email Feb 8, 2005
10:22 am
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...
4403 h2ofaull Send Email Feb 9, 2005
5:03 am
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...
4404 Duncan Cameron
duncan_camer... Send Email
Feb 9, 2005
8:47 am
... 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...
4405 Diego Andres Asenjo G.
ojnesad Send Email
Feb 9, 2005
10:36 am
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...
4406 psaleh2000 Send Email Feb 9, 2005
3:08 pm
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...
4407 Duncan Cameron
duncan_camer... Send Email
Feb 9, 2005
3:40 pm
... 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 = ......
4408 h2ofaull Send Email Feb 9, 2005
8:49 pm
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...
4409 Steve Lewis
h_stephen_lewis Send Email
Feb 9, 2005
8:54 pm
Is DIME support actually working in the lastest 0.65 beta 2 release? Steve...
4410 achim_grolms Send Email Feb 9, 2005
10:34 pm
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...
4411 Byrne Reese
byrnereese Send Email
Feb 10, 2005
12:11 am
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...
4412 naga_cit Send Email Feb 10, 2005
2:01 am
Hi, Is it possible to create AutoDispatch soap objects?!! like $obj1 = $soap1->newobject(); # for server 1 calls $obj1->method1(); $obj2 = $soap2->newobject();...
Messages 4383 - 4412 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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