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...
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;...
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...
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 ...
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...
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...
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...
Dear all, I have the following code : use SOAP::Lite +trace => [fault => \&log_faults]; @ISA = qw(SOAP::Server::Parameters SOAP::Transport::HTTP::Daemon);use ...
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) ...
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...
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...
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...
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...
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...
6611
Klaus Guenter
klaus.guenter@...
Mar 13, 2012 5:13 pm
Hi List, I have to call a Webservice named GetManufacturers that does not accept any parameter. Unfortunately SOAP::LIte (0.714) generates...
Hi Folks, I'm relatively new to SOAPLite, as I inherited an application which relies on it for web services (from a client perspective). I'm trying to generate...
Above is the code I have and below is the request and the response. I been looking all over this mailing list and the web for this answer, but could not find...
I'm trying to get SOAP::Lite to work with our Verisign Managed DNS product, but I'm having some difficulties in defining the soap objects and wanted to know if...
Hi Brian, ... The wsdl you refer to does not contain a specification of the contents of a "authInfo" element. I suppose, the expected header-structure is...