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 ...
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...
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....
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: ...
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" ?> -...
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...
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....
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...
Hi Guys, I am calling the webservice with the method updateStatus().This is webservice wsdl - <s:complexType name="StatusArray"> - <s:sequence> <s:element...
I have the line SOAP::Transport::HTTP::CGI ->dispatch_to('/path/to/my/modules39;) ->handle; in my dispatcher.pl CGI script (with an actual path as an argument to...
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 =>...
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"/> ...
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...
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...
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...
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...
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...
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...
Using the following bit of code: my $query=qq{ <EverNetQuerySpecification xmlns="urn:www.nwmls.com/Schemas/General/EverNetQueryXML.xsd"> <Message> <Head> ...
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...
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...
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; ...
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? ...
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 ->...
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.com39;s DataDirect...
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:// ...
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...
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...