Sever session

2004-03-06 Thread Felipe Palma Dias
Hello.   The apache-soap server session is defined by java thread session (Thread.currentThread())?    ---Felipe F. Palma Diashttp://geocities.yahoo.com.br/palmadias/Yahoo! Mail - O melhor e-mail do Brasil. Abra sua conta agora!

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
Eric You will not that running their demo http://www.webservicex.net/TranslateService.asmx/Translate?LanguageMode=Germ an&Text=Hello causes The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.

Re: My java client always returns (null)

2004-03-06 Thread Eric Carlson
Hi again, and thanks very much for your help! I took another tack. Because I know I'm getting a response from the server, I tried to compare what I'm sending with what their website says the service expects. I ran a http port sniffer and its like this: What I'm sending: POST / HTTP/1.0 Host: loc

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
Eric: You need code at the Server end to process the WSDL I would need to see that code -Martin - Original Message - From: "Eric Carlson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 9:47 AM Subject: Re: My java client always returns (null) Nothing about my

Re: My java client always returns (null)

2004-03-06 Thread Eric Carlson
Nothing about my newbie attempts at SOAP is a dumb question !!! Do you mean where does it actually live? If so its here: http://www.webservicex.net/WS/WSDetails.aspx?CATID=12&WSID=63 On Sat, 6 Mar 2004 09:35:53 -0500, you wrote: >I'll ask the dumb question >Where is the code for TranslateServic

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
I'll ask the dumb question Where is the code for TranslateService.asmx? -Martin - Original Message - From: "Eric Carlson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 9:32 AM Subject: My java client always returns (null) Hi, Sorry for the long post ;-) I ha

My java client always returns (null)

2004-03-06 Thread Eric Carlson
Hi, Sorry for the long post ;-) I have (honestly!) been trying hard to get as simple a java client going for a sexy looking webservice I've seen at xmethods but with no joy. It seems to connect but always returns null. If its ok, I'd like to show the wsdl and my java sources please? So if anyone h