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

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

Hallo, has anybody of you examples of how to create a soap client using fastcgi? I'm currently trying to create a webservice based on it and wonder if I can...
1 Nov 29, 2002
7:34 am

Peter Sykora
peter_sykora...
Send Email

Hi all, Actually I have Activeperl on Win2000 server. I have used activeperl to implement my web page on IIS. Now I try to use Soap with my server. I put ...
1 Nov 28, 2002
4:26 am

aun_ok
Send Email

I have question regarding serializer. I want to convert a perl hash into the following output. The has is defined as follows my %hash = (USER_ID => 24875227,...
3 Nov 27, 2002
6:08 pm

robertsumca
Send Email

Hi ! I sent Yesterday a message about a "proxy: transport protocol not specified" problem. Fortunately I am now able to cancel it, the problem is solved. I...
1 Nov 27, 2002
9:08 am

Andersson, Kimmo
Kimmo.Andersson@...
Send Email

I need to access an asp.net web service that requires username and password. A working soap message looks like this: <soap:Envelope...
1 Nov 27, 2002
4:56 am

c002928
Send Email

In the simple example below, I import the CGI module but only the :html2 export group. Then I use SOAP::Lite to dispatch the CGI module. The problem is...
3 Nov 26, 2002
11:19 pm

Keanan Smith
KSmith@...
Send Email

Hi ! First some background information. I am using SOAP::Lite from C++ in HP-UX environment. I have embedded the Perl interpreter into my C++ program but ...
1 Nov 26, 2002
8:34 am

Andersson, Kimmo
Kimmo.Andersson@...
Send Email

How could a perl soap client access the show_tables method below? Also how would you pass username and password to the new method. For instance, using a...
10 Nov 25, 2002
7:33 pm

Paul Kulchenko
paulclinger
Send Email

Hello all, I am using SOAP::Lite for my client and GLUE (using Java) as my server. I created some simple tests on the server that just return the argument...
3 Nov 25, 2002
7:22 pm

Darla Weiss
tigerdarla
Send Email

Hi There I have just recently started using the SOAP::Lite Module. I have a SoapService (written in Java) deployed through Tomcat at ...
2 Nov 25, 2002
5:27 am

Paul Kulchenko
paulclinger
Send Email

Hi group, I manage to install and run soaplite server and client under normal CGI and and http deamon. But now i would like to use apache/mod_perl because of ...
4 Nov 25, 2002
5:15 am

Paul Kulchenko
paulclinger
Send Email

Hi all... Trying to get first SOAP::Lite code up and running against a .Net server. I am getting "VersionMismatch" which is related to a namespace issue of: ...
2 Nov 25, 2002
2:40 am

Paul Kulchenko
paulclinger
Send Email

I have a method that returns me a token that I am supposed to use as a cookie in all my other SOAP requests. Can someone give me a simple example of plopping a...
2 Nov 22, 2002
7:49 pm

Paul Kulchenko
paulclinger
Send Email

All, I'm pulling my hair out, here. My long-term goal is to get an MSSoap 3.0 client connecting to my SOAP::Lite server. That isn't working, either, but I...
2 Nov 22, 2002
8:48 am

the_quark1
Send Email

I am trying to use SOAP::Lite as a proxy of sorts. What I would like to do is pass through the HTTP Authorization credentials recieved by a SOAP::Lite CGI...
7 Nov 21, 2002
6:52 pm

Paul Kulchenko
paulclinger
Send Email

Can I publish API using uddi::lite squid proxy? I publish to https://uddi.ibm.com/testregistry/publishapi...
2 Nov 21, 2002
4:44 pm

Paul Kulchenko
paulclinger
Send Email

Hi - I'm looking to make a SOAP::Lite client to talk to an existing SOAP service that runs on a custom transport (standard HTTP over a gssapi/kerberos...
2 Nov 20, 2002
11:41 pm

Fred Clift
minektur
Send Email

I'm just starting out using SOAP with Perl and have run into a road block on this script that I think is probably a simple fix, but I'm just not seeing what...
3 Nov 19, 2002
7:06 pm

stipe4246
Send Email

I think XMLRPC::Lite may be encoding undefined values incorrectly. It encodes them with an empty value element. The version 2 spec defines the <nil/>...
2 Nov 19, 2002
7:02 pm

Paul Kulchenko
paulclinger
Send Email

Has anyone in this group had any experience with using Soaplite for XML for Analysis? I'm currently working on a project for work where we need to interface...
2 Nov 19, 2002
6:30 am

Paul Kulchenko
paulclinger
Send Email

Has anyone done profiling and performance enchancements for SOAP::Lite? My application is running much slower when using XML-RPC than when doing direct calls....
2 Nov 19, 2002
5:52 am

Paul Kulchenko
paulclinger
Send Email

I wrote the Hello web service and client (from the O'Reilly SOAP book), hw_client.pl. When I run the script (command line), I get: "Calling the SOAP Server to...
2 Nov 19, 2002
5:37 am

Paul Kulchenko
paulclinger
Send Email

In the ping pong example I'm trying to understand what exactly is being printed when you do : print 'local: ', $p->SOAP::next, "\n"; # local The next method...
5 Nov 19, 2002
5:32 am

Paul Kulchenko
paulclinger
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