hi all, I have released some ebXML perl modules (using XML::Xerces and/or SOAP::Lite) as a proof of concept -- with a little hand-holding they can ping a...
I generated a custom SOAP::Lite client using stubmaker.pl and an appropriate WSDL file. What I want to do is to override the endpoint at runtime. I tried: my...
Ok folks - I am in need of a little help. Before I bang my head against the keyboard one last time, I thought I might consult my follow perl hackers for some...
I have a SOAP method which returns a date (currently as a string). Reading SOAP::Lite documentation <URL:http://guide.soaplite.com/#types%20and%20names>, I do...
Hi all.. Trying to get a perl client working correctly with a WebMethods Glue server. The problem I'm running into is that I need to send back an array of...
A majordomo installed as RPM will necessarily use the Perl installed as RPM, that would be 5.8.0. I guess you have installed 5.8.3 under /usr/local, but 5.8.0...
I am having trouble accessing the complex output from a web service. If I do it this way: ======================================================= my $s =...
Which UDDI specification does UDDI::Lite support? I read in the O'Reilly book that it only supports version 1. I don't see anything in the POD indicating which...
Hello Does anyone know how to optimize the performance of SOAP::Lite and WSDL or maybe recommend another solution? As of now it takes 2 seconds. Thanks, Mike...
I've written an 'agent39; to poll Windows event logs, parse them into XML, and send them to a server where they are written into a MySQL database. This part is...
Hi, it seems that there is a bug in the routines that encode/decode the return values. When a function returns the string: <test> abcd </test> it comes out...
The exmaple client code included with the SOAP::Lite install has a C# ... // Connect to remote SOAP server using System; using System.Reflection; public class...
Hi I am trying to access a .NET web service via a SOAP::Lite client and have problems. Here is my .NET web service method: [WebMethod] [SoapRpcMethod] public...
Is it possible to create complex types using perl lite. We have a soap server using gsoap(c++) I am trying to be a client accesing functions. a snip of my code...
Hello, I am SriDevi. I would like to invite you to join our home-based job. You can earn more than your full monthly income while working only 10-15 hours a...
At this page there is an article on use SOAP:Lite http://www.perl.com/lpt/a/2001/01/soap.html#writing%20a%20cgibased% 20server Towards the middle of the page...
I realize how open-ended the questions that follow are going to be, but I was wondering if there are there any XML-RPC/SOAP performance studies available? I'm...
Hi, I'm passing about a dozen arguments from my perl client to my .NET service and they're all coming across as null right now. Based on the debug output, it...
All, Since no one responded to my post on this subject, I wanted to share a reasonable solution. In order to have SOAP::Lite accept encoding styles other than...
i have run test.pl program. then error is coming as 405 Method not allowed at /usr/local/apache/cgi-bin/test.pl line 29 program #!/usr/bin/perl # # SOAP::Lite...
i'm building a webpage that can send information to the server serial port (rs232) to control a device. can i use perl to achieve this? or is it better to use...
Hi experts, I installed SOAP::Lite-0.60a and SOAP-MIME-0.55-7. I'm just starting out using SOAP::Lite. I'm writing a client which seems to do what I want. ...
Thanks in advance to anyone that can answer this question: Assume use of the OO interface. How do I control deserialization of a SOAP response into the ...
Hi I am trying to pass a file as base64binary encoded in the a request.. for e.g is the following the correct way to do it ? Are there any more examples ? ...
Has anyone successfully written a SOAP::Lite client with ActiveState 5.6 for Win32 that uses HTTPS? Trying to convert working client to HTTPS but getting...
*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base6439; can't be found in a schema class...