When the stock market is going up and all your stocks and mutual funds are making money you feel like a genius. It is too bad that some folks don’t remember...
The bulls and bears of the stock market are both tempting and scary to the investors. Speculators are enchanted by the stock market's potential to help them in...
The suggestion below worked. However my JAX-WS 2.0.1 client is unable to parse it. Worse still it is failing to even throw a parse exception. Thanks Dhaval ......
Hello, Objects I pass from client to the server using SOAP::Lite seem to lose their blessings. They are received at the server as hashrefs or arrayrefs...
The classic image of the stock market is that of a place where fortunes are made and lost throughout the course of the day, and where those who take the...
My SOAP::Lite service works perfectly using a SOAP::Lite client or when I manually put the SOAP XML together from my C# client. When I try to use my WSDL file...
Hi, I recently encountered a problem using SOAP::Lite in PERL 5.6 and I'm having trouble understanding exactly what caused this issue. We're using version...
There are those who like to invest in stocks and shares with the belief that they are fuelling the economy or the industry they trust in. They ‘buy and...
Is it possible to use gSOAP (http://www.cs.fsu.edu/~engelen/soap.html) as a client with a SOAP::Lite (Apache, mod_perl, mod_soap) server? If so, are there any...
5623
Mike South
msouth@...
Sep 26, 2006 1:14 pm
Also, how about using a SOAP::Lite client to talk to a gSOAP server? Someone told me they tried this and it wouldn't work. I'd like to know if anyone has...
Hi I've generated the WSDL stub for SugarCRM using stubmaker.pl. In most cases the data types are simple, but there are a few complex types that I'd like to...
I am trying to return some UTF-8 encoded data from a SOAP::Transport::HTTP::CGI based server and I am getting the following message in the SOAP fault: "Wide...
SOAP Lite responses to some of my services fail the "WS-I 1.1 + SOAP Binding Profile 1.0" tests. Specifically R2113: An ENVELOPE MUST NOT include the...
Hello, Is it possible to select the compression method ? Thanks in advance. _____________________________________________________________________ Mensaje...
Hello, I have the following Perl client (fragments): use SOAP::Lite + trace => qw(debug); my $client = SOAP::Lite ->uri('http://localhost:8888/sc39;) ...
It's no cake walk, that's for sure. I've been fooling with it this past week. Basically, as soon as a complex type is involved in a method call, you're pretty...
I have a program that uses SOAP::Lite. It works fine with version .60, but has problems with versions .66 and newer. This is the error I am recieving: A...
Btw, very nice job on the ComplexType module. I had to code a similar solution for eBay Perl SDK, so I think SOAP::Data::ComplexType39;s interface is a little...
I developed a client server application. Now I use a fixed endpoint to the cgi, but I need to switch to a load balancer, in order to address the call to the...
It depends on the load balancer you are using. I use a software solution - balance, from those geniuses in Germany (http://www.inlab.de/balance.html). I am...