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 Folks, Using latest SOAP::Lite I have been fighting with making Perl work against the Novell GroupWise SOAP interface. I have managed to login/out and make...
2 Aug 20, 2006
7:09 pm

macleajb
Send Email

I'm getting a transport error that reports: ... not well-formed (invalid token) ... As far as I understand it this is an error from the XML parser. I think it...
1 Aug 18, 2006
8:45 am

Dave Howorth
dhoworth@...
Send Email

Hello Everyone: I'm going out of my mind here. I've written a SOAP service with SOAP::Lite / apache / mod_perl which I'm trying to publish a WSDL for. I'm...
1 Aug 16, 2006
9:46 pm

Andrew Hicox
ahicox
Send Email

Hi... This is significantly better than 0.67. However, I'm getting an error vs. the WSDL I need to read: Type 'ArrayOfstring&#39; can't be found in a schema class...
5 Aug 16, 2006
1:28 pm

chanezon
Send Email

<disclaimer: SOAP newbie> I'm getting a similar error using the service method to pick up a wsdl Type 'ArrayOfSettingVO' can't be found in a schema class...
1 Aug 16, 2006
4:48 am

B. Duffee
duffee_b
Send Email

Hi, I've got some problems with sending attachments with SOAP::Lite. I'm trying to make a soap server respond with an attachments which I want to collect on...
2 Aug 16, 2006
4:48 am

Ger Apeldoorn
gapeldoorn
Send Email

I'm pulling my hair out here. I have a service, created from a WSDL, with a call signature (int, int, String[]). But when I pass it two integers and a...
4 Aug 14, 2006
6:11 pm

izbic1
Send Email

I've hacked (horribly, embarassingly) a wrapper to SOAP::Lite that seems to work and allows a SOAP::Lite Perl client to connect to a WSE- Security enabled .NET...
4 Aug 12, 2006
11:54 pm

Achim Grolms
achim_grolms
Send Email

I have a SOAP call that returns an array of a complex type. I had some trouble getting this work with .NET clients as the soapenc:arrayType was always being...
1 Aug 8, 2006
10:49 am

Andrew Bayliss
abayliss7906
Send Email

I am trying to access a message that returns xml as the data type. I want to display the xml but all I get is a 1 returned. Here is the WSDL: POST...
1 Aug 7, 2006
3:22 pm

barfield_caroline
barfield_car...
Send Email

Hi, I have it installed and the examples work great. I have a high level module that uses Net::LDAP for account management that I want to turn into a soap...
3 Aug 3, 2006
6:39 pm

Ski Kacoroski
ski98033
Send Email

Hi all, I have the following server configuration: Apache 2.2.2 (w/ mod_perl), SOAP::Lite 0.68, and Expat 2.0.0 I am trying to send a MIME::Entity attachment...
6 Aug 2, 2006
3:27 pm

techrg99
Send Email

Hi, I need to talk to this service: https://storm5.login.skylist.net/services/SoapRequestProcessor?wsdl The getVersion() method does not require authentication...
1 Jul 30, 2006
1:25 pm

ximon_18
Send Email

Hi there, I am new to SOAP::Lite, and was wondering if SOAP::WSDL has any advantages over SOAP::Lite, and which module might be better to use. Thanks, Guy...
2 Jul 25, 2006
9:05 am

guyadihome
Send Email

I searched google and scoured the newsgroup, but couldn't find a way to parse a nested response. Here's my code: ======== #!perl -w use strict; use SOAP::Lite ...
1 Jul 21, 2006
10:31 pm

Frank Bulk
frankbulk
Send Email

Hi, I want to write a webservice client script with SOAP::Lite. The webservice at server side expects first some primitive data types (a head of a customer...
1 Jul 20, 2006
3:42 pm

tporschb
Send Email

Hi, Thank you for a great product! One of our clients is asking for the latest SOAP::Lite to be installed in production. We have not upgraded past 0.60...
1 Jul 20, 2006
2:11 pm

Mike South
msouth@...
Send Email

Hey all, I am fairly new to SOAP so please forgive me if I am missing something obviously. I can connect to a service running on Apache AXIS fine. What I have...
1 Jul 19, 2006
8:24 pm

aleanna76
Send Email

It's possible I'm just gravely misunderstanding something, but I've recently started to look into SOAP::Lite for the purpose of pulling information from the...
1 Jul 18, 2006
10:08 pm

punchcutter6
Send Email

hello, is there a possibility to deal with mustUnderstand attributes other than toggling the $SOAP::Constants::DO_NOT_CHECK_MUSTUNDERSTAND flag? (i read the...
1 Jul 17, 2006
3:34 pm

piotr248
Send Email

Hi, I'm using a wsdl file which imports a schema to gain access to other namespaces: ... <xsd:schema> <xsd:import namespace="somenamespace&quot;...
1 Jul 14, 2006
6:39 pm

o_grafe
Send Email

Hi, I want to use an .xsd file to validate a request that I get over SOAP. How can I do that? ... my $parser = XML::LibXML->new(); sub Thingie { # Get the hash...
1 Jul 14, 2006
9:04 am

Ger Apeldoorn
gapeldoorn
Send Email

Hi, i'm trying to write a perl program using SOAP with a remote system. The remote side already has a WDSL file, and i'm wondering if anyone has an example how...
2 Jul 14, 2006
6:26 am

Ger Apeldoorn
gapeldoorn
Send Email

I'm trying to call a WebService written in Java from a perl client using SOAP::Lite. I used the wscompile tool to create my WSDL and mapping.xml files in the...
1 Jul 12, 2006
8:36 pm

DougGa
jaimelesnichons
Send Email

Hi, I need help with the installation. I'm using CPAN shell. Here is the output: # Failed test 3 in t/03-server.t at line 174 fail #2 ...
1 Jul 12, 2006
6:32 pm

dovidjo
Send Email

MAIN DIFFERANCE BETWEEN SQLSERVER AND ORACLE Oracle is like apple and Sql Server is like Orange. For a Poor man Orange is better and for a rich man apple is...
1 Jul 12, 2006
7:35 am

khuram shahzad
bcss03a106
Send Email

Hi, I have been working on a product which provides access to its APIs using web services. The way to invoke any API is to start telnet session and pasting the...
1 Jul 11, 2006
8:21 am

hari_seldon_ph
Send Email

Hello everyone: I'm running an apache 1.3.* server with mod_ssl, mod_perl & SOAP::Lite, and I seem to be hitting a wall in terms of performance. Granted, I'm...
4 Jul 10, 2006
5:55 pm

Jay A. Kreibich
jaykreibich
Send Email

I'm trying to run the quickstart demo at http://guide.soaplite.com/#quick%20start%20guide%20with%20soap%20and%20soap::lite My hibye.pl looks like ...
1 Jul 7, 2006
9:30 pm

redmond007
Send Email

Hi, i'm wondering if it's possible, and if yes how, to export variables from the dispatching script, to the dispatched service, without go trought ENV. ...
2 Jul 7, 2006
2:59 pm

Jay A. Kreibich
jaykreibich
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