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 6314 - 6343 of 6343   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6314
Hello, Is there an easy way to suppress the type info in a request? For eg: my $method = SOAP::Data->name('TestMethod') ->attr({xmlns => 'http://abc.com/'}); ...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 2, 2009
9:11 pm
6315
You can always create the xml you need using whatever tool you wish and them pass it in raw format to SOAP::Data. From the docs: $xml_content =...
Petar Shangov
pshangov
Offline Send Email
Apr 2, 2009
9:47 pm
6316
Thanks peter. I tried that and it works but I was somehow hesitant in using the raw xml. I figured out a way to suppress the type info. I created a custom...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 2, 2009
9:49 pm
6317
Hello, Maybe I'm missing something more here but when I want to make sure SOAP::Lite doesn't do its automatic typing of an data element I just use the 'type'...
Lee Carmichael
lecar_red
Offline Send Email
Apr 6, 2009
4:24 pm
6318
Hello, In your example, $ret is really a soap response object (SOM) unless something happened to cause an exception (die or croak) to occur. You can read the...
Lee Carmichael
lecar_red
Offline Send Email
Apr 6, 2009
5:03 pm
6319
... $s->autotype(0); should be ok for requests from a client. -- Radek...
rahed
raherh
Offline Send Email
Apr 7, 2009
7:48 am
6320
I installed ActiveState PERL and then used CPAN command line to install SOAP::Lite. It freezes in the middle of the installation at...
Allen Goldschmidt
allengo
Offline Send Email
Apr 11, 2009
5:21 pm
6321
This is a known bug, reported at rt.cpan.org, but has not been fixed yet....
Petar Shangov
pshangov
Offline Send Email
Apr 12, 2009
9:20 pm
6322
Hello, I am trying the connection with a specific Web service, but unfortunately it is not working...and I would like to ask someone if you could help me. The...
mtys0904
Offline Send Email
Apr 16, 2009
2:04 pm
6323
... I don't see any getDDBJEntry operation in wsdl definition. Cannot you upgrade to the latest SOAP::Lite 0.710.08? 0.60 is way too old. -- Radek...
rahed
raherh
Offline Send Email
Apr 17, 2009
9:32 am
6324
Hello, Is there a way dynamically construct a soap request from the wsdl using soap::lite? Using java you can use JAX-WS-RI, Axis, XFire etc but I am not sure...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 18, 2009
1:37 am
6325
see XML::Compile::SOAP...
Petar Shangov
pshangov
Offline Send Email
Apr 18, 2009
6:47 pm
6326
... I guess you won't succeed with generating the request directly from wsdl. The module is not ready for more complex wsdl definitions. I rather explicitly...
rahed
raherh
Offline Send Email
Apr 20, 2009
1:13 pm
6327
Thank you. I tried ver.0710.08, but I got the similar error too... (Example) ================================================================ #!/usr/bin/perl ...
mtys0904
Offline Send Email
Apr 20, 2009
1:51 pm
6328
Hello, I am trying to make sure, when the invoke() method in the subclass(package B) is called that the get_basic_credentials from the super class(package A)...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 22, 2009
9:10 pm
6329
I have a old Perl script that uses SOAP::Lite. I am trying to reuse it but when I try to run the web client I get the following error. "Tk::Error: Can't locate...
joemustafa
Offline Send Email
May 13, 2009
6:58 pm
6330
Need more info here, perhaps a code snippett? You apparently have a GUI using Perl Tk and SOAP::Lite, I suspect a syntax error in one of your graphics...
Joseph Werner
telcodev@...
Send Email
May 13, 2009
7:21 pm
6331
Here is a snippet. Yes it is a GUI based program. # Intranet Transfer if($Config{'TransferType'} == 0){ # Make a SOAP request to the administrator server. my...
joemustafa
Offline Send Email
May 13, 2009
10:53 pm
6332
Hi, I have a little problem with my SOAP Client program. I'm using SOAP::Lite with perl 5.8 on debian lenny. The WebServices server is a Windows 2003 - IIS 6.0...
zoltan_kiss@...
zoltan_kiss...
Offline Send Email
May 21, 2009
3:08 pm
6333
Hello list, few days ago I've been asked for the solution to this, now I've made it publicly available under:...
mbusik70
Offline Send Email
May 22, 2009
4:41 pm
6334
Hi there, does anybody know how to change http protocol in soaplite? i've been searching for the guide, but still found nothing. what I want to do is...
Erwin Lesmana Liem
liemerwin
Offline Send Email
May 27, 2009
2:28 pm
6335
Hi. I'd like to be able to use SOAP::Lite to generate soap request messages from a perl simple perl data structure and parse them again to check that I get the...
Michael Zedeler
mzedeler
Offline Send Email
Jun 8, 2009
2:29 pm
6336
I have created a very basic soap service that returns a hash of hashes. When I call my soap service, I see this in the apache error logs for every request I...
rsvancara
Offline Send Email
Jun 11, 2009
11:27 pm
6337
Hi all, Wondering if someone might be able to point me in the right direction on this. I've written some SOAP::Lite server code which is being called from ...
Paul Dwerryhouse
pdwerryhouse
Offline Send Email
Jun 25, 2009
2:44 pm
6338
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
8:00 am
6339
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
3:13 pm
6340
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
3:13 pm
6341
... Do you have service specification (wsdl)? I'm not familiar with java. -- Radek...
rahed
raherh
Offline Send Email
Jul 7, 2009
1:37 pm
6342
Hi all, I have the following server configuration: *. Apache/2.2.11 (Ubuntu) *. mod_perl/2.0.4 *. Perl/v5.10.0 *. SOAP Lite 0.710.08 I am trying to send a...
adverick.bacon
Offline Send Email
Jul 10, 2009
3:19 pm
6343
I have: SOAP::Lite 0.710.08 ...running on: This is perl, v5.10.0 built for i486-linux-gnu-thread-multi ...against this WSDL (which I've also copied and pasted...
David Lloyd
dslloyd
Offline Send Email
1:27 pm
Messages 6314 - 6343 of 6343   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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