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...
wan wanju
jwan1981@...
Nov 1, 2006 1:53 pm
5690
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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 :- ...
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 ...
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...
are you running the exact same versions of Perl and all modules ont he 2003 box? ... From: lrrybrggs <alb1998@...> To: soaplite@yahoogroups.com Sent:...
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...
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...
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...
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...
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...
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...
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 ...
According to some bugs in bugzilla.redhat.com, it looks like there is an issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this is the case, or...