Hey Ger, Yes. I am using the sample code. Try changning your client-side SOAP code so that you see the SOAP debugging stuff... use SOAP::Lite +trace =>...
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
Hi, I'm trying to get the server to respond with an attachment. The example @majordojo simply does not work (for me). ... SOAP::Serializer::envelope: Server...
Hey Ger, Well, I figured out a work-around. I am just sending all the stuff I need as arguments to the SOAP call. I've given up on MIME-attachments with...
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...
... When using "dispatch_to( <path> )" the @INC path is cleared for security/sandboxing reasons. This means the "use Net::..." calls inside your module will...
Jay, Thanks for your reply. ... Ok, This makes sense. ... Yes. So now I have changed the server to be: #!/usr/bin/perl -w use SOAP::Transport::HTTP; use...
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...
Hello, There is an implementation of WS Resource Framework (including WS-Security) in progress: http://www.sve.man.ac.uk/Research/AtoZ/ILCT Although I am not...
Hi, everyone. I've been using SOAP::Lite for a number of years, for a bunch of SOAP client applications. It has worked flawlessly during that time, and I...
... If there are Kerberos (and GSSAPI) questions maybe I can help. I am not experienced in WSE 3.0 (I only used Kerberos Authentication on HTTP-Layer against...
... I have not found a reference to GSSAPI or Kerberos. Website http://www.sve.man.ac.uk/Research/AtoZ/ILCT says "SRF::Lite from version 0.4 provides beta...
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...
IIRC, you need to take the WSDL and edit it to be AnyType. Your code should continue to work. I know that this means that you need to have a local copy of the...
Scott Seely
scott@...
Aug 14, 2006 1:53 pm
5543
Is there any way that we can help with this release? --Matthew mruno@... ... 'SOAP::Serializer' ... version is ... WSDL less ... (specifically ... can...
... From: Chris McMahon <christopher.mcmahon@...> Date: Aug 14, 2006 8:24 AM Subject: Re: [soaplite] Serializing 'ArrayOf_xsd_string' To: Vince Veselosky...
I get the same sort of errors when trying to work with campaigns. [Mon Aug 14 11:20:54 2006] [error] Type 'Campaign' 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...
<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...
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! I've build simple service and deploy it to Apache Axis2 as aar archive ( messageReceiver is RPCMessageReceiver ) I can't make a SOAP call using perl...
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...
Dave Howorth
dhoworth@...
Aug 18, 2006 8:45 am
5553
Hello, I'm trying to use base64 encoding. I figure that it is one possible solution to my previous issue of invalid tokens, and the doc says it may be faster...
Dave Howorth
dhoworth@...
Aug 18, 2006 9:16 am
5554
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...
... xsi:type="Contact"> ... I noticed that if I force Lite.pm to not acknowledge xsi:type, I can ... +++ Lite.pm 2006-08-20 15:29:34.000000000 -0300 @@ -1801,6...
Hi Kinichiro, Thank you for quick response. Indeed, your example of version client works for me too. I'm trying to make a soap call using wsdl. Could you...
Hi Eran, I'm trying to make a soap call using wsdl. 1. Axis2 version client: UsŐ stubmaker: sh> stubmaker.pl 'http://localhost/axis2/services/version?wsdl' or...