Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2222 - 2251 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2222
Thanks for your speedy reply. It so happens that MIME module in perl does not send CRLF as boundary delimiters, which apache axis parser is expecting. Perl ...
msanesh <anesh@...>
msanesh
Offline Send Email
Jan 2, 2003
7:31 pm
2223
Hi, I have an apache axis server and a soaplite client and I want to pass complex types back and forth. My client can send the complex types fine, but can not...
msanesh <anesh@...>
msanesh
Offline Send Email
Jan 2, 2003
8:37 pm
2224
This is a known issue with Axis (see this bug -- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12685) You can workaround this by setting the ...
Dave Hodson
DaveHod
Offline Send Email
Jan 3, 2003
4:01 am
2225
Hello all, I have a java SOAP Client using Apache SOAP, which is talking to a SOAP CGI Service (Using SOAP Lite). I am successfully able to pass an array from...
ayousafzai2002 <ayous...
ayousafzai2002
Offline Send Email
Jan 5, 2003
9:21 pm
2226
Hi Abbas, ... return ["Should", "Work"]; instead of return $var; should work for you ;). You don't need to specify type 'Array'. Best wishes, Paul. ... ...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 5, 2003
9:54 pm
2227
... available in the main namespace. ... perl-script handler. ... client rewrite their calls? I'd rather not ask the client to rewrite ... I don't see a reply...
askbjoernhansen <ask@...
askbjoernhansen
Offline Send Email
Jan 6, 2003
2:01 pm
2228
... You should be able to do that using dispatch_with method: my $daemon = XMLRPC::Transport::HTTP::Daemon -> dispatch_to('Foo') -> dispatch_with({undef,...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 6, 2003
3:56 pm
2229
I have an application which uses SOAP::Lite on Perl to call function on a remote server (HTTPS protocol via WSDL file). The application is running fine and the...
justinh24 <justinh24@...
justinh24
Offline Send Email
Jan 6, 2003
7:29 pm
2230
I'm not sure if this is your problem but there *was* a bug with soaplite calling 'close' instead of 'shutdown' on the HTTP object, perhaps you need to update...
Keanan Smith
KSmith@...
Send Email
Jan 6, 2003
7:36 pm
2231
I'm getting an "Unexpected Content-Type 'text/html' returned" whenever I try to run a client that communicates with a server using SOAP::Lite. I can't figure ...
H G <zouko@...>
zouko.rm
Offline Send Email
Jan 6, 2003
8:07 pm
2232
Hmm, is this client side or server side? HTTP::Request is just a message-creating package (It actually formats the request into a proper HTTP-style request,...
Keanan Smith
KSmith@...
Send Email
Jan 6, 2003
9:29 pm
2233
Hi Haitham, This error means that instead of correct text/xml content-type server returns text/html. Even though some old implementations return valid SOAP...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 6, 2003
10:11 pm
2234
Hello All, Now that Paul kindly helped me out with returning single Array from a SOAP Lite server to Apache SOAP Client, I am having problems with returning...
ayousafzai2002 <ayous...
ayousafzai2002
Offline Send Email
Jan 7, 2003
6:13 am
2235
Problem: my SOAPLite client works perfectly with my SOAPLite server. Now someone wants to use a Java client to access my SOAPLite server. What should the XML...
millerk123 <millerk12...
millerk123
Offline Send Email
Jan 7, 2003
1:56 pm
2236
Paul, thanks a lot for you help. I actually was able to solve the problem by turning the trace on and using debug. Haitham...
H G <zouko@...>
zouko.rm
Offline Send Email
Jan 7, 2003
7:52 pm
2237
In your Soap Lite client, 'use SOAP::Lite +trace;' should do the trick for letting you see the client-side XML. (If that doesn't get you what you need, there's...
Keanan Smith
KSmith@...
Send Email
Jan 7, 2003
8:02 pm
2238
soap gurus: I am having a weird problem. When I am accessing this wsdl service from command line (perl script), it works fine. But when the same script is...
kedsbarve <kedsbarve@...
kedsbarve
Offline Send Email
Jan 7, 2003
10:31 pm
2239
Hi, As my experience, this kind of problems are most often caused by the first sentense(shebang). Make sure it exactly indicates where perl is. In your case,...
Shihe Wang
shihewang
Offline Send Email
Jan 7, 2003
11:37 pm
2240
if this is a completely trivial question, please forgive me: my current use of SOAP::Lite is generating ... <soap:Body> <login...
jorel_martirosov <jor...
jorel_martir...
Offline Send Email
Jan 8, 2003
1:21 am
2241
now i ran the same cgi script where there was no proxy in between. And it worked fine. Looks like the script is unable to use the proxy settings specified in...
kedsbarve <kedsbarve@...
kedsbarve
Offline Send Email
Jan 8, 2003
5:04 am
2242
Hi, all! I have a couple of troubles I cannot solve... 1) In the client side, I can use a 'date' type, like this: $self->{SubmitTime} =...
starnuto_di_topo <sta...
starnuto_di_...
Offline Send Email
Jan 8, 2003
10:31 am
2243
... [...] ... type, ... Trying to find a solution on my own, what do you think about theese: $self->{SubmitTime} = SOAP::Data ->attr({'xmlns:DateTimeNameSpace'...
starnuto_di_topo <sta...
starnuto_di_...
Offline Send Email
Jan 8, 2003
11:04 am
2244
... [...] ... Sorry: this last solution does NOT work: the message is correect, but cannot be properly deserialized (isn't dateTime defined in 1999 schema?). ...
starnuto_di_topo <sta...
starnuto_di_...
Offline Send Email
Jan 8, 2003
11:20 am
2245
Hi Kedar, ... I believe it's HTTP_proxy (as well as HTTP_proxy_user and HTTP_proxy_pass). Env. variables are case sensitive in this case. Hope it helps. Best...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 8, 2003
3:16 pm
2246
Hi Xc, ... No wonder ;). dateTime doesn't exist in 1999 Schema, there is similar-looking timeInstant for the same purpose. You either need to use one (and it...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 8, 2003
3:26 pm
2247
Hi Starnuto, ... The one of the ways to fix it I can think of is to add something like this: $service->serializer->namespaces->{'http://foo/...'} = 'myTypes'; ...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 8, 2003
3:34 pm
2248
Hello All, Now that Paul kindly helped me out with returning single Array from a SOAP Lite server to Apache SOAP Client, I am having problems with returning...
ayousafzai2002 <ayous...
ayousafzai2002
Offline Send Email
Jan 8, 2003
3:36 pm
2249
Hi Abbas, I don't know how to help in this case. SOAP 1.1 specification says: "SOAP arrays are defined as having a type of "SOAP-ENC:Array" or a type derived...
Paul Kulchenko
paulclinger
Offline Send Email
Jan 8, 2003
3:53 pm
2250
I tried HTTP_proxy (case sensitive), but still the same errors. But I still don't understand the fact that it works great if executed from a command line...
kedsbarve <kedsbarve@...
kedsbarve
Offline Send Email
Jan 8, 2003
4:21 pm
2251
FYI - there seems to be a conflict/caveat using SOAP::Lite w/ Exception::Class that is severe enough to cause Perl to segfault. I encountered an odd case where...
Peter Chen <petechen@...
petechen1
Online Now Send Email
Jan 8, 2003
4:49 pm
Messages 2222 - 2251 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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