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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6600 - 6629 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6600 jeff172937 Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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 Send Email
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@... Send Email
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... Send Email
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 Send Email 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... Send Email 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 Send Email
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 Send Email
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...
6611 Klaus Guenter
klaus.guenter@... Send Email
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...
6612 grantcblair Send Email Mar 29, 2012
8:36 pm
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...
6613 Martin Busik
mbusik70 Send Email
Mar 29, 2012
9:29 pm
Hi Grant, ... this causes the namespace attribute on your WS-Operation-Element (eg the first argument to proxy->call(...)) use...
6614 bugs5382 Send Email Apr 13, 2012
7:46 pm
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...
6615 Brian Menges
flymavrick Send Email
May 4, 2012
5:59 pm
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...
6616 Martin Busik
mbusik70 Send Email
May 4, 2012
7:25 pm
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...
6617 atpetkov Send Email Jun 4, 2012
2:46 pm
Hello, I am trying to design a SOAP server which should be able to process multiple requests in the same message. For example, the message looks like this: ...
6618 noorarshad Send Email Jun 6, 2012
7:16 am
Hi, I'm new to SOAPLite and am struggling to solve this problem; hopefully, someone more knowledgeable can help me get past this. ... #!perl -w use SOAP::Lite...
6619 noorarshad Send Email Jun 8, 2012
4:01 am
Thanks to Mark Allen on the LWP mailing list, the answer can be found here: http://www.mail-archive.com/libwww@.../msg06964.html (In case that link...
6620 Miguel Barco
miguelelelele Send Email
Jun 15, 2012
9:39 pm
Hi!, in my Catalyst app, I have a very important connection to a remote server using SOAP with WSDL. Everything works fine, but when the remote server goes...
6621 James
finnegan... Send Email
Jun 21, 2012
11:46 pm
I've taken over some code for my company and need some help. We have a soap lite script which is called from another module. The calling module contains the...
6622 James
finnegan... Send Email
Jun 22, 2012
8:46 pm
I am running several perl scripts using SOAP::Lite and I need to capture if we receive an error, specifically a '500 Internal Server Error'. Is there a...
6623 minbook4 Send Email Dec 28, 2012
9:44 pm
Hello, I have an old SOAP service using SOAP::Lite. Now I need add WSDL file to the service. What's the best way to create one? Thanks, Min...
6624 lary_ecker Send Email Feb 12, 2013
4:17 pm
6625 Mithun Bhattacharya
inzoik Send Email
Mar 12, 2013
3:59 pm
SOAP::Transport::HTTP seems to be using a deprecated way of using HTTP::Headers. I am currently using version 0.714 and looking at SOAP/Transport/HTTP.pm +806...
6626 Laszlo
lmocsi Send Email
Apr 7, 2013
7:50 pm
Hi, I'd like to retreive the original xml-code of the soap body (and not a deserialized hash reference of it). How can I do that? I know, that there are...
6627 Martin Kutter
kutterma Send Email
Apr 8, 2013
2:03 pm
Hi Lazlo, set $soap->outputxml(1); See https://metacpan.org/module/SOAP::Lite#METHODS (outputxml is the configuration method in question). Best regards, Martin...
6628 pax0@... Send Email Apr 16, 2013
7:50 pm
" Dear All, we have the problem that SOAP Lite does not understand array in array. See this <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope ...
6629 pax0@... Send Email Apr 19, 2013
5:03 pm
" Hi I have configured apache httpd.conf file so that it runs correctly all perl scripts unless there is used SOAP::Lite module. Even examples from Internet...
Messages 6600 - 6629 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