I am the lead author for an upcoming book entitled: Enterprise SOA. I am looking for ten individuals to review a portion of the manuscript and provide timely...
I've written a SOAP HTTP server daemon using SOAP::Lite. It works great. I can connect to it fine across the network when running it at the command line. I've...
See, the problem with doing something new is that you become the "resident expert", which I really shouldn't be as I didn't succeed from deep understanding of...
Is it possible to get SOAP::Lite to return an array that conforms to what folks have defined in a WSDL file? I'm trying to get SOAP::Lite to produce something...
I mean in the sense that PHP does, where variables submitted to a form are immediately available without any special effort. I vaguely remember reading...
Has anyone had problems with running mod perl with soap lite, where if you have a mix of static and dynamic bindings the -w or $^W appears to be getting turned...
Background: I've got a Document-Literal Wrapped web service which runs on SOAP::Lite and is dispatched with a modified Apache::SOAP. It uses WSDL files which...
Hi. I have a problem with a web application since upgrading Perl from 5.005 to 5.8.5. Some SOAP::Lite functions in the application gives some Mason web pages a...
hello everybody - i use SOAP::Transport::HTTP::Daemon as my soap-server, it's supposed to dispatch all request to a certain perl module. now i got the problem...
hi, i want to know the adavantages and drawbacks of using webservices over http/webserver compared to the use via socket?? when i should use http and when...
Hi group, I'm having problems in generating a call to a webservice. The generated xml-code is ok, except for a ghost-tag. I'm using the following perl-code to...
I am just trying to get some understanding of how to access web services through WSDL. I have this piece of code which uses SOAP::Lite, and this works: use...
Not exactly a Soaplite issue, but I am just finding out that non-Perl (ie, MS Biztalk) clients need a WSDL page to be able to consume my Perl (Soaplite) based...
Is it somehow possible to access the peer IP address when using SOAP::Transport::HTTP::Daemon? When browsing through the manpage for HTTP::Daemon I realized...
Hi, This is probably one of the most common problem people have had, but I have seen that they have overcome the problem. I also read all emails on this but...
I need to have one of my arguments in a SOAP::Lite client send it's payload as a multiref object. [...] <ns1:arg12 href="#id0"/> </ns1:createArtifact> ...
Hi. I am trying to use SOAP Lite to connect to a wsdl service in some perl code. However the on_fault handlers are not working for me. What am I doing wrong or...
I was going to post a question about this, but then I found this very useful web page, and thought I'd share it (in case there were others banging their heads...
I think this should be a pretty basic question, but I can't seem to find anybody who has asked it yet here in the archives. Essentially, I am trying to write...
Hi! How can I access the original http request from the soap/xmlrpc code? I need info from the client cerificate (name, etc.). I use v60, mod_perl with apache...
Hi! I read that standalone daemon does not support SSL server. Thats true? If yes, how can I implement certificate based auth with mod_perl? I think I need to...
Hi All, Is any one know how to get last request & response that send & received my soapLite. I know some tricky thing to do with SOAP::Transporter, But i don't...
Hello, I don't know if this is the right place for my problem, so if you can help me thanks, if not, sorry to bother you. I'm working on my student project and...