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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
perl SOAP::Lite client can't communicate with Tomcat server anymore   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages | View Threaded Sort by Date v  
#4761 From: "jiri_skrabal" <nykolas@...>
Date: Thu Jun 23, 2005 9:37 am
Subject: perl SOAP::Lite client can't communicate with Tomcat server anymore
jiri_skrabal
Send Email Send Email
 
Hi,

I'm using SOAP::Lite perl module in a client library which
communicates with a Tomcat server.
The server has been upgraded quite recently, but the same client code
is not working anymore. It seems, that the perl Soap::Lite
implementation is not capable of the Tomcat 5.5.9 implementation with
JAVA 1.5.3 or I should do more reliable client code. But just now, I
have absolutely no idea, what has to be changed. A simple client code
follows as well as the error description returned by a server.
Please help, this is quite urgent.
Thanks in advance

client code:
#!/usr/bin/perl

use strict;
use SOAP::Lite (+trace => "all", maptype => {});
use SOAP::Lite;

my $service = SOAP::Lite
->service('http://gusiwr.fzk.de/arsys/WSDL/ar6-test.fzk.de/Grid_HelpDesk');
my $header = SOAP::Header->name(AuthenticationInfo =>
\SOAP::Header->value(
SOAP::Header->name(password => 'y'),
SOAP::Header->name(userName => 'x'),
)
);
my @param = (
SOAP::Data->name("Request-ID" => "502"),
$header
);

print $service->TicketGet(@param);

#################################################################
returned SOAP server exception
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>org.xml.sax.SAXException: Error: URI=null Line=1:
org.apache.crimson.parser/P-084 xsi:type</faultstring>







 
Add to My Yahoo!      XML What's This?

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