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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, When using SOAP::Lite 0.52, I find that my WSDL files can no longer be used (it worked fine with SOAP::Lite 0.50). The error I get with 0.52 is: ...
2 Nov 30, 2001
8:21 pm

markbaxterus@...
markbaxterus
Send Email

Hi everyone! I am using SOAP Lite for Perl on Linux and have written a small server which is dispatching a Package named USER.pm.This package has many "use" &...
4 Nov 30, 2001
6:21 pm

Paul Kulchenko
paulclinger
Send Email

At 06:55 PM 11/28/2001 -0800, you wrote: hello all I have a soap server which dispatches a class called SendReceive. i get this error when i try to access the...
2 Nov 29, 2001
11:10 pm

Paul Kulchenko
paulclinger
Send Email

Along with the variable $SOAP::Constants::DO_NOT_USE_XML_PARSER, which forces the use of XML::Parser::Lite, would it make sense to have an option...
3 Nov 29, 2001
4:12 pm

Mathieu Longtin
mrdamnfrenchy
Send Email

Hi, I'm using SOAP::Lite to access BEA Weglogic WSDL services (Java beans). I would like to call from Perl a remote method on the Java server that receives a...
1 Nov 29, 2001
2:45 pm

nadav@...
nadav37
Send Email

hello. I have created a soap server that serves out a class. how do i instantiate a class object on the client end and have access to the object methods. for...
2 Nov 29, 2001
12:56 am

Paul Kulchenko
paulclinger
Send Email

Hi, I have a really basic question -- please forgive me if it's been already been answered. I wrote a simple web service to display a fortune, using Soap::Lite...
6 Nov 28, 2001
5:40 pm

Paul Kulchenko
paulclinger
Send Email

Is there a way to get the uuid out of the following response: <SOAP-ENV:Envelope xmlns:SOAP-ENV=...> <SOAP-ENV:Body> <ns1:getDeviceProfileResponse xmlns ...>...
2 Nov 28, 2001
3:56 pm

Paul Kulchenko
paulclinger
Send Email

Hi, I've installed SOAP::Lite and am trying to use the jabber transport. When I try to run the example 'jabserver.pl' I get "Failed to load any schema for...
1 Nov 27, 2001
9:52 pm

Wayne Sheppard
tradevast
Send Email

Hi all, When passing an XML payload as a string using normal SOAP::Lite client calls, the XML gets encoded so that it looks like content. For example, '<' gets...
2 Nov 27, 2001
8:19 pm

Paul Kulchenko
paulclinger
Send Email

after i upgraded my server to 0.52, apache soap refuses to parse the array type 1) error message No Deserializer found to deserialize a ...
6 Nov 27, 2001
7:40 pm

Paul Kulchenko
paulclinger
Send Email

Hi, Leon! I CC-ed SOAP::Lite&#39;s list because it might be interesting for others. ... Thanks ;) ... There are two main ways of writing deserializer. You can put...
1 Nov 27, 2001
7:29 pm

Paul Kulchenko
paulclinger
Send Email

Hi, I have a perl client and a Java server using Apach Soap. When I pass a number to the Java server and it is expecting a "long", but soaplite packages it as...
7 Nov 26, 2001
4:33 pm

eat_lemon@...
eat_lemon
Send Email

HI, I'm trying to get the server to send a file as an attachment in the response. I'm really not sure how to go about doing it. I tried looking at MIME::Lite...
2 Nov 23, 2001
9:02 pm

Paul Kulchenko
paulclinger
Send Email

Hi, I know there are lots of other questions on the thread but I think this would be of benefit to many other SOAP::Lite developers. If there's a reference or...
3 Nov 21, 2001
5:55 pm

Paul Kulchenko
paulclinger
Send Email

Consider the following code: %maps = ("123", "3"); $map = SOAP::Data->type("map") ->value(&#92;%maps); Now, this will serialize the key "123" as an integer,...
3 Nov 20, 2001
2:13 pm

eat_lemon@...
eat_lemon
Send Email

A very short question: which is the equivalent to $soap -> call ( new => 100 ) -> result in VB ? I recognise I still dont understand either the perl...
1 Nov 20, 2001
8:58 am

Enrique Melero
quiquee
Send Email

Hi, When inside a dispatched handler (using SOAP Daemon), I am unable to fork a new process to do work without it blocking forever. Even if I localize ...
12 Nov 19, 2001
7:32 pm

Sean.Meisner@...
Send Email

Hi, I'm trying to implement a global ticket-based authentication system where the ticket info is passed in a //authInfo SOAP field or something similar between...
2 Nov 19, 2001
6:09 pm

Paul Kulchenko
paulclinger
Send Email

Has anyone used http://www.xmethods.net/detail.html?id=95 and the SOAP LIte VB i/f? I would like to see the Create Object call. I can successfully use example...
2 Nov 19, 2001
5:57 pm

Paul Kulchenko
paulclinger
Send Email

Paul: I'm doing some development for a simple SOAP client using your excellent module, but I've run into one issue: In order for my client to talk to a WSDL...
3 Nov 19, 2001
3:29 pm

Paul Kulchenko
paulclinger
Send Email

Greetings, First of all my thanks for helping me with the WSDL file a couple of days ago. I was able to correct the mistakes and get the service operational. ...
7 Nov 15, 2001
8:22 pm

John T. Brown
jobrownatmpi
Send Email

1) When will 0.51 be available in activestate perl :-) 2) how do you have a persistant object on the server side? --Ivan...
6 Nov 15, 2001
2:28 am

Rob Torop
robt@...
Send Email

people, I'm trying to a javascript soap client to access a cgi SOAP server running on linux and display the results using DHTML. I've tried to send a soap...
2 Nov 14, 2001
6:19 pm

Paul Kulchenko
paulclinger
Send Email

Paul and soapliters, I have been reading up on SOAP and Distributed Object Architectures, and have slowly been understanding more and more what SOAP really is...
1 Nov 14, 2001
2:00 am

Michael Percy
mpercy@...
Send Email

Using a SOAP::Lite 0.51 CGI server, I tried using the as_Foobar syntax ie #!/usr/bin/perl use SOAP::Transport::HTTP; BEGIN { sub SOAP::Deserializer::as_Foobar...
2 Nov 11, 2001
4:28 am

Ian Kallen
iankallen
Send Email

Can anyone clarify something for me: in all examples I have seen, a SOAP request contains, of course, the method name (eg GetMoney). The SOAP response...
2 Nov 9, 2001
3:30 pm

Paul Kulchenko
paulclinger
Send Email

People, sorry to trouble you with this, but as a newbie, both to methods/classes/soap etc, I need to ask to move on. I read all the docs off www.soaplite.com...
2 Nov 9, 2001
9:35 am

Chris Davies
roaima
Send Email

I'm using this Perl client to call a Java Apache SOAP server: use SOAP::Lite; my $SoapObject2 = bless {s1 => "String1", s2 => 'String2&#39;} => 'soapobject2&#39;; my...
1 Nov 8, 2001
10:31 am

anders.johansson@...
andjohse
Send Email

Hiya there, I'm writing some software that uses a CGI based SOAP server, and am concerned that with large numbers of method calls, the time involved in...
3 Nov 5, 2001
8:43 pm

Paul Kulchenko
paulclinger
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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