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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

hi all, i m using SOAP first time in my application in exposing my COM object. but i m not getting how to invoke WSDL file on SSL using highlevel APIs(MS-SOAP...
1 Feb 19, 2002
2:24 pm

dearshoash
Send Email

There *must* be a way to do this more intuitively... I want to create a simple SOAP::Data struct which will serialize into this: <getHoroscope>; <astrology> ...
10 Feb 18, 2002
4:22 pm

John Powell
johnp3d
Send Email

Hi guys, New to SOAP and SOAP::Lite so please be gentle.. I have a Java web service that I am trying to get my simple SOAP::Lite client to connect to., however...
1 Feb 13, 2002
4:25 pm

pmcevoy_ie
Send Email

Hi, I get the following message when running this script from a computer different than my Server: Last trade: 500 Can't connect to www.durrios.com:80 (Bad ...
1 Feb 12, 2002
9:36 pm

jpdurrios
Send Email

Hello all, I have a complex object that is expected by my Java service. I would like to call this service using SOAP::lite. Further, my Java service returns a...
1 Feb 12, 2002
12:20 pm

dfolger1
Send Email

Hi Thanx sm for your help, I was able to fix the Response part of my Web Service Problem. Now I compared the SOAP envelope and my WSDL <message...
2 Feb 11, 2002
11:34 pm

Sam Tregar
samtregar
Send Email

I have noticed that send_receive() method takes the data by VALUE, not reference. UserAgent takes references just fine, and you can pass references to...
1 Feb 11, 2002
10:06 pm

Taras Shkvarchuk
tarasshkva
Send Email

Hi, I just recieved an email from someone who tried my Web Service and he mentioned there was an error in the SOAP envelop returned. Here is part of my WSDL: ...
4 Feb 11, 2002
7:27 pm

Sam Tregar
samtregar
Send Email

Hey ppl.... Me again :) My soap-app actually work now, but I have problems accessing the response data. I'm sure that it's a pretty easy way to do this, and...
1 Feb 10, 2002
9:28 pm

Stig Woxholt
swoxholt
Send Email

Hello all- I'm a SOAP newbie, and I'm having a heck of a time debugging a simple perl client that calls the TerraSeek[1] GIS services. Here's my script: ...
2 Feb 10, 2002
12:42 pm

Paul Kulchenko
paulclinger
Send Email

I've got this problem which is driving me totaly nuts. I'm totaly new to SOAP, which might have something to do with the problem :/ The thing is that i've...
5 Feb 10, 2002
12:37 pm

Paul Kulchenko
paulclinger
Send Email

Hi folks, First post here. I got past the simple stuff, but now I'm trying to get SOAP::Lite to be compatible with Wasp for C++. It seems WASP for C++ wants...
1 Feb 7, 2002
8:54 pm

johnp3d
Send Email

I was trying different implementations of SOAP (mainly SOAPLite and gSoap) SOAPLite was the easiest to write web services but too slow. I tried a simple...
2 Feb 7, 2002
8:46 pm

Paul Kulchenko
paulclinger
Send Email

How do I set the User-Agent in the header? With "+trace" for debugging I can see that Content-Length and Content-Type were set but not the User-Agent....
3 Feb 7, 2002
3:06 pm

Paul Kulchenko
paulclinger
Send Email

Hello. I'm new to the list today, so be kind to me. :) I've searched docs, Pavel's O'Reilly book, and now this list for a clue, but I'm still at a loss, so...
5 Feb 2, 2002
9:40 am

Duncan Cameron
dcameron@...
Send Email

Hi! I have a server configured this way: <Location /mod_soap> SetHandler perl-script PerlHandler Apache::SOAP PerlSetVar dispatch_to "/home/soaplite/modules" ...
1 Feb 1, 2002
2:17 am

sherwln
Send Email

Hello, I'm having this crazy problem that I've worked down to either being a problem with SOAP::Lite, Crypt::CBC or interaction between them. I've pasted a few...
3 Feb 1, 2002
12:29 am

Sam Tregar
samtregar
Send Email

Paul: Any plan to support XML-encryption and XML-signature in the near future? I know SoapLite now can use OpenSSL for doing https support. Microsoft has...
1 Jan 30, 2002
8:52 pm

Weidong Wang
weidong
Send Email

Hi Paul, I am writing a client program using SOAP::Lite connect to my C++ server program using gSOAP that talk to my oracle box. Here is the code, ...
2 Jan 30, 2002
8:24 pm

Paul Kulchenko
paulclinger
Send Email

Hi, If soaplite return result is an object, is there any way I can prefix this object with the proper package name? For example If the return object type is...
3 Jan 29, 2002
7:33 pm

Paul Kulchenko
paulclinger
Send Email

Hi, would it be possible to return from a handler, a reader sub instead of a list of values. For example: sub enumerate { my ($start,$end) = @_; return...
1 Jan 29, 2002
4:43 pm

mrdamnfrenchy
Send Email

When I die() inside a SOAP method I'm getting warnings like this: Argument "Bric::Util::DBI -- /usr/local/bricolage/lib/Bric/Util/DB..." isn't numeric in...
2 Jan 29, 2002
2:12 am

Paul Kulchenko
paulclinger
Send Email

I have just upgraded from perl 5.00503 to 5.6.1, and in the process upgraded a load of the packages from CPAN (gory details available if required). I have a...
2 Jan 28, 2002
6:05 pm

Paul Kulchenko
paulclinger
Send Email

Hi! I would like to know how to go through a request line by line at a mod_soap server if the request is something like this: <m:PostFile...
4 Jan 28, 2002
2:58 am

sherwln
Send Email

Hello all. I'm using cookie-based authentication and I'm having a problem with the output from use SOAP::Lite trace => [qw(debug)]; When I send a request to...
3 Jan 25, 2002
6:23 pm

Sam Tregar
samtregar
Send Email

Hi All , I'm using the apache-soap2.2 on server side and soap::lite on client side. My server is sending the java vector as response of the soap service but my...
1 Jan 25, 2002
4:59 pm

Anupriya Shrimali (DE)
s_anupriya2001
Send Email

Hello I have written an XMLRPC server using SOAP::Lite (version 0.52 - default installation options, Perl 5.6.1, Redhat Linux 6.2). I have struck a problem...
1 Jan 24, 2002
11:05 am

tim_bennington
Send Email

Hi, When I call print "$result->result();" Can't call method "result" without a package or object reference at test1.pl line 10. I am trying to return a string...
6 Jan 22, 2002
11:59 pm

Paul Kulchenko
paulclinger
Send Email

Hi all, I spent a bit of time over the weekend looking through the code for CGI-based SOAP servers for a way to implement a CGI.pm style POST_MAX flag. I ended...
7 Jan 21, 2002
9:18 pm

aaron_of_montreal
aaron_of_mon...
Send Email

Why is SOAP::Lite stored in one module file? I ask for two reasons: 1) It seems to me that memory usage could be lowered if modules were only loaded into...
9 Jan 21, 2002
6:26 pm

Sam Tregar
samtregar
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