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 please test this script in your environment. Use stubmaker: sh> stubmaker.pl 'http://localhost/axis2/services/version?wsdl' or dynamically: versionclient.pl ------------------------ use SOAP::Lite; use Data::Dumper; my $result = SOAP::Lite -> service('http://localhost/axis2/services/version?wsdl') -> getVersion(); print Dumper($result); ------------------------ In both cases my script failed with error "Can't call method "element" on an undefined value at /usr/local/share/perl/5.8.8/SOAP/Lite.pm line 2845." Thanks in advance. Aleksey On 8/18/06, Kinichiro Inoguchi <[EMAIL PROTECTED]> wrote:
Hi Aleksey, I could make a SOAP call with SOAP::Lite. I'm using Axis2 latest nightly build war (I downloaded today), and ActivePerl 5.6. I'll attach sample script that call version service. When I ran this script, I could get the results like, return=Hello I am Axis2 version service , My version is #axisVersion# #today# Regards, kinichiro --- Aleksey Serba <[EMAIL PROTECTED]> wrote: > 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 SOAP::Lite. > I've turn on debugging on SOAP::Lite and found Axis2 exception > org.apache.axiom.soap.SOAPProcessingException: Only SOAP 1.1 or SOAP > 1.2 messages are supported in the system. > > SOAP::Lite 0.68 version > Axis2 1.0 release and latest nightly build > > Is there any way to get it work together or it's totally > incompatible? > > Thanks in advance > > Aleksey > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
