Does SOAP::Lite support this? When I do a query against my server I get Unrecognized type '{http://www.lyris.com/lmapi}SubscriptionReportEnum' Thanks, Details...
hi, I alter the hibyemix.cgi: service dispatch example from the userguide section at soaplite.com to include the Temperatures service example to work in...
I've got a web service that is deployed in Weblogic 8.1 that comes with a TestSoap interface through WebLogic Integration. When I use the interface there it...
I'd like to have my SOAP server write the IP address of clients to a logfile. I've been trying to use SOAP::Trace to grab the address, but I guess the headers...
... That shows a full and correct path, but that's not the problem. I have two programs. One that uses the fortune module directly, which works fine....
I will be out of the office starting 06/03/2005 and will not return until 06/20/2005. I will be away until 6/20/05 . If this is an emergancy please conact...
Hi, I'm looking to access a SOAL::Lite server which I didn't write (and which has no associated WSDL) using the Apache Axis Java libraries. The problem that...
Greetings, I'm about to attempt to use SOAP::Lite to talk to a set of web services that support WS-Trust, WS-SecureConversation, and Web Services Security 1.0....
I might be missing the obvious, but I don't seem to be able to get SOAP::Lite working on apache2/perl_mod without stupid hacks. In particular, apache2/modperl...
I would be interested in seeing any responses that you get on this. I had a heck of a time getting a SOAP::Lite service running smoothly under apache2/mp. Here...
Hi all, i got a web services A (implemented with SOAP::Lite, works fine). now i have to write another webservice B (on another system) that has to redirect...
I just refinanced my home loan at better interest rate; this saved me thousands of dollars and will repair my horrible credit. Check out this free service....
Is there any patch or newer version to work on mod_perl2 (2.0 not 1.99_x)? After upgrading to released mod_perl 2.0 due to namespace change several changes...
Hi, How would I go about writing my own deserializer? I've seen the example for the serializer, but that doesn't seem to help me very much. Any help would be...
... Try this: use SOAP::Transport::HTTP; sub SOAP::Transport::HTTP::Daemon::handle { my $self = shift->new; while (my ($c, $peer_addr) = $self->accept) { my...
Artur Brodowski
bzd@...
Jun 13, 2005 8:09 pm
4741
I append an example, although I am not sure if it helps your specific cause... This specific one translate from literal to soap encoding on the fly. Its not...
Hi all, Can somebodu give advice on following situation: I need to use SOAP from Perl with autodispatch functionality. It working fine with http protocol, it...
As described on http://docs.sun.com/source/816-670 0-10/DSML.html#14407 DSML uses SOAP to make request to a LDAP server. How can I use SOAP::Lite to create...
Hello, Is there any way to get the value of SOAPAction in a method (Actually, in a custom serializer/deserializer)? Or, if not that, is there a way to find out...
I have manage to create a patch for SOAP::Transport::HTTP that is the only module need patching in order to run on mod_perl 2.x. This apllies to latest...
Hello, I'm using a SOAP server with mod_perl and a SOAP client in PERL. I would like to receive my literals encoded in UTF-8. So in the client I encode all the...
Hi everybody, Our university department is doing research in the field of natural language processing. We are offering a couple of related Webservices to the...
Hello, I am quite confused on how accented characters from different charsets should be dealt with. I have a web service written in PERL. As a convention I...
... want ... the ... receive ... ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps...
Hi Cédric I don't fully understand what problem you are having but there is a basic misunderstanding in your explanation above. By definition XML uses the...
... Hello Duncan, So if understand well I might be trying to double encode the strings. But what has made me done that, and might have misleading me, is the ...