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 =...
6316
Srinivas Vippagunta
srinivasvipp...
Apr 2, 2009 9:49 pm
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...
6317
Lee Carmichael
lecar_red
Apr 6, 2009 4:24 pm
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'...
6318
Lee Carmichael
lecar_red
Apr 6, 2009 5:03 pm
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...
6319
rahed
raherh
Apr 7, 2009 7:48 am
... $s->autotype(0); should be ok for requests from a client. -- Radek...
6320
Allen Goldschmidt
allengo
Apr 11, 2009 5:21 pm
I installed ActiveState PERL and then used CPAN command line to install SOAP::Lite. It freezes in the middle of the installation at...
6321
Petar Shangov
pshangov
Apr 12, 2009 9:20 pm
This is a known bug, reported at rt.cpan.org, but has not been fixed yet....
6322
mtys0904
Apr 16, 2009 2:04 pm
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...
6323
rahed
raherh
Apr 17, 2009 9:32 am
... 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...
6324
Srinivas Vippagunta
srinivasvipp...
Apr 18, 2009 1:37 am
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...
6325
Petar Shangov
pshangov
Apr 18, 2009 6:47 pm
see XML::Compile::SOAP...
6326
rahed
raherh
Apr 20, 2009 1:13 pm
... 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...
6327
mtys0904
Apr 20, 2009 1:51 pm
Thank you. I tried ver.0710.08, but I got the similar error too... (Example) ================================================================ #!/usr/bin/perl ...
6328
Srinivas Vippagunta
srinivasvipp...
Apr 22, 2009 9:10 pm
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)...
6329
joemustafa
May 13, 2009 6:58 pm
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...
6330
Joseph Werner
telcodev@...
May 13, 2009 7:21 pm
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...
6331
joemustafa
May 13, 2009 10:53 pm
Here is a snippet. Yes it is a GUI based program. # Intranet Transfer if($Config{39;TransferType'} == 0){ # Make a SOAP request to the administrator server. my...
6332
zoltan_kiss@...
zoltan_kiss...
May 21, 2009 3:08 pm
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...
6333
mbusik70
May 22, 2009 4:41 pm
Hello list, few days ago I've been asked for the solution to this, now I've made it publicly available under:...
6334
Erwin Lesmana Liem
liemerwin
May 27, 2009 2:28 pm
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...
6335
Michael Zedeler
mzedeler
Jun 8, 2009 2:29 pm
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...
6336
rsvancara
Jun 11, 2009 11:27 pm
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...
6337
Paul Dwerryhouse
pdwerryhouse
Jun 25, 2009 2:44 pm
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 ...
6338
Martin Thomas Schrott
thinkingsystems
Jul 6, 2009 8:00 am
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...
6339
Martin Thomas Schrott
thinkingsystems
Jul 6, 2009 3:13 pm
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...
6340
Martin Thomas Schrott
thinkingsystems
Jul 6, 2009 3:13 pm
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...
6341
rahed
raherh
Jul 7, 2009 1:37 pm
... Do you have service specification (wsdl)? I'm not familiar with java. -- Radek...
6342
adverick.bacon
Jul 10, 2009 3:19 pm
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...
6343
David Lloyd
dslloyd
Jul 14, 2009 1:27 pm
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...
6344
rahed
raherh
Jul 16, 2009 2:36 pm
... Generating xml from wsdl with complex types doesn't work and is not maintained (I think). Your wsdl is quite simple, you can work it out like this: $client...