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

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" ...
1 Jan 18, 2004
4:43 pm

cynicalearth
Send Email

I've been using single-parameter method calls on a Perl-to-.NET web service for a while now, but now that I want to use multiple parameters, the connection...
3 Jan 16, 2004
3:37 pm

obc_spike
Send Email

Hi We want to connect to an existing application that accept soap message with mime and dime attachment. We try using ->method, ->call, SOAP::Data, freeform to...
2 Jan 16, 2004
3:02 pm

Byrne Reese
byrnereese
Send Email

but SOAP::Lite client can.. Using SOAP::Lite 0.55. Client is Mono 0.29, but the exact sample problem is replicatable on .NET Framework. As can be seen, the...
1 Jan 16, 2004
11:51 am

Orlando Andico
orly_andico
Send Email

I'm having problems setting up my server to use any other package then package main. if i set up my server like this in apache. <Location /mod_xmlrpc> ...
1 Jan 15, 2004
11:04 pm

j0rd_rox
Send Email

Hi there, i actually started using SOAP 24hrs ago and i am really new to this but i manage to gather much information so far. i am trying to write a server...
1 Jan 15, 2004
8:14 pm

Nayana Hettiarachchi
nayanah
Send Email

Hi All, Wonder if anyone can advise me on SOAP a little. Have just signed up to be a partner with a company and they offer an XML web service The web service...
2 Jan 15, 2004
6:36 pm

Tim Wood
timwood0@...
Send Email

Site Temporarily Unavailable We apologize for the inconvenience. Please contact the webmaster/ tech support immediately to have them rectify this. error id:...
1 Jan 14, 2004
9:18 pm

gdc00108
Send Email

I've done a few Unix-to-.NET web services recently, but this is my first Linux-to-Linux version and I can't get past hello world. Installed: apache from...
1 Jan 14, 2004
3:46 pm

obc_spike
Send Email

Hi, I'm trying to put together complex (atleast in my view) bit of xml using soaplite, with this my @soap_data = ( SOAP::Data->name( 'XXX' =>...
2 Jan 14, 2004
3:03 pm

Byrne Reese
byrnereese
Send Email

From time to time, when I send this request: POST /extend/eqs/soap/serv.pl HTTP/1.0 Content-Type: text/xml; charse t=utf-8 Accept: application/soap+xml,...
1 Jan 14, 2004
11:42 am

jaustvik
Send Email

I'm having a hard time writing a Perl client to my Java web service. So far I've been able to access the service fine, the problem is when one of my methods on...
2 Jan 13, 2004
12:59 pm

Aaron Trevena
ajt_stc
Send Email

Hi, all. I am having a problem, and I have not been able to solve it. I have read the docs extensively, but I am a perl newbie, and thus probably missed some...
6 Jan 9, 2004
11:39 pm

Scott Ellsworth
scottalodar
Send Email

Hello, I am presently trying to use SOAP::Lite in conjunction with Sun (jndi- based) DSML client. However, as can be expected, I am running in to some issues....
5 Jan 9, 2004
3:51 pm

Bruno Grossmann
samnrv
Send Email

hi, is there any possibility to fire a soap call which returns immediatly, a kind of fire an forget. the point is to trigger an other daemon to do something,...
9 Jan 9, 2004
3:07 pm

Byrne Reese
byrnereese
Send Email

I am trying to pass a complex data type from a perl soap client to a java soap server. It appears from past discussions on this topic that the utility...
1 Jan 9, 2004
1:28 pm

javasteve2002
Send Email

Hi, all, How do I get to the URI in a handler method called from a mod_perl server doing static dispatch to external classes? I have a mod_perl-based SOAP...
1 Jan 9, 2004
12:13 am

Scott Ellsworth
scottalodar
Send Email

Hello - I have a Java server, with some Perl client code, using the SOAP::Lite library. Running this code works fine on Windows, but produces a different SOAP...
1 Jan 8, 2004
4:30 pm

Alex Dalitz
alexdalitz
Send Email

hi all, i am new to web-services. I want to know that, does soap::Lite supports XKMS(Xml based Key Management Specification). It comes under the security...
1 Jan 8, 2004
1:35 pm

Vimalan
vimal_me
Send Email

Heya. Having issues with a service, which requires the envelope to look like. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
2 Jan 6, 2004
2:59 pm

Byrne Reese
byrnereese
Send Email

I'm just getting started with SOAP, I've been asked to write some code to make requests using it. Things are starting to make sense, however all the examples I...
6 Jan 6, 2004
2:53 pm

Byrne Reese
byrnereese
Send Email

hi, I'm new to SOAP::Lite, so far it looks nice ;) I do have a couple of questions, however.. is it possible to have two-way communication over a single TCP ...
1 Jan 6, 2004
7:00 am

grant beattie
gruntaaaa
Send Email

Hello all, I was hoping maybe I would find some guidance on this list. I'm building a Web service solution centered around SOAP::Lite. My server is going to be...
1 Jan 5, 2004
3:42 pm

Christopher Parker
cparker15
Send Email

All: I have a SOAP client that pulls a hash (hash reference actually) from a remote SOAP server. I can make this work currently if the hash data is generated...
2 Jan 5, 2004
5:48 am

Byrne Reese
byrnereese
Send Email

Folks, I've tried this on different machines (WinXP w/ ActivePerl 8xx; Linux w/ Perl 5.8.2; WinXP w/ cygwin perl 5.8.2) with the same result. Whether I just do...
3 Jan 5, 2004
4:13 am

deepblah
Send Email

I am trying to develop a client for a broker service using SOAP::Lite. I am testing their simple Echo() function so far with no success. Appears that the...
1 Jan 4, 2004
9:33 pm

kiprop777
Send Email

Heya. I'm trying to get SOAP::Schema to work on a WSDL that requires cookies and a PKCS12 Cert. I can access the services fine using SOAP::Lite cookie_jars...
1 Dec 30, 2003
2:30 am

nib000
Send Email

it is apparently possible (though maybe not legal xml) to bild an array without declaring an arraytype. something like this chunk: <A> <B>x1</B> <B>x2</B> ...
2 Dec 29, 2003
2:19 pm

wackerl@...
cjbecjbe
Send Email

Is there a way to write the incoming soap envelope (and XML) to a server side file to make sure that the client is sending what I think it is? I am not sure...
6 Dec 26, 2003
5:17 pm

jpeyser
Send Email

I have a J2EE-based server that has an interface to be used by a Perl component via SOAP::Lite. The Java interface is defined thus: public FrammisID ...
4 Dec 26, 2003
2:44 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