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 1434 - 1463 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1434 anmue2002 Send Email Apr 22, 2002
9:13 am
Hello, I have the following problem: We are bulding a service with soaplite, which is described with wsdl. In the description we have types like: ...
1435 pcg4242 Send Email Apr 23, 2002
12:18 am
I upgraded our servers to 0.55 from 0.5[01] late last week. After I ... use SOAP::Lite +trace => result => sub { print STDERR join('|&#39;,$$,(scalar...
1436 Shin Neng Wong
shinnengw Send Email
Apr 23, 2002
6:17 am
Hi all, I upgraded my soaplite to the latest one to avoid the security flaw. I like to thank Paul and everyone else in the contribution. However, I just...
1437 anmue2002 Send Email Apr 23, 2002
9:54 am
Hi all, probably is this the same problem I posted two days before. How can I build a simple type with enums in soaplite like: xs:simpleType...
1438 anmue2002 Send Email Apr 23, 2002
3:15 pm
Hi all, I have a namespace problem with soaplite. I use soaplite on server side and describe my service using wsdl. In my description I define a complex type...
1439 Duncan Cameron
dcameron@... Send Email
Apr 23, 2002
9:31 pm
... I think that you need to provide your own serialiser for AEC_AttributeType. define a subroutine similar to this: sub SOAP::Serializer::as_mytype { my $self...
1440 Shin Neng Wong
shinnengw Send Email
Apr 24, 2002
8:47 am
Hi. I am trying to extract the attributes on the server side from the following SOAP message: <SOAP-ENV:Header> <Ah:head xmlns:Ah=uri>test</Ah:head> ...
1441 Kaiton Williams
strawdoggius Send Email
Apr 24, 2002
3:22 pm
Any word on this? I'm mighty curious myself....
1442 mush_keithd Send Email Apr 24, 2002
3:32 pm
Hi, I'm trying to run the VisualSTudio.NET sample TCP Server with a SoapLite TCPClient. However on the server side I get the error: accept() Accepted,...
1443 Daryl Williams
daryl@... Send Email
Apr 24, 2002
6:52 pm
ditto... <d/>...
1444 Shin Neng Wong
shinnengw Send Email
Apr 25, 2002
9:38 am
I'm not familiar with VisualStudio.NET. However, it seems the error seem to indicate the <?xml version="1.0" encoding="UTF-8"> tag. I have experience with a...
1445 Byrne Reese
byrnereese Send Email
Apr 25, 2002
10:57 pm
I hacked together a SOAP interface to Amazon's REST interface, using SOAP::Lite of course. Thought 'the gang' might like to see it - I welcome feedback of...
1446 mrdamnfrenchy Send Email Apr 26, 2002
1:01 pm
... That's easy, use your HTTPS capable web server as a proxy to you soap daemon. If you use Apache, here how you do it: - Run the SOAP::Lite HTTP daemon on a...
1447 colinfaulkingham
colinfaulkin... Send Email
Apr 26, 2002
2:24 pm
I must be missing something obvious. How do I return a boolen value from a method? For Example. sub method{ $Class=shift(@_); $Value=shift(@_); if($value){ ...
1448 Weidong Wang
weidong Send Email
Apr 26, 2002
4:04 pm
This is win32's perl 5.6.1 on win2k box (by Randy Kobes, with his big package that contains perl, openssl, apache). OpenSSL 0.9.6a, Soap-Lite 0.52,...
1449 Bob Wilkinson
bob@... Send Email
Apr 26, 2002
4:15 pm
... I don't believe that you can explicitly type booleans in Perl. Perl is a very contextual language. Your calling program can easily distinguish between the...
1450 Duncan Cameron
dcameron@... Send Email
Apr 26, 2002
5:13 pm
... Something like this should work (untested!): return SOAP::Data->type(boolean => $value ? 1 : 0); Regards, Duncan Cameron...
1451 Michael Percy
mpercy@... Send Email
Apr 26, 2002
6:02 pm
That should work if you've got SOAP::Lite on both sides. Note that if you are trying to interop with Apache SOAP, you may have to write a custom deserializer...
1452 Weidong Wang
weidong Send Email
Apr 26, 2002
7:49 pm
Found the problem. It has nothing to do with perl ( I tried using activeperl&#39;s 5.6.0 version, but it crahses as well). It is the openssl. I was using openssl...
1453 heesch Send Email Apr 28, 2002
7:54 pm
I have created a tiny Webservice using SOAP::Lite and a client written in vb.net. When the client calls the webservice it gets the following error: SOAPAction...
1454 Duncan Cameron
dcameron@... Send Email
Apr 28, 2002
8:25 pm
... This error is from the SOAP::Lite server which is rejecting the message from your VB client. Somewhere in your VB code you need to specify the SOAPAction...
1455 sandeep_khamesra
sandeep_kham... Send Email
Apr 29, 2002
10:48 pm
I am trying to send a param from SOAP::Lite . it is a String..For some reason .NET Service is getting empty string.. Any one has any example how to send a...
1456 sandeep_khamesra
sandeep_kham... Send Email
Apr 30, 2002
12:05 am
Does any one has any tutorial or example of how to implement client and server for .NET and SOAP::Lite...
1457 Paul Kulchenko
paulclinger Send Email
Apr 30, 2002
12:31 am
Hi, Sandeep! What's your client code? Wiredumps can be helpful too. My first guess would be incorrect name of one of the parameters. You can use my $string =...
1458 Kaiton Williams
strawdoggius Send Email
Apr 30, 2002
11:51 am
Guys, I've the seen the example code that creates a HTTP daemon in basic using the COM dll. I've got the code up & running on win9x and 2k but have hard...
1459 pcg4242 Send Email Apr 30, 2002
5:42 pm
Can no one help with my message, re-posted below? Does no one care about logging anything on their systems? Could someone maybe post their code to do logging...
1460 Paul Kulchenko
paulclinger Send Email
Apr 30, 2002
5:54 pm
Hi, Peter! I'll take a look and get back to you later today. I don't think there were any changes in logging algorithm between 0.52 and 0.55, so something...
1461 sandeep_khamesra
sandeep_kham... Send Email
Apr 30, 2002
6:56 pm
Does any have any sample code which tells how a .NET client talks to SOAP::Lite Server..What are steps needed to get this interoperability working..Any help...
1462 Khamesra, SandeepX
sandeep_kham... Send Email
Apr 30, 2002
11:00 pm
I tried a .NET client to talk to SOAP::Lite ..Follwoed the interoperability doc. but I still do not get any value back from the SOAP::Lite server.. If I run...
1463 Khamesra, SandeepX
sandeep_kham... Send Email
May 1, 2002
12:34 am
How do I do a wiredump at the SOAP::Lite server .. for ex. if this is a SOAP::Lite server how do I enable debug or wiredump in this ... #!perl -w use...
Messages 1434 - 1463 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