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 2706 - 2735 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
2735 Dougal Campbell
dougal@... Send Email
Jun 20, 2003
9:34 pm
... But just because you don't find that specific example doesn't mean that you can't do it, of course. You just need to find simple examples of a PHP...
2734 Sanjay
sanj_soman Send Email
Jun 20, 2003
8:15 pm
Hi All, I have gSOAP c++ soap server. I want to expose some complex data structures using this server to the clients (which include gSOAP c++ ... #include...
2733 Byrne Reese
byrnereese Send Email
Jun 20, 2003
6:56 pm
No worries. I will try to answer your questions as best as I can. There are many different SOAP toolkits - software, or APIs that facilitate the creation and...
2732 Byrne Reese
byrnereese Send Email
Jun 19, 2003
6:41 pm
Wow... that was a mouth full. Let me see if I can't tackle some of these questions below: I guess what I'm asking is, when implementing complex object-oriented...
2731 Byrne Reese
byrnereese Send Email
Jun 19, 2003
6:18 pm
From what I can tell, your customer may not be sending you valid SOAP/XML. In the XML at the bottom of this message, the <POS> elements, because they are not...
2730 Byrne Reese
byrnereese Send Email
Jun 19, 2003
6:06 pm
As it turns out... I can help. I suggest you enter this into SOAP::Lite&#39;s bug database hosted by sourceforge. http:://sourceforge.net/projects/soaplite ...
2729 mscance Send Email Jun 19, 2003
5:24 pm
I've just started using the very exellent SOAP::Lite. I have a SOAP service that partners access via a WSDL Schema. My problem is I cant; get my <Types> to...
2728 perlmedian Send Email Jun 19, 2003
4:16 pm
Hey I unforetunately must write the WSDL myself. But I have a small problem that I can't seem to find the source of. Here is the portion of the WSDL that's a...
2727 Richard Jones
rich@... Send Email
Jun 19, 2003
1:55 pm
Hi: I've started using SOAP::Lite as a way to talk to a simple daemon process I'm writing. I'm using the TCP transport, and it all works as well as advertised....
2726 Erik van Zijst
erik_van_zijst Send Email
Jun 19, 2003
12:38 pm
Hi folks, I've just started using SOAP::Lite (I'm quite new to perl as well) and I started building SOAP::Lite clients for my existing GLUE webservices. At...
2725 Eric Jain
ericjain Send Email
Jun 19, 2003
9:24 am
... Thanks, this does work, though it is a bit awkward with dozens of custom types, to say the least, especially since I believe there is no reason why this...
2724 Shade_Jon Send Email Jun 19, 2003
7:14 am
1. How can I see the XML that I am trying to produce? During debugging is fine. E.g. if I run: my $som = SOAP::Lite -> service('http://someservice/...); my...
2723 Duncan Cameron
duncan_camer... Send Email
Jun 19, 2003
3:47 am
... I think that a simple deserialiser will do what you want sub SOAP::Deserializer::as_rank { my $self = shift; my($value, $name, $attr, $chil, $type) = @_; ...
2722 Eric Amick
eamick Send Email
Jun 19, 2003
3:45 am
I've been trying to run a SOAP server with SOAP::Lite 0.55 under Perl 5.8.0 using Perl for ISAPI. The necessary extension mappings exist, but the debug trace...
2721 Jason Taylor
jtaylor@... Send Email
Jun 18, 2003
10:04 pm
I'm planning on a similar system, at least so far as the technologies involved are concerned--SQL for persistence, Perl business objects, and a XUL front end. ...
2720 Eric Jain
ericjain Send Email
Jun 18, 2003
6:55 pm
... One solution is to replace the following code in Lite.pm (1863): $res = $class ? die "Unrecognized type '$type&#39;\n" : $value unless defined $res; with: $res...
2719 ggib23 Send Email Jun 18, 2003
6:06 pm
I'm working with a company who is sending freeform Soap messages. They will not be including any Soap namespace or methods like this: <namesp1:testMethod...
2718 Brian Gilman
bshilzzle Send Email
Jun 18, 2003
4:07 pm
On 6/18/03 10:48 AM, "jpeyser" <jpeyser@...> wrote: Yes!!!!!! You're a life saver!! So, Here's the final piece of code that works with Axis. I can't...
2717 Michael A Nachbaur
mike@... Send Email
Jun 18, 2003
4:04 pm
Hello all, I don't have a specific issue I'm seeking help on, but rather wish to tap into the collective wisdom of the mailing list's SOAP::Lite gurus. I've...
2716 jpeyser Send Email Jun 18, 2003
2:50 pm
Brian, Here is the code to generate your structure. I basically copied the sample code that Byrne Reese attached with his e-mail (ISupplier.pm) Jonathan my...
2715 vici1981 Send Email Jun 18, 2003
11:30 am
Hi all, I'm totally new in SOAP, I just have to build a SOAP-tunnel form my diploma work. In front of me I have a "Understanding SOAP" book, but I'm completely...
2714 Brian Gilman
bshilzzle Send Email
Jun 18, 2003
1:37 am
Hello Everyone, After a considerable amount of time playing with SOAP::Lite, I still have not been able to serialize my data structure so that apache's Axis ...
2713 Eric Jain
ericjain Send Email
Jun 17, 2003
3:46 pm
Trying to get SOAP::Lite to read enumerated values, e.g.: <rank xsi:type="Rank">species</rank> SOAP::Lite complains that the type 'Rank' is unknown. How do I...
2712 mammadz Send Email Jun 17, 2003
12:55 am
I want to use stubmaker.pl to get my method stubs and templates, but I also want to be able to change the endpoint dynamically. Looking at the foo.pm code...
2711 Duncan Cameron
duncan_camer... Send Email
Jun 16, 2003
8:51 pm
... It looks like your client is sending four parameters, three named scalars and an array. If you want the keys and values to be kept then you need to send a...
2710 perlmedian Send Email Jun 16, 2003
8:12 pm
Okay. I posted previously with no avail. But after a few days of research I finally have some decent progress. Here is my last problem to my project, and it's...
2709 Kedar Barve
kedsbarve Send Email
Jun 16, 2003
4:39 pm
Mark: Not sure whether this will help you. But try this: return SOAP::Data->name('YourResponseAttributeName&#39;)->type('string')- ... cheers! kedar ... object ......
2708 talios2k Send Email Jun 16, 2003
12:58 am
Recently I came accross a need to talk to my webservice from a perl application, I've now got SOAP::Lite passing in my complex type object all nice and...
2707 Duncan Cameron
duncan_camer... Send Email
Jun 15, 2003
8:16 am
... So it's a HTTP error status that you want to catch, not a SOAP fault? They are handled in different ways. See the examples directory within the SOAP::Lite...
2706 mammadz Send Email Jun 14, 2003
10:58 pm
I have a situation where my gsoap server returns http 500 on server side faults. My soap::lite client as a result dies without deserializing the fault. So I...
Messages 2706 - 2735 of 6629   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