new to axis

2007-10-04 Thread loredana loredana
Hy guys, I'm new to axis and I am having a small problem understanding even the begining example...ok, so i took the most simple web service from w3 schools: http://www.w3schools.com/webservices/tempconvert.asmx and I tried to make a web service client like the first example presented

Re: new to axis

2007-10-04 Thread loredana loredana
yes :). are you saying the java code is correct and should work? - Original Message From: Philipp Leitner [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 4, 2007 3:24:30 PM Subject: Re: new to axis are you connected to the internet when you run the example

Re: new to axis

2007-10-04 Thread Philipp Leitner
are you connected to the internet when you run the example? /philipp loredana loredana wrote: Hy guys, I'm new to axis and I am having a small problem understanding even the begining example...ok, so i took the most simple web service from w3 schools: http://www.w3schools.com/webservices

Re: new to axis

2007-10-04 Thread loredana loredana
4, 2007 4:08:21 PM Subject: Re: new to axis well, not that I claim to be an expert in Axis 1 (which you seem to be using), but from what I see the code looks OK. Anyway, your exception is pretty obvious - java.net.NoRouteToHostException means - well - that your application cannot reach

Re: new to axis

2007-10-04 Thread Philipp Leitner
: Philipp Leitner [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 4, 2007 3:24:30 PM Subject: Re: new to axis are you connected to the internet when you run the example? /philipp loredana loredana wrote: Hy guys, I'm new to axis and I am having a small problem understanding even

Re: new to axis

2007-10-04 Thread Philipp Leitner
:21 PM Subject: Re: new to axis well, not that I claim to be an expert in Axis 1 (which you seem to be using), but from what I see the code looks OK. Anyway, your exception is pretty obvious - java.net.NoRouteToHostException means - well - that your application cannot reach the host. AFAIK

Re: [Axis2] New to Axis, having problems

2007-08-17 Thread Brian Hendrickson
Charitha, Thank you very much for your kind help. I think I understand better now! Regards, Brian On 8/16/07, Charitha Kankanamge [EMAIL PROTECTED] wrote: Hello Brian, I was able to invoke your service with ADB(Axis data binding, which is the default code generation mechanism). The

[Axis2] New to Axis, having problems

2007-08-16 Thread Brian Hendrickson
Hello, I'm trying to create my first Axis2 application and I'm having a problems. I'm creating a simple service that takes a string and echoes it back to the client. I have generated service and client stubs from a wsdl and filled them in as directed in the User's Guide, and the service builds

Re: [Axis2] New to Axis, having problems

2007-08-16 Thread Lahiru Sandakith
Hi Brian, Actually the problem here is the method that you are trying to invoke here Echo is not accepting the type of the req(of the type echo.Echo) that you are passing as the parameter. Try searching generated stub to find what will be the correct type of the paran that Echo needed to be passed

Re: [Axis2] New to Axis, having problems

2007-08-16 Thread Charitha Kankanamge
Hello Brian, Will you be able to send me your service archive? I'll deploy it and write a client to invoke the service. regards Charitha Brian Hendrickson wrote: Hello, I'm trying to create my first Axis2 application and I'm having a problems. I'm creating a simple service that takes a

New to AXIS

2007-05-08 Thread Babu Eswaramoorthy
Hi All, I am new to axis. I am developing a small demo for my customer and I have to complete in 2 days. Can any one explain me the steps to implement the below service. Or if you have any similar sample can you please send it to me. The web service will have one method xmlstring

Re: New to AXIS

2007-05-08 Thread Glen Mazza
it a few minutes ago.) Glen Am Dienstag, den 08.05.2007, 16:15 +0800 schrieb Babu Eswaramoorthy: Hi All, I am new to axis. I am developing a small demo for my customer and I have to complete in 2 days. Can any one explain me the steps to implement the below service. Or if you have any

Re: new to axis. axis2 transport error

2006-01-30 Thread Saminda Abeyruwan
is Open~ - Original Message - From: Mukherjee, Shuvro To: axis-user@ws.apache.org Sent: Thursday, January 26, 2006 5:39 AM Subject: new to axis. axis2 transport error hi, i am new to webservices and axis2. have started off with the guides and samples from the axis2

Re: new to axis. axis2 transport error

2006-01-26 Thread Deepal Jayasinghe
: Mukherjee, Shuvro To: axis-user@ws.apache.org Sent: Thursday, January 26, 2006 5:39 AM Subject: new to axis. axis2 transport error hi, i am new to webservices and axis2. have started off with the guides and samples from the axis2 distribution. my requirement is to write

new to axis. axis2 transport error

2006-01-25 Thread Mukherjee, Shuvro
hi, i am new to webservices and axis2. have started off with the guides and samples from the axis2 distribution. my requirement is to write webservice clients (connecting to .net webservices)and not webservices themselves. i am trying to put together a very simple client to connect to the