Client returns empty string!

2007-10-31 Thread Bashar Jawad
I have been banging my head against the wall on this problem, so I will really appreciate any help. I am going to simplify the problem as much as possible. We have a perl web service at this internal address: http://iiws/cgi-bin/wsvdm/WSVDMStationInfo.pl I created a web service interface

Re: Client returns empty string!

2007-10-31 Thread Glen Mazza
Am Mittwoch, den 31.10.2007, 14:35 -0700 schrieb Bashar Jawad: I have been banging my head against the wall on this problem, so I will really appreciate any help. I am going to simplify the problem as much as possible.

Re: Client returns empty string!

2007-10-31 Thread Bashar Jawad
I found this article: http://www.ibm.com/developerworks/xml/library/x-jaxmsoap/ However this doesn't use cxf. Is it possible to use cxf to receive SOAP messages with SAAJ ? Thanks, Bashar Glen Mazza wrote: Am Mittwoch, den 31.10.2007, 14:35 -0700 schrieb Bashar Jawad: I have been

Re: Client returns empty string!

2007-10-31 Thread Glen Mazza
Yes. I'm doing so right now. (Truth be told, you don't even need CXF or any other web services stack if you use SAAJ -- it has a SOAPConnection object that will do what you want. But we try to keep that fact a secret so people keep using our product.) Glen Am Mittwoch, den 31.10.2007, 15:31

RE: Client returns empty string!

2007-10-31 Thread Liu, Jervis
Mazza [mailto:[EMAIL PROTECTED] Sent: 2007?11?1? 6:42 To: cxf-user@incubator.apache.org Subject: Re: Client returns empty string! Yes. I'm doing so right now. (Truth be told, you don't even need CXF or any other web services stack if you use SAAJ -- it has a SOAPConnection object