hello, im looking at many examples but haven't found one to do something which im sure is very simple, maybe someone can lend some help. i want to set up a...
I have created a simple client and server Perl arrangement for SOAP::Lite using the sample code presented on the www.soaplite.com web page. I use the...
Hello Your problem looks like mod_perl namespaces/packages name collisions. With mod_perl you have to be aware of package name collision. Mod_perl is running...
... Yes I suspected something like that. If I switch over to a simple cgi-script called directly under cgi-bin all works just fine. I'm still pretty confused...
Hello all, I've written a webservice to expose some underlying functionality of a client/server windows application. The service works and is called via the...
I installed soap-lite and decided to try out the ping-example. I setup everything as is, but keep getting the following error: Denied access to method (next)...
I'm trying to access Horde soap procedures from Perl on another server. I have a WSDL specification, but I cannot figure out how to put together a simple...
hey mike, ... what exactly *does* it do? why don't you try an example from the SOAP::Lite manual? have a look at ...
Nick Sutterer
nick@...
Oct 8, 2005 11:18 am
4919
Hi, I posted this a while ago direct onto the website, but I don't know if it was sent out to the group (I didn't get a copy), and as I'm still having the...
I have a SOAP::Lite service method that takes two parameters: a string and a custom-defined "Address" type. The address type has a member that is of type...
Hello, To deal with enum I had to overload the deserializer to support the enum ... * In the main service file : #!/usr/bin/perl use strict; use warnings; use...
Here is a soap example of a perl script using SOAP::Light I got off the internet. I cannot get it to work, so what is wrong with it or is it something I'm...
Hello everyone, I am new to this group and SOAP::Lite and would appreciate any kind wrt my problem. I am trying to access a web service with the following...
The S::L->call() method takes a SOAP::Data object as it's first argument. From the man page: call(arguments) $client->call($method => @arguments); As has been...
SOAP newbie here. I apologize for what is probably a dumb question but I wasted the better part of today on this and I'm really frustrated. I can see the...
I will be out of the office starting 15/10/2005 and will not return until 31/10/2005. I wont be checking mail but I might be on the look out for SMS msgs :-)...
... From the look of the SOAP response you can access the data directly without using the SOM approach. my $som = $soap->method( ...) ; my $r = $som->result; ...
Duncan, Thank you! That is exactly what I needed and it works like a charm. Regards, Clark __________________________________ Yahoo! Mail - PC Magazine...
I am trying to integrate a SOAP::Lite based server with Java based client. Could anyone kindly share some examples with me if you have successful experience on...
Hi, I'm trying to use the SOAP::SOM functions like header(), body(), fault(), valueof....and my perl script just stops when it gets to these. It acts like the...
FREE LOVEMETER SOFTWARE ON http://www.net4matrimonials.com whr marriages are made CONVERT YOUR LOVE MARRIAGE INTO ARRANGE ONE (Create your porfile and his/her...
... Mike There is almost no reason why you should be doing this, trying to create a SOM object. You seem to have picked up from somewhere some incorrect ideas...
I read with interest Duncan Cameron's response to a previous posting but alas my SOAP response is a little different. Tried a number of different things to...
Hi, I am a new User of Perl::SOAP::Lite client, and want to write one script in Perl for the following which is a .NET based WebAPI Server. But not getting any...
I get this error: "Can't call method "valueof" without a package or object reference". This line is generating the error: my $value = $som->valueof('//Body'); ...
... Your var "$som" is not a package reference or object reference. How do you set the value of "$som"? -j -- Jay A. Kreibich | CommTech, Emrg Net Tech Svcs ...