Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 5610 - 5639 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5610 Rosa Fontana
rosazfontana Send Email
Sep 18, 2006
4:38 pm
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...
5611 dhaval_shah_m Send Email Sep 19, 2006
6:04 am
Hi! I am newbie to SOAP::Lite and hence the question. I was able to generate the following response from my SOAP::Lite server : <?xml version="1.0"...
5612 Eric Bridger
ebridger2004 Send Email
Sep 19, 2006
1:24 pm
Not really sure about this but in your server try something like: $SOAP::Constants::NS_SL_PERLTYPE = "http://support.enira.com/ENIRA-SOAP.xsd";...
5613 Rosa Fontana
rosazfontana Send Email
Sep 20, 2006
1:05 am
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...
5614 dhaval_shah_m Send Email Sep 20, 2006
2:35 am
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 ......
5615 Cristina Aurrecoechea
aurreco Send Email
Sep 20, 2006
6:45 pm
I have in the past written soaplite clients for Axis 1.2 services, and access then via wsdl: $service = ...
5616 Himanshu Garg
pathrachar Send Email
Sep 21, 2006
5:16 am
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...
5617 Rosa Fontana
rosazfontana Send Email
Sep 22, 2006
5:07 am
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...
5618 Starcom Hosting
starcom5152 Send Email
Sep 23, 2006
11:34 am
... Get your email and more, right on the new Yahoo.com...
5619 jmichalicek Send Email Sep 23, 2006
11:17 pm
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...
5620 steve_slotnick Send Email Sep 26, 2006
12:05 am
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...
5621 Rey Camil
reycamil Send Email
Sep 26, 2006
8:27 am
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...
5622 techrg99 Send Email Sep 26, 2006
11:21 am
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@... Send Email
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...
5624 dan.horne Send Email Sep 27, 2006
1:57 am
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...
5625 Sherzod Ruzmetov
sherzodr Send Email
Sep 27, 2006
3:10 am
How about: my $d = SOAP::Data->name(user_auth => \SOAP::Data->value( SOAP::Data->name('user_name&#39;)->type('string'), ...
5626 yahsjc Send Email Sep 27, 2006
8:46 am
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...
5627 aarhus_uk Send Email Sep 27, 2006
8:47 pm
Hi I have tried or the various examples in the archive of this list but haven't had any luck getting the client IP within a handler when using ...
5628 planetary_mike Send Email Sep 28, 2006
8:14 am
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...
5629 Frank McCown
mccownf Send Email
Sep 28, 2006
1:36 pm
Using SOAP-Lite versions 0.67 and 0.69 on Solaris and Linux platforms, I consistently get this error using the Google API example from ...
5630 Frank McCown
mccownf Send Email
Sep 28, 2006
1:53 pm
I forgot to include the complete error message in my previous post: v 0.67: Use of uninitialized value in pattern match (m//) at ...
5631 JuanFco Rodriguez
yonailo Send Email
Sep 29, 2006
7:14 am
Hello, Is it possible to select the compression method ? Thanks in advance. _____________________________________________________________________ Mensaje...
5632 JuanFco Rodriguez
yonailo Send Email
Sep 29, 2006
7:58 am
... I ask this question because I've been struggling with an interop problem between a SOAP::Lite server and a NuSOAP client. The client sends...
5633 Sherzod Ruzmetov
sherzodr Send Email
Sep 29, 2006
12:13 pm
When I run the applications with the -w switch enabled, I get the following warning: Cannot marshall CODE reference at...
5634 mg150799 Send Email Sep 29, 2006
12:22 pm
Hello, I have the following Perl client (fragments): use SOAP::Lite + trace => qw(debug); my $client = SOAP::Lite ->uri('http://localhost:8888/sc&#39;) ...
5635 flemmon Send Email Sep 29, 2006
8:38 pm
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...
5636 seth_ucsc Send Email Sep 29, 2006
9:17 pm
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...
5637 Sherzod Ruzmetov
sherzodr Send Email
Sep 30, 2006
5:07 pm
Btw, very nice job on the ComplexType module. I had to code a similar solution for eBay Perl SDK, so I think SOAP::Data::ComplexType&#39;s interface is a little...
5638 david_ster Send Email Sep 30, 2006
5:54 pm
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...
5639 Thomas Eden
teden Send Email
Sep 30, 2006
11:42 pm
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...
Messages 5610 - 5639 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help