Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
1 Apr 8, 2004
2:09 pm

Aaron Trevena
ajt_stc
Send Email

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...
1 Apr 7, 2004
8:45 pm

krishnan_anantheswara...
krishnan_ana...
Send Email

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...
4 Apr 7, 2004
3:44 pm

Byrne Reese
byrnereese
Send Email

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...
12 Apr 7, 2004
2:18 pm

Byrne Reese
byrnereese
Send Email

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...
1 Apr 7, 2004
2:16 pm

sjwaud
Send Email

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...
1 Apr 7, 2004
11:19 am

Manessinger Andreas
andreas_mane...
Send Email

I'm trying to return a fault object from a soap::lite server to a java client, however tcptunnel tells me this: <?xml version="1.0"...
2 Apr 6, 2004
7:44 pm

Byrne Reese
byrnereese
Send Email

I am having trouble accessing the complex output from a web service. If I do it this way: ======================================================= my $s =...
2 Apr 5, 2004
7:22 am

amigo_boy2000
Send Email

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...
1 Apr 4, 2004
4:18 am

amigo_boy2000
Send Email

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...
2 Apr 1, 2004
8:57 pm

jpeyser
Send Email

I've written an 'agent&#39; 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...
2 Mar 31, 2004
7:00 pm

Jim Lancaster
jlancasterus
Send Email

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...
1 Mar 29, 2004
12:02 pm

drfousth
Send Email

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...
4 Mar 27, 2004
2:43 pm

Eric Amick
eamick
Send Email

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...
2 Mar 26, 2004
6:36 pm

rajmalli
Send Email

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...
1 Mar 25, 2004
10:35 am

alcurry22
Send Email

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...
2 Mar 25, 2004
9:26 am

smart06623
Send Email

The following is the incoming SOAP message (pay attention to the metadata tag which is an array of strings) <?xml version="1.0" encoding="UTF-8"?> ...
2 Mar 24, 2004
3:57 pm

eric-amick@...
eamick
Send Email

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...
2 Mar 24, 2004
1:22 am

Nayana Hettiarachchi
nayanah
Send Email

Hi all, I'm trying to get a Perl-based SOAP::Lite client to communicate successfully with an Allegro Common Lisp SOAP server. Even after lots of...
2 Mar 24, 2004
12:53 am

Byrne Reese
byrnereese
Send Email

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...
3 Mar 23, 2004
8:42 pm

Jim Lancaster
jlancasterus
Send Email

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...
2 Mar 22, 2004
10:09 pm

obc_spike
Send Email

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...
1 Mar 22, 2004
9:08 pm

Steven N. Hirsch
hirschs@...
Send Email

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...
2 Mar 22, 2004
3:41 pm

Byrne Reese
byrnereese
Send Email

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...
2 Mar 22, 2004
7:22 am

Tim Wood
timwood0@...
Send Email

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. ...
2 Mar 18, 2004
9:02 pm

Byrne Reese
byrnereese
Send Email

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 ...
2 Mar 18, 2004
7:36 pm

Duncan Cameron
duncan_camer...
Send Email

Hi, how can I create the following request with SOAP::Lite? ... <SOAP-ENV:Body> <m:getAvailableFieldNames xmlns:m="v2" ...
2 Mar 17, 2004
11:28 pm

bjorn_svensson
Send Email

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 ? ...
1 Mar 17, 2004
9:30 pm

Chetan Lalye
clalye
Send Email

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...
1 Mar 17, 2004
6:15 am

blairat
Send Email

*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base64&#39; can't be found in a schema class...
1 Mar 16, 2004
1:32 am

eparusel
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help