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

Hi All, after much frustration I come to the source in hope of enlightenment. Is it possible to run mod_soap on Apache 2.2.2? The mod_perl site seems to...
4 Jun 16, 2006
3:29 am

Byrne Reese
byrnereese
Send Email

Hi, everyone. I've just tackled the issue of making SOAP::Lite 0.6.7 work with mod_apache 2.0. The code in 0.6.7 works for 1.0 and 1.99 etc, but not 2.0, due...
2 Jun 16, 2006
3:29 am

Byrne Reese
byrnereese
Send Email

An item is being generated by SOAP::Lite as <Item xsi:type="namesp1:StructureOf_Item"> ^^^ I have to remove the |xsi:type="namesp1:StructureOf_Item"| stuff and...
1 Jun 15, 2006
11:32 pm

retoh123
Send Email

Folks, A simple question on my side I am currenlty using the following call to connect to a webservice: my $soap = SOAP::Lite -> uri('https://www.abc.com/') ->...
2 Jun 15, 2006
12:44 pm

Eric Bridger
ebridger2004
Send Email

Hi all, Seeking some information with regard to accessing the contents of a SOAP element while using mod_soap. I've seen the article at majordomo with regard...
1 Jun 15, 2006
11:04 am

tyndyll
Send Email

Where I work, SOAP-Lite is well on its way to becoming a mission critical piece of our new telecom provisioning systems. Overall, it is working like a dream...
1 Jun 13, 2006
7:38 pm

Mike C
planetary_mike
Send Email

Hi, I'm currently trying to get both .NET and Java (Apache AXIS) clients to work with a SOAP::Lite server. I've done what the documentation says regarding...
5 Jun 13, 2006
3:02 pm

Kevin Stone
kevin_patric...
Send Email

I posted this on perlmonks, and thought this would also be a good place to ask: I have a Perl SOAP client that insists on sending <ConfirmUnsubscribes...
1 Jun 8, 2006
8:43 pm

chrs_mcmhn
Send Email

Sample code for call: #!/usr/bin/perl use Data::Dumper; use SOAP::Lite +trace; #my.wsdl was generated by weblogic server my $client =...
2 Jun 2, 2006
7:55 pm

Kevin Stone
kevin_patric...
Send Email

I sent a file attachment to server , but I return a file atttachment to client . my server code: sub echo3 { use MIME::Entity; my $self = shift; ...
1 May 29, 2006
5:41 pm

theanhnv20
Send Email

hi I'd like to have a soap-lite tcp server, to be the PerlProcessConnectionHandler of a apache virtualhost. So, my ipotetic script, didn't have to create a...
1 May 27, 2006
4:38 pm

thelastcondor2
Send Email

I am developing a Java client application, using classes auto-generated by WSDL2Java, that makes requests to a Perl web service. All of the service requests...
1 May 24, 2006
8:09 pm

pfconrey
Send Email

Hello I am new to web services and I am trying to access a web service that I wrote. If I use LWP and post raw xml it works (returns the expected results)....
2 May 23, 2006
1:53 pm

Peter Sinnott
psinno
Send Email

I have a very strange problem and I have no idea to solve this. I have: - Sun-Fire-V240 with Solaris 5.9 installed - SOAP-Lite Client/Server 0.67 -...
1 May 21, 2006
11:38 pm

iadiezig
Send Email

Hi, I'm having trouble sending a simple boolean across using SOAP-Lite-0.67. My client call is: $result = $bs->submitSingleQuery( 10, # alignment...
3 May 20, 2006
6:14 pm

gayathri athreya
satanssidekick5
Send Email

Hello, I try to write a server that receive a request and save the request as XML in a file. I use the "body" method to retrieve the body message but this...
2 May 19, 2006
12:33 pm

Eric Bridger
ebridger2004
Send Email

Hi, I developped a webservice on which a can invoke the functions on Standard Port 80 without any problems. When I do the same command (qip-WS-client.pl) but...
1 May 18, 2006
4:33 am

Adrian Diezig
iadiezig
Send Email

Hi, I'm trying to connect to a .net server w/ the following code and I get the above error: Server did not recognize the value of HTTP Header SOAPAction:...
1 May 16, 2006
1:00 am

Pauljames Dimitriu
paulj1999
Send Email

Hi , i'm trying to compile and send a simple soap message , use SOAP::Lite; $temp_elements = SOAP::Data->name("url" => SOAP::Data->value( ...
2 May 15, 2006
1:45 pm

Eric Bridger
ebridger2004
Send Email

I am using SOAP::Lite version 0.6 and cannot upgrade - because newer versions break complextypes in the application I am using. my $soap =...
2 May 15, 2006
1:39 pm

Eric Bridger
ebridger2004
Send Email

Hello, I want to connect to a webservice made with DotNet and send it parameters. I can connect to it and receive a value but i can't send it parameters and i ...
3 May 15, 2006
1:38 pm

Eric Bridger
ebridger2004
Send Email

Salam friends, click here simply: http://www.itrecruitment.us/index.php?refid=115703 I hope u will be fine. Every person on this world first studies and then...
1 May 15, 2006
9:16 am

khuram shahzad
bcss03a106
Send Email

Hi, I am a relative SOAP::Lite newcomer and have written a client/server pair that does some fairly simple things. The application works well inside my company...
1 May 12, 2006
12:40 am

prosaic.harper
Send Email

Hi, how do I catch errors in a client? I have tried this: $s=SOAP::Lite ->service('http://host:8008/wsAPI?wsdl&#39;) ->on_fault(sub { my($soap, $res) = @_; use...
1 May 11, 2006
3:03 pm

Torsten Foertsch
torstenfoertsch
Send Email

I'm creating a soap service with SOAP::Lite. For the time being the primary client is .NET. I've been able to get Perl and Ruby working just fine, with all...
1 May 9, 2006
9:18 pm

Chris Dent
chrislondonb...
Send Email

I have some client code that has traps for SOAP::SOM objects that are faults, and does special handling for them. I want to add some validation to the SOAP...
1 May 9, 2006
6:23 pm

Issac Goldstand
margol_il
Send Email

I'm using SOAP::Lite 0.66.1 as a client (though it fails with other releases) and having a problem receiving byte arrays from an Apache Axis server. I'm using...
2 May 8, 2006
11:02 am

nodens2k2k
Send Email

Hi I have a web service that I connect to as follows and dump the results to the screen. The issue is that the data received from the web service includes the...
3 May 4, 2006
11:59 am

wmorgenstern@...
wmorgenstern
Send Email

I am trying to use the current version of SOAP::Lite to make soap calls on a service using JBoss 4.0.4 as the container. It is giving me really weird error...
1 May 2, 2006
8:43 pm

Ravi
d_ravisiddhu
Send Email

Hi, I am a newbie at accessing a SOAP:LITE Server from a .NET Client. The SOAP Server doesn't have a WSDL so I built a ASP.NET server with just the methods...
1 May 2, 2006
5:15 pm

julio_delgado_garcia
julio_delgad...
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