I've got an OO Perl API for some things I'd like to be able to control over the internet. Lots of our customers use Java, and would like a SOAP interface. Will...
5687
Günter Sammet
guntersammet
Nov 1, 2006 12:46 am
Hello all: Been spinning my wheels on this issue for quite a while but haven't found a solution yet. We have a SOAP service that works on one machine (same IIS...
5688
Ver Lingas
verlingas
Nov 1, 2006 5:54 am
How To Succeed In Online Financial Trading Using Freebies Did you know that many of the tools and resources that we consider essential for online trading...
5689
wan wanju
jwan1981@...
Nov 1, 2006 1:53 pm
I'm trying to call Oracle Content DB webservice by SOAP::Lite in perl. However, Oracle deploys the services into different wsdl. For example, they provide a...
5690
Qaisar Rafiq
qaisarafiq
Nov 1, 2006 6:43 pm
hi The following website contains great links to soap tutorials and resources, check them out and enjoy ! latest tcp/ip tutorials and resources are included at...
5691
Ver Lingas
verlingas
Nov 2, 2006 11:45 pm
The Key to Options Trading Success The stock market is a fascinating exchange that always provides hope and promises traders the possibility of becoming rich...
5692
Himanshu Garg
pathrachar
Nov 3, 2006 5:58 am
Hi, My application installs its own die handlers to do some cleanup. These die handlers are lost when requests come via SOAP. I wonder if this is a mistake I...
5693
Nashid
nashid_cse_buet
Nov 3, 2006 11:05 pm
... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl92;bin\perl.exe...
5694
Qaisar Rafiq
qaisarafiq
Nov 5, 2006 6:39 pm
hi, here is one solution to all your protocol related needs ....... Check out newly added resources for each category at the top of each page. This is the main...
5695
willyd61
Nov 7, 2006 4:52 pm
Hello, I am having an issue with a script running on a linux machine accessing a SSL Webservice remotely. Here is the payload that I need to send: ...
5696
Judd Taylor
judd.taylor
Nov 7, 2006 8:15 pm
I need to provide an OO SOAP interface to some developers who work in Java. Will SOAP::Lite work well for this? The code on my end is OO-perl. Also, I need to...
5697
poulkornmod
Nov 7, 2006 9:15 pm
5698
Leda Goros
ledagoros
Nov 9, 2006 12:06 pm
A Man Who Turned a $15,000 Stock Account INTO $3,296,000 Million AND WHAT I Learned From It I know a man who turned a $15,000 trading account into $3.3...
5699
raherh
Nov 11, 2006 3:53 pm
... SOAPsh.pl ... Install the module like this: ppm> install http://theoryx5.uwinnipeg.ca/ppms/SOAP-Lite.ppd rh...
5700
Robert Eden
rmeden
Nov 13, 2006 7:02 am
Howdy all.. I have a strange problem... I'm a developer on the XMLTV project (http://www.xmltv.org, provides tv guide data to various apps). One of our data...
5701
Sean Kilmurray
seanmurray72
Nov 13, 2006 4:04 pm
Hi, I'm very new to SOAP Lite but I managed to get a Perl client up and running that queries a .Net service hosted by the company I work for. I can make basic...
5702
Jay A. Kreibich
jaykreibich
Nov 14, 2006 4:32 pm
I seem to have found what I consider a bug in the SOAP::Data::type() function. I discovered this while trying to get types from SOAP::data objects. The basic...
5703
valtherus_bs
Nov 14, 2006 8:12 pm
I provided a web service at http://134.169.104.38:8080/axis/services/WSPredisi?wsdl. The WSDL file is in wrapped/literal style, a better variant of ...
5704
neilholmesuk
Nov 15, 2006 11:07 am
I am trying to make use of SOAP::LITE for calling Web Services from Perl. I have Windows and Linux Installations. On Windows the following works fine :- ...
5706
Guy Morton
guy_mmmmmm
Nov 16, 2006 9:17 pm
Hello everybody Has anyone on this list had any experience with using SOAP::Lite to access the MS MapPoint web service? Is it possible? Anyone aware of ...
5707
Randy J. Ray
rjray_perl
Nov 17, 2006 12:52 am
... I actually used MapPoint.NET in my last job. My experiences with it lead to the perl.com article I wrote: ...
5710
lrrybrggs
Nov 21, 2006 2:17 am
Hi I'm in the process of converting to Windows 2003 server from Win2K. I have a soap call that works on the 2000 server, but I can not get it to work on the...
5711
Robert Eden
rmeden
Nov 21, 2006 4:27 am
are you running the exact same versions of Perl and all modules ont he 2003 box? ... From: lrrybrggs <alb1998@...> To: soaplite@yahoogroups.com Sent:...
5712
Robert Eden
rmeden
Nov 21, 2006 5:57 am
I have a solution! ( reducing envelope size) sub SOAP::Serializer::register_ns { return 1; } It worked like a charm... envelope size has dropped over 100...
5714
alb1998@...
lrrybrggs
Nov 21, 2006 1:20 pm
Yes Everything is the same the only differnt is the box and the OS. ... From: rmeden@... To: alb1998@...; soaplite@yahoogroups.com Sent: Mon, 20 Nov...
5716
joby_jones
Nov 22, 2006 1:30 am
I'm writing several different SOAP servers, all of which will need to communicated with Java. How should I generate a WSDL file to describe my SOAP::Lite based...
5718
JuanFco Rodriguez
yonailo
Nov 23, 2006 12:46 pm
Hello,
I think I'm experiencing some kind of interoperability problem
between an ASP client and a SOAP::Lite server. I'm using the
SOAP Toolkit 3.0 for...
5719
sonia_soe
Nov 24, 2006 5:51 pm
Hi, I have a web service running on tomcat 5.5 using rpc/literal and when i try to invoke one of the methods using a client written with SOAP::Lite i get the...
5721
Andrew Hicox
ahicox
Nov 25, 2006 4:18 pm
Joby: Pod::WSDL is currently the best thing going for perl services. I have developed a large set of services that are called by Java Axis clients, and...
5728
david_ster
Dec 3, 2006 10:15 am
Hello I use a application client gsoap and server perl. Sometimes, randomly, I get the error: An existing connection was forcibly closed by the remote host ...