Hi All, I am trying to connect to a web-service, implemented in Perl (uses SOAP::Lite) and get back a text file as attachment; when i call the service...
Hi, An initial release of the bindings to WSF/C [1] is in CPAN [2]. This initial release has the client side support only with WS-Addressing and REST. The...
hi guys, im currently working on accessing a service with SOAP::Lite. This service uses cookie based authentification, so i need to pass a cookie_jar using the...
Hi all, I've started to use SOAP::Lite, and I have a bunch of questions: 1 - The default style used by SOAP::Lite is RPC encoded. Is this the only style...
How do get soaplite to add the xmlns:intf ns to get the soap envelope to look as below? <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
Hi all, I'm starting now to use SOAP::Lite, and I have a bunch of questions: 1 - From what I read, the default encoding and style used in SOAP::Lite are RPC...
Hi Mario, ... I use soap lite for my project. as far as i know, soap-lite does not create wsdls for you. Sorry, but i dont know the answers to the other...
... using the default methods unaltered with generate RPC encoded envelopes. However this is Perl so you can manipulate those pretty easily to get it to do...
Thank you Graham - that worked perfectly. From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] On Behalf Of Graham Irvine Sent: 15 October 2007...
Hi Chris. Yes, overridding the serializer is the trick. Example: #!/usr/bin/perl -w use strict; #NB: SOAP::serializer->register_ns requires 0.65 use SOAP::Lite...
Hi i am just exploring the SOAP Lite package and have been trying to get a simple example to work but have been unsuccessful. I am trying to get a simple WCF...
I have tried just about everything I can think of to get this simple soap service to work. I just can't make it work. It's my first time trying this. It's my...
I've written a quick test soap script and it seems to work but parsing the WSDL takes forever (and by that I mean over 1 minute per run, the WSDL file is 14000...
I am proud to announce the the release of version 2.2 of VTD-XML, the next generation open source XML parsers/indexer/slicer/editor. This release significantly...
Here's what I ended up doing, which is working beautifully and is a lot more "clever"... #!/usr/bin/perl -w use HTTP::Cookies; use Getopt::Long; use lib...
I have created successfully my first simple wsdl from perl code using pod::wsdl. However i am having a difficult time to figure out how to include complex...
Replying to my own post here, perhaps this is a developer question (not sure if the developer of SOAP::Lite is on this list): It seems that according to this...
... I'm not an expert on HTTP but nobody else has answered so here's my 2p worth ... FWIW, my reading of the spec agrees with you and your server ...
Dave Howorth
dhoworth@...
Nov 2, 2007 10:34 am
6047
Hi All, I want to pass an array argument to the java webservice from perl client using SOAP::LITE package. The web method declaration in java is like this ...
Hi All, I have been trying to access headers and envelope in my soap handler without success. For some reason I do not seem to get the SOAP::SOM object. Maybe...
... What I said may hold true when a dispatch_to method requests a module. Is it ok when you omit the methods and dispatch only to the IDES package? -- Radek...
Hi Radek, I would like to start by thanking you for taking time and looking at this! I have tried to omit the methods and dispatched only to the IDES packages...
I wonder if anyone could help me with a few details of the internals of SOAP::Lite. Here is the situation. I have a SOAP::Lite server (server.pl) that is...
Hi Radek, If I enclose the complete content of the IDES packages within the BEGIN statement it works! File IDES.pm: ___________________________ BEGIN { package...