Hey all, I am fairly new to SOAP so please forgive me if I am missing something obviously. I can connect to a service running on Apache AXIS fine. What I have...
5505
Mike South
msouth@...
Jul 20, 2006 2:11 pm
Hi, Thank you for a great product! One of our clients is asking for the latest SOAP::Lite to be installed in production. We have not upgraded past 0.60...
Hi, I want to write a webservice client script with SOAP::Lite. The webservice at server side expects first some primitive data types (a head of a customer...
I searched google and scoured the newsgroup, but couldn't find a way to parse a nested response. Here's my code: ======== #!perl -w use strict; use SOAP::Lite ...
Hi there, I am new to SOAP::Lite, and was wondering if SOAP::WSDL has any advantages over SOAP::Lite, and which module might be better to use. Thanks, Guy...
Hi there, I have been playing around lately with SOAP::WSDL, and would like to know if it has any advantages over SOAP::Lite. Also, which module is the better...
Hi, I need to talk to this service: https://storm5.login.skylist.net/services/SoapRequestProcessor?wsdl The getVersion() method does not require authentication...
Hi all, I have the following server configuration: Apache 2.2.2 (w/ mod_perl), SOAP::Lite 0.68, and Expat 2.0.0 I am trying to send a MIME::Entity attachment...
Hi Steve, Have you seen this one? http://www.majordojo.com/SOAP-MIME/samples/ I'm currently trying to do something like you described, but I'm still at the...
Hey Ger, Yes. I am using the sample code. Try changning your client-side SOAP code so that you see the SOAP debugging stuff... use SOAP::Lite +trace =>...
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
Hey Ger, Well, I figured out a work-around. I am just sending all the stuff I need as arguments to the SOAP call. I've given up on MIME-attachments with...
Hi, I have it installed and the examples work great. I have a high level module that uses Net::LDAP for account management that I want to turn into a soap...
... When using "dispatch_to( <path> )" the @INC path is cleared for security/sandboxing reasons. This means the "use Net::..." calls inside your module will...
Jay, Thanks for your reply. ... Ok, This makes sense. ... Yes. So now I have changed the server to be: #!/usr/bin/perl -w use SOAP::Transport::HTTP; use...
I've hacked (horribly, embarassingly) a wrapper to SOAP::Lite that seems to work and allows a SOAP::Lite Perl client to connect to a WSE- Security enabled .NET...
I have a SOAP call that returns an array of a complex type. I had some trouble getting this work with .NET clients as the soapenc:arrayType was always being...
Hello, There is an implementation of WS Resource Framework (including WS-Security) in progress: http://www.sve.man.ac.uk/Research/AtoZ/ILCT Although I am not...
Hi, everyone. I've been using SOAP::Lite for a number of years, for a bunch of SOAP client applications. It has worked flawlessly during that time, and I...
... If there are Kerberos (and GSSAPI) questions maybe I can help. I am not experienced in WSE 3.0 (I only used Kerberos Authentication on HTTP-Layer against...
... I have not found a reference to GSSAPI or Kerberos. Website http://www.sve.man.ac.uk/Research/AtoZ/ILCT says "SRF::Lite from version 0.4 provides beta...
I'm pulling my hair out here. I have a service, created from a WSDL, with a call signature (int, int, String[]). But when I pass it two integers and a...
5542
Scott Seely
scott@...
Aug 14, 2006 1:53 pm
IIRC, you need to take the WSDL and edit it to be AnyType. Your code should continue to work. I know that this means that you need to have a local copy of the...
Is there any way that we can help with this release? --Matthew mruno@... ... 'SOAP::Serializer' ... version is ... WSDL less ... (specifically ... can...
... From: Chris McMahon <christopher.mcmahon@...> Date: Aug 14, 2006 8:24 AM Subject: Re: [soaplite] Serializing 'ArrayOf_xsd_string39; To: Vince Veselosky...
I get the same sort of errors when trying to work with campaigns. [Mon Aug 14 11:20:54 2006] [error] Type 'Campaign39; can't be found in a schema class...
Hi, I've got some problems with sending attachments with SOAP::Lite. I'm trying to make a soap server respond with an attachments which I want to collect on...