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...
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...
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...
Hi... This is significantly better than 0.67. However, I'm getting an error vs. the WSDL I need to read: Type 'ArrayOfstring' can't be found in a schema class...
<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...
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...
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...
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...
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...
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...
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...
Hi, I need to talk to this service: https://storm5.login.skylist.net/services/SoapRequestProcessor?wsdl The getVersion() method does not require authentication...
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...
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 ...
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...
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...
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...
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...
hello, is there a possibility to deal with mustUnderstand attributes other than toggling the $SOAP::Constants::DO_NOT_CHECK_MUSTUNDERSTAND flag? (i read the...
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...
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...
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...
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...
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...
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...
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. ...