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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hullo :) I've developed some modules based on the tutorial at http://www.perl.com/pub/a/2001/04/24/soap.html using their 'Ticket-based authentication&#39; as a...
1 Sep 19, 2003
1:02 pm

Gavin Hamill
gdhgdh
Send Email

I have a SOAP::Lite client talking to a .NET server (this part is working fine), but I have a problem with the way SOAP::Lite converts the returned results...
1 Sep 19, 2003
10:22 am

ctcard_hotmail_com
ctcard_hotma...
Send Email

If I have a method that takes two strings, but only the first one is required: setName(lastname, firstname) How do I convey that in the WSDL file? Do I need...
3 Sep 18, 2003
9:10 pm

gnawed
Send Email

I've got a simple cgi server with client running like one of the examples in a tutorial, however, it doesn't print the return. I tried the +trace=>all option...
2 Sep 18, 2003
2:58 pm

Byrne Reese
byrnereese
Send Email

Hi, I hope someone can help. Error I'm getting: <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode xsi:type="xsd:string">SOAP-ENV:Client </faultcode> <faultstring...
1 Sep 17, 2003
4:13 pm

dahven
Send Email

Hello everyone, I have looked through the mailing lists and found a couple of instances where people have attached examples of their client, wsdl and server...
1 Sep 17, 2003
3:58 pm

testmj444
Send Email

Apologies for the length of this message but I've tried to include everything relevent. Unfortunately, I can't make the web service available outside our...
4 Sep 17, 2003
2:40 pm

mpafrica2001
Send Email

Hi, I try to call via a perl client a GLUE soap service and want to send a string with special characters (german umlaute). I thought xml is in use so that the...
2 Sep 17, 2003
10:46 am

Duncan Cameron
duncan_camer...
Send Email

SOAP::Lite is working really well on our development servers. However I¹ve just moved the code to our production machines and it seems to be causing a ...
7 Sep 16, 2003
9:57 am

Mark Cance
mscance
Send Email

How do I set the charset for the server to something other than utf-8? I see that a client can be set like: $client = SOAP::Lite->encoding('iso-8859-1'); I'm...
1 Sep 16, 2003
4:26 am

gnawed
Send Email

I have a question about passing ComplexTypes to a server. I have the following ComplexType defined: Types: <xsd:complexType name="Fullname"> <xsd:all> ...
1 Sep 16, 2003
4:03 am

gnawed
Send Email

I'm having some namespace issues when using a WSDL file. I have a ComplexType which is simply an array of strings: Types: <xsd:complexType...
1 Sep 16, 2003
3:00 am

gnawed
Send Email

Folks, I am trying to write a bit of code on the server side to evaluate the incoming parameters from my client. My incoming XML looks like this: <soap...
3 Sep 12, 2003
4:42 pm

Thom Eden
teden
Send Email

Hi, at http://guide.soaplite.com/#types%20and%20names I found some information about using types and names for SOAP-calls by names. But I couldn't any trick on...
1 Sep 12, 2003
11:49 am

Marten Lehmann
martenlehmann
Send Email

Folks, Is there a way to specify the .xsd file used to validate the XML being passed to/from a SOAP::Lite service? Thom Eden...
1 Sep 11, 2003
7:35 pm

teden
Send Email

Hello, Is it possible to have the server take an array from the client, run a script on the server side and return a hash to the client? If so are there any...
1 Sep 11, 2003
3:50 pm

alpark444
Send Email

Hello, I'm trying to use SOAP::Lite on a server. It's easy to get the parameters values, by order or by name. It's what I need for most of the calls but one. ...
1 Sep 9, 2003
9:42 am

hurricane_san
Send Email

I've written soap clients before but never anything this complicated. Here are the links PIRP: http://homer.meso.com/crap/PIRP_Schema_v1.xsd WSDL:...
6 Sep 8, 2003
2:14 pm

jigsaw9876
Send Email

Hello, After many tries, and after reading newsgroup messages, I still have a problem.: I was running my SOAP service with dynamic dispatching (using ...
4 Sep 5, 2003
11:39 am

Ortner
ptirup
Send Email

Hi, I suppose you are using soap as a cgi. I had the same problem and the reason was that the wwwrun user (who is executing the soap code) didn't have the ...
2 Sep 5, 2003
9:50 am

Ortner
ptirup
Send Email

Hi: I am pretty new to Soap::Lite and Web Services. I am looking into calling a soap::lite server application through Oracle's PL/SQL. The nearest thing I can...
2 Sep 3, 2003
10:09 pm

jpeyser
Send Email

Hi all, "let me introduce myself". I'm currently working on a messaging gateway called TRex (http://trex.sourceforge.net/) and one of its technology supporters...
1 Sep 3, 2003
6:39 pm

Bit-Man?=
bitman09
Send Email

Hi all, Have any of you managed to generate a wsdl file from a soap service that is not using the mod_perl apache interface? I have succesfully made myself a...
3 Sep 3, 2003
8:34 am

Pierre Denis
pdenis@...
Send Email

Server: sub getElements{ my $self = shift; my @a = $self->{objects}; } Client my $exist->new(); my @array = $exist->getElements(); @array returns the number of...
1 Sep 2, 2003
4:25 pm

joycecho1121
Send Email

<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId&quot;...
1 Aug 30, 2003
5:46 am

Eliza Smith
elizasmith_a24
Send Email

<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId&quot;...
1 Aug 30, 2003
5:37 am

Eliza Smith
elizasmith_a24
Send Email

Hi, I'm trying to create a type which looks like this when it is serialised: [snip] <body xsi:type="ns0:MultimediaMessagePart"> <type...
1 Aug 29, 2003
8:39 am

enzgrbr
Send Email

Hi, Is there a stub code for SOAP::Transport::HTTP::Daemon to listen in SSL mode? Thanks. -PY...
2 Aug 29, 2003
1:53 am

c32fa35e697ccfd9f299f...
c32fa35e697c...
Send Email

Folks, I am building a web service in SOAP::Lite. Part of the results returned is a set of repeating elements e.g. <response> <statusMsg>foo</statusMsg> ...
3 Aug 28, 2003
8:32 pm

Thom Eden
teden
Send Email

Hi, I'm getting an error when I'm trying to use the Authentication Basic in SOAP::Lite. I'm using a Soap::Lite based Perl client accessing Apache Axis based on...
4 Aug 28, 2003
2:06 pm

Byrne Reese
byrnereese
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