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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I need some help on passing structures to the server using soap::Lite. ... #! /perl -w use Class::Struct; use SOAP::Lite +trace; my $ser = SOAP::Lite ...
1 Dec 2, 2004
9:50 pm

ankurb1
Send Email

We're using Apache::SOAP to serve up our SOAP services. Our methods all respond using Document/Literal and need to communicate with C#/.NET clients. Because...
1 Dec 2, 2004
4:35 pm

Matt Hahnfeld
hahnfeld
Send Email

Hi, New to SOAP::Lite...I have read the manpage and a few other links. I am interested in reaching a SOAP standalone server via SOAP::Lite on my client....
2 Dec 2, 2004
1:06 am

Byrne Reese
byrnereese
Send Email

All, I'm just starting out with SOAP::Lite, and have a quick question. The service that I'm working with returns something like the following section: ...
2 Dec 1, 2004
7:07 am

Duncan Cameron
duncan_camer...
Send Email

Not sure if this is a stupid question but here goes How do I make soaplite send the envelope with this format <?xml version="1.0" encoding="utf-8" ?> -...
1 Nov 30, 2004
11:52 pm

David Inglis
david.inglis@...
Send Email

Up to this point the SOAP servers I have worked with have a generic method that I call. The specific function is contained in the XML that I pass as an...
3 Nov 30, 2004
11:31 pm

James Detwiler
dev_jsd
Send Email

Hi, I'm new to SOAP::Lite and I'm trying to play with the http daemon example I learned from the Quick Start Guide, but I get a denied access to method error....
1 Nov 29, 2004
7:59 pm

skyeybubble
Send Email

I am unable to return attachments from a server. I am using SOAP-Lite- 0.65-beta2.1 - I notice in post 4123 that there was a problem with this. Has this code...
1 Nov 26, 2004
11:14 am

mquayle1972
Send Email

Hi Guys, I am calling the webservice with the method updateStatus().This is webservice wsdl - <s:complexType name="StatusArray"> - <s:sequence> <s:element...
1 Nov 26, 2004
9:21 am

sheikmohamed7
Send Email

I have the line SOAP::Transport::HTTP::CGI ->dispatch_to('/path/to/my/modules&#39;) ->handle; in my dispatcher.pl CGI script (with an actual path as an argument to...
1 Nov 25, 2004
11:22 pm

karl_kramsch
Send Email

What's up with the crazy little '+' before dispatch in the snippet below from Paul Kulchenko's intro to SOAP::Lite? use SOAP::Lite +autodispatch => uri =>...
1 Nov 23, 2004
12:05 am

karl_kramsch
Send Email

I need to generate tags that contain an ID like the following: <ArrayOfRequest id="ID1" xsi:type="enc:Array" enc:arrayType="Request[3]"> <item href="#ID2"/> ...
1 Nov 20, 2004
9:24 pm

joelb1985
Send Email

Hi! I'm new to SOAP programming and it would be helpful for me to study some sample programs integrating the use of Perl's DBI module and SOAP::Lite. I have...
2 Nov 19, 2004
7:12 pm

Bryce Harrington
bryceharrington
Send Email

Hi, I am writing perl clients using wsdl to access web service. The server uses gSOAP and is written in C++. I am facing some problem in associating namespaces...
1 Nov 19, 2004
6:53 pm

ankurb1
Send Email

Hi there. I'm trying to use the COM DLL and getting an automation error. We wrote this code a number of months ago and have just re-unearthed it. I also can't...
1 Nov 19, 2004
4:15 pm

Richard Boehme
rfboehme
Send Email

Hello All, I just need a small sample where small perl client can use https and talk to weblogic web service. Regards, ssaxena Also for http perl client how do...
1 Nov 19, 2004
1:19 am

ssaxena62
Send Email

WebService::TicketAuth version 1.02 has been posted to CPAN and will be available shortly at: http://cpan.uwinnipeg.ca/module/WebService::TicketAuth The change...
1 Nov 19, 2004
1:16 am

Bryce Harrington
bryceharrington
Send Email

Hello I'm am having difficulty setting up a soap connection and am willing to pay someone to help me understand/ achieve this. If anybody is interested please...
1 Nov 18, 2004
11:01 pm

David Inglis
david.inglis@...
Send Email

Using the following bit of code: my $query=qq{ <EverNetQuerySpecification xmlns="urn:www.nwmls.com/Schemas/General/EverNetQueryXML.xsd";> <Message> <Head> ...
1 Nov 16, 2004
10:33 pm

Christy
christyaustin7
Send Email

Hello. I have a problem. I call some WS using SOAP::Lite. SOAP::Lite cannot parse WS response and failed with following error: Unrecognized type ...
1 Nov 16, 2004
1:32 pm

jansimunek
Send Email

Hello, I've to comunicate with a SOAP server that has not defined any method, or, to say it better, it has only a method and it doesn't accept any SOAP message...
8 Nov 15, 2004
9:38 am

nonsolosoft
Send Email

I've spent quite a bit of time trying to fix this but I just can't parse these errors. If someone could help me out, I would much appreciate it. SOAP::Lite...
2 Nov 15, 2004
1:44 am

Byrne Reese
byrnereese
Send Email

I have a small server sript that I try to acces via wsdl service: - snip ------------ #!/usr/local/bin/perl -w use strict; use SOAP::Transport::HTTP; ...
2 Nov 14, 2004
6:15 pm

Byrne Reese
byrnereese
Send Email

Is there a way to turn on logging of SOAP server events? I'd like to log client IP in syslog, is it possible to access it somehow also from proxy functions? ...
2 Nov 14, 2004
9:26 am

Byrne Reese
byrnereese
Send Email

Hello, I wrote a simple SOAP proxy, but I have a problem accesing different methods from client during one session: use SOAP::Lite; # ... $soap = SOAP::Lite ->...
3 Nov 14, 2004
12:41 am

Byrne Reese
byrnereese
Send Email

I'm a developer for XMLTV (http://www.xmltv.org) also hosted on sourceforge. I've developed a TV listing grabber using SOAP::Lite with Zap2IT.com&#39;s DataDirect...
5 Nov 14, 2004
12:32 am

Robert Eden
rmeden
Send Email

Hi, How do I extract the faultstring and print it? My outputxml() looks like this: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http:// ...
2 Nov 14, 2004
12:31 am

Byrne Reese
byrnereese
Send Email

Hi All (and apologies in advance if this is a double post) I am trying to write a SOAP client which requires authentication on the server. The code i have so...
2 Nov 14, 2004
12:25 am

Byrne Reese
byrnereese
Send Email

Is it possible to send an asynchronous soap request using soap lite? Are there standards that govern this?...
2 Nov 13, 2004
8:28 pm

Byrne Reese
byrnereese
Send Email

Hey all, I've got several soap services running on a mod_perl enabled apache server now, and I'm trying to expose them to a ColdFusion developer here in the...
8 Nov 12, 2004
4:57 pm

Mike Schroeder
MikeSchroeder@...
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