Hi, I've been trying all day to get SOAP::Lite to connect to a server that has a self-signed cert with no luck. Nor can I find any help on the web via Google...
6581
denis.simonet@...
denis.simone...
Jun 30, 2011 3:34 pm
Hi all Since an update of Apache, mod_perl and SOAP::Lite (on Debian) a mod_perl module which uses SOAP::Lite doesn't work anymore. It causes an error in the...
6582
Rich T_
rtomasso
Jul 1, 2011 4:15 pm
I'm running into a wall on generating child elements within SOAP::Fault <detail> response. I can generate one child element just fine, but nothing I try will...
6583
Mithun Bhattacharya
inzoik
Jul 1, 2011 4:51 pm
... perldoc seems to imply this type of construct should work for you - what error did you get for that ? ->faultdetail(bless {code => 1} => 'BadError39;) -...
6584
Rich T_
rtomasso
Jul 1, 2011 6:54 pm
... That produces something like this: <detail> <BadError> <code>1</code> <BadError> <detail> Which is not what I want. I can get something like <detail> ...
6585
Mithun Bhattacharya
inzoik
Jul 1, 2011 8:36 pm
... How are you generating the above ? From: Rich T_ <rtomasso@...> Which is not what I want. I can get something like <detail> <code>1</code> <detail>...
6586
Karl Boyken
kboyken
Jul 11, 2011 3:29 pm
We use SOAP::Lite to connect to a service on campus. The service is moving from Thawte to InCommon for certificates; InCommon uses Comodo. The new server...
6587
rahed
raherh
Jul 11, 2011 7:59 pm
... Be sure to supply a correct SOAPAction header (set with on_action method as uri and method). -- Radek...
6588
Karl Boyken
kboyken
Jul 11, 2011 8:20 pm
Thanks, but, aside from the fqdn of the web server, the header is identical to the one that works on the production server. Karl...
6589
Karl Boyken
kboyken
Jul 12, 2011 8:08 pm
For completeness, I've attached two files. soap_prod.txt is the SOAP::Lite trace and Crypt::SSLeay debug output for the production server, which works;...
6590
rahed
raherh
Jul 13, 2011 2:41 pm
... I can't see any attachements with my mail client. -- Radek...
6591
Rich T_
rtomasso
Jul 18, 2011 7:01 pm
This should be a very simple operation but the better part of a day searching has produced no help. All I want to do is return the SOAPAction from the Request...
6592
Mauro Gatti
mauro.list
Jul 25, 2011 3:29 pm
Hi all, I'm trying to install SOAP::Lite module via CPAN but I can't because I got the error reported. Could You help me understand what's wrong? Thank You ...
6593
nic_soft
Aug 3, 2011 8:02 pm
Hello, I am struggling to get some SOAP request working using SOAP Ligth and PHP on the requesting side and PERL on the server I am requesting information...
6594
Jo Rhett
jorhett
Aug 4, 2011 5:45 pm
This code is PHP, and you've sent it to the mailing list for the Perl SOAP::Lite module. ... -- Jo Rhett Net Consonance : consonant endings by net...
6595
lee.huddleston@...
lee.huddlest...
Sep 6, 2011 3:09 pm
Hi, I see plenty of examples of building complex data types using SOAP::Lite client side, but no real examples of processing these server side. I need to...
6596
lee.huddleston@...
lee.huddlest...
Sep 6, 2011 3:09 pm
Hi all, having an issue running SOAP Lite 0.71 under Glassfish 3.1.1. Whenever I send a request in that has content length > 512 bytes the server does not...
6597
lee.huddleston@...
lee.huddlest...
Sep 13, 2011 5:23 pm
Hi, can anyone tell me how to access the raw XML content in a CGI server please? Thanks, Lee...
6598
chfoerst@...
chfoerst...
Sep 23, 2011 3:05 pm
Dear all, I have the following code : use SOAP::Lite +trace => [fault => \&log_faults]; @ISA = qw(SOAP::Server::Parameters SOAP::Transport::HTTP::Daemon);use ...
6600
jeff172937
Nov 10, 2011 11:38 pm
I.m looking for help to implement data transfer using perl SOAP. We need to connect to a state agency to transfer files. Any help is appreciated. Here's what...
6601
Richter, Tobias
Tobias.Richter@...
Dec 12, 2011 4:24 pm
Hi *, I try to write a simple Perl SOAP Client for these services: http://almdemo.polarion.com/polarion/ws/services/SessionWebService?wsdl ...
6602
Tobias Richter
tri@...
Dec 12, 2011 4:24 pm
Hi *, I try to write a simple Perl SOAP Client for these services: http://almdemo.polarion.com/polarion/ws/services/SessionWebService?wsdl ...
6603
Tobias Richter
tri@...
Dec 12, 2011 9:44 pm
Hi *, sorry, about Double posting - I thought that my first message hasn't transmitted correctly. ... my $SessionWebServicesoap = SOAP::Lite ->readable(1) ...
6604
Rich T_
rtomasso
Jan 11, 2012 9:26 pm
I'm having trouble getting a soap response to validate because there does not seem to be an easy way to change the prefix of type attributes. Setting...
6605
Joseph Werner
telcodev@...
Jan 11, 2012 10:33 pm
How are you building the data structure? Can you show us any SOAP::Data class objects in your code? ... -- Best Regards, [Joseph] Christian Werner Sr C...
6606
daniel.foerderer
daniel.foerd...
Feb 2, 2012 5:13 pm
Hello I have some php-Code to connect to a soap-Server and I'm trying to figure out how I can do the same connection with SOAP::Lite. I'm not able to find the...
6607
whmoseley
Feb 8, 2012 4:51 pm
I'm using JIRA::Client which uses SOAP::Lite to fetch an "issue" from a JIRA server. My code was fetching the owner of the ticket as $ticket->{assignee}, and...
6608
hedges-cpan-temp-1684...
Feb 10, 2012 12:22 am
I work with a large CPAN installation. SOAP.pm also comes with a SOAP::Packager module. So, one or the other of them breaks. Can this be resolved in the...
6609
matt@...
usecgipm
Feb 10, 2012 11:40 pm
I am having an issue using SOAP::Lite->service and not being able to check for faultstring or is_success like there is when I use SOAP::Lite->new I am unable...
6610
Rich T_
rtomasso
Mar 8, 2012 6:47 pm
Have a server running SOAP::Lite (0.711) to manage soap requests and return results as an apache service/handler. It's working close to perfect except for this...