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, I have an apache axis server and a soaplite client and I want to pass complex types back and forth. My client can send the complex types fine, but can not...
1 Dec 23, 2002
2:50 am

msanesh <anesh@......
msanesh
Send Email

Hi, I'm successfully using a VB.Net client with a Soap::Lite based server. I've run into a problem that doesn't appear to be one of the .NET FAQs, so I...
2 Dec 23, 2002
12:25 am

dcgrigsby <dan@......
dcgrigsby
Send Email

Subject: (Perl) WWW-Authenticate: NTLM using Soap or Soap::Lite? Is there a way to perform NTLM WWW-Authentication via Soap or Soap::Lite? I am on Solaris 8...
8 Dec 22, 2002
6:26 pm

Fernando Villar <f...
fvillart
Send Email

In an attempt to give my customers a flexibility to access my Web Services, I tried to use COM object (with Lite.dll) so that they can write their own client...
1 Dec 22, 2002
4:13 am

gusti64 <gusti.ser...
gusti64
Send Email

Hi, I have a document which has a snipped structured something like this: <categoryElements xmlns:namesp1="http://schemas.xmlsoap.org/soap/encoding/" ...
3 Dec 21, 2002
5:59 am

Paul Kulchenko
paulclinger
Send Email

Below is a working URI (from a java client) --snipped stuff-- <n:mymethod xmlns:n='http://foo.org/com.bar.service.BazService' ...
2 Dec 20, 2002
3:08 pm

geek_town <twongke...
geek_town
Send Email

I'm calling a test function that creates a SOAP Fault. The server is implemented in Java. However, when I call this method, $result is undefined, so my check...
3 Dec 18, 2002
10:46 pm

Paul Kulchenko
paulclinger
Send Email

Hi, I will serialize a string "123" but Soap::Lite converts it to an int. Is there a way to force a string. regs Sid...
3 Dec 18, 2002
8:11 pm

Duncan Cameron
dcameron@...
Send Email

I'm connecting to another CQ Db and searching for a defect to read. I'm not getting a hit on a record I know exists, any ideas ? The error message I get says...
2 Dec 17, 2002
7:26 am

sid69se <sid69se@....
sid69se
Send Email

... You probably want to have a namespace on the returned data items. See the INTEROPERABILITY section of the SOAP::Lite docs. Also, "There is an error in XML...
2 Dec 16, 2002
5:38 pm

DaveHod <davehod@....
DaveHod
Send Email

Hello, I am a newbie to soap::lite. I am trying to interoperate glue java server and soap::lite client. At this point, I try to interoperate with a complex...
1 Dec 13, 2002
7:54 pm

Chuck Rock
chuck.rock@...
Send Email

Hi! when I'm including this code to mye Soap::Lite client: sub BEGIN { $diehandler = $SIG{'__DIE__'}; $SIG{'__DIE__'} = \&print_error; } sub END { ...
11 Dec 13, 2002
5:59 pm

tomkee2002 <tomkee...
tomkee2002
Send Email

It has been discussed recently on this list. Look at this message and the related thread: http://groups.yahoo.com/group/soaplite/message/2047 Hope it helps. ...
1 Dec 13, 2002
6:39 am

Paul Kulchenko
paulclinger
Send Email

Hi , I did a post here some time ago regarding the same problem, but i did'nt get any good answers on how to solve it. As far as i can see it's a problem with ...
2 Dec 12, 2002
5:27 pm

Duncan Cameron
dcameron@...
Send Email

Ok I've got: package world; sub new { my $self = {}; bless($self); return $self; } sub hello { my $self = shift; return "Hello, World!"; } sub goodbye { my...
1 Dec 12, 2002
3:26 pm

Dan Havey
dhavey
Send Email

below is the module =================== # Hello.pm - simple Hello module package Hello; sub sayHello { shift; # remove class name return "Hello " . shift; }...
1 Dec 12, 2002
10:31 am

hendra_haliman <ha...
hendra_haliman
Send Email

I'm seeing an error in my SOAP logs regarding XML/Parser/Expat.pm at line 456. I'm using Perl 5.6.1 on a stock RedHat 7.3 box, with XML::Parser 2.31 and...
1 Dec 12, 2002
7:53 am

tomkee2002 <tomkee...
tomkee2002
Send Email

I have a simple web service written in Perl with the latest SOAP::Lite. (The service returns a complex type) The service works great with a Java client (using...
1 Dec 10, 2002
5:08 pm

DaveHod <davehod@....
DaveHod
Send Email

I love SOAP. It makes a lot of sense. But what about .wsdl files? Are they just descriptions for people that want to use a webservice? And what is all this...
1 Dec 9, 2002
9:51 pm

Dan Havey
dhavey
Send Email

Hi, I am trying to create objects that will give me the following XML: <formFieldVars SOAP-ENC:arrayType="namesp2:formFieldVar[3]" ...> <item...
3 Dec 9, 2002
5:39 pm

Duncan Cameron
dcameron@...
Send Email

Hi group, Does anybody successfully deploy soaplite with mod_perl 1.99 and apache 2.0.40?. I manage to install and configure httpd.conf but get an error when...
3 Dec 9, 2002
5:15 am

Paul Kulchenko
paulclinger
Send Email

Hi all, I'm trying to use the SOAP::Lite COM Interface for calling a SOAP server from a VBA program under Win 2K (no Perl installed). After downloading and ...
2 Dec 9, 2002
5:04 am

Paul Kulchenko
paulclinger
Send Email

Hello, I justed started using SOAP::Lite and I have a basic question. How do I create a simple structure like the following @data = (['Data Segment', 'Payload...
4 Dec 9, 2002
4:46 am

Paul Kulchenko
paulclinger
Send Email

Hello, I need to use perl web service in .NET (C#). I wrote a CGI-based server #!/usr/bin/perl use SOAP::Transport::HTTP; print STDERR "IN CGI\n"; ...
2 Dec 9, 2002
4:44 am

Paul Kulchenko
paulclinger
Send Email

This code works fine when I set endpoint to http://... etc. but when using https it fails. Java and .Net clients work OK setting enpoint url to https. The...
2 Dec 9, 2002
3:58 am

Paul Kulchenko
paulclinger
Send Email

I need to use the ->service mechanism to connect to a SOAP server. How can I set an attribute in the method element ? Thanks...
2 Dec 9, 2002
1:33 am

Paul Kulchenko
paulclinger
Send Email

I've been having trouble getting Python's xmlrpclib to interop with a SOAP::Lite server on IIS. I narrowed the problem down to SOAP::Lite ... Server:...
4 Dec 9, 2002
1:03 am

Paul Kulchenko
paulclinger
Send Email

Hi all, I am new to SOAP, so please excuse me if my terminology (or understanding) is incorrect, but I've been given the task to write a client that can send...
2 Dec 8, 2002
11:50 pm

Paul Kulchenko
paulclinger
Send Email

Hello all, I have a JMS server running (Tibco JMS, with GLUE handling the SOAP) that I need to call from SOAP::Lite. I have it all set up on the Java/server...
2 Dec 8, 2002
10:10 pm

Paul Kulchenko
paulclinger
Send Email

Hi! I'm using a webservice which takes a complex object, which is defined in an xsd file, as parameter. I have to set the namespace of this element by using...
2 Dec 1, 2002
10:27 am

Duncan Cameron
dcameron@...
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