Hi, I realize that Soap::Lite does not fully support complex types using wsdl yet, but I was wondering if anybody could help me. I have a client written in...
Does anyone have a vague idea when 0.65 will be production ready? Are we talking weeks, months, or an unknown time frame? I would really like to take...
HELP! We have a SOAP::Lite service running on a Unix box that accesses a RRD database. I am an ASP developer and need to get data out of the RRD database...
Hey guys, If you like to stay updated with information on this website via an Information manager like KlipFolio (www.klipfolio.com) I have created a klip for...
I have a WSDL file that defines a webservice interface that I am tasked with writing in Perl. Right now, the only known consumer will be a .NET client, but...
At 2005-03-24, 19:08:35 Sebastien Boving & Nicole Kersting ... That doesn't look like a good example of a fault handler, as passing back an empty SOM object...
Hi, Is it possible to throw (Error.pm-style) exceptions on the server-side, and catch these on the client-side? And how ;)? Moreover, if possible, will such...
i'm having several instances where using an on_fault() handler which has the same form as the t/...t tests that come with SOAP::Lite, that is: on_fault => sub...
... [...] ... Maybe you should consider using SMTP as SOAP transport. SMTP will solve your problem with the client not being able to receive the message. ...
Greetings I'm developing a SOAP based server/client, and I'd like some inputs about developing the application. The application has mainly three parts: =>...
I basically did as the example said: my $key='KEYGOESHERE'; #my $query="foo"; my $googleSearch = SOAP::Lite -> service("file:GoogleSearch.wsdl"); my $result =...
Hello, I'm trying to set up apache2 (actual version) as SOAP server. But the SOAP::Transport::HTTP modul requires a apache modul: Can't locate Apache.pm in...
Greetings! I've installed SOAP::Lite version "0.65_3". Within my script I call "use SOAP::EnvelopeMaker", and executing the script throws the following error: ...
I'm writing a SOAP::Lite client, against a AXIS (Java) server. if i turn on SOAP::MIME, then i can't deserialize the message i'm getting back (no attachments)....
Hi, I'm trying to get the mime attachment sent back from a service, I looked at the sames of the SOAP::MIME package, but it doesn't work. The method returns...
Hello I've been using SOAP::Lite for about a year now - a big thanks for everyone who's helped made this module so useful. I've come across an error that I...
Hello, Has anyone used wsdl2perl available in the following link? http://cvs.sourceforge.net/viewcvs.py/soaplite/wsdl2perl/#dirlist I am trying to get aPerl...
I'm having some strange and unsettling troubles with a SOAP::Lite server in a mod_perl environment. I think that SOAP::Lite may not re-initialize properly...
Hi, In older versions of SOAP::Lite, i had ste use_prefix to 0 in order to supress the namesp1: values. is there a new way to do this in the current versions? ...
Hello, I have always had problems using search engines to find what I wanted,as it always poped up results that I was in no way looking for. I just happen to...
I have an Axis Web Service in Java. When I have an Axis client I know how to use the Axis framework to pass HTTP Cookies between client and WS on every...
Hi All, I've installed SOAP::Lite and tried to test the sample. The client throws exception the following exception when exception: not well-formed (invalid...
Hi, I'm having a slight problem with a call to an external SOAP service, to give a simple example the XML generated for the function call when I turn on debug...
Greetings! Well, if that can help you, this is how I've got to use one sub for handling all the incoming SOAP requests without losing any needed info....
All, I finally figured out the (very) simple solution to my proxy problem... here's a brief recount of the problem and my findings... I'm using a web service...