Newbie: Installing Axis2 with Tomcat 5.5.7 for external use (public URL)

2007-09-11 Thread Domico, Kelly O
I apologize ahead of time. This may be a Linux or Tomcat question, but I thought I would see if anyone else had experience with this. I don't have much experience with Tomcat. I don't own the Linux machine that Axis2 and Tomcat are installed on so I have to rely on the admin to restart Tomcat and

Re: Newbie with Axis2

2007-09-04 Thread Tom Holmes Jr.
wish you can use the war distribution so that you can use it with any application server. Thanks, Keith. On 9/2/07, Tom Holmes Jr. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I am a newbie with Axis2, and I have a number of questions

Re: Newbie with Axis2

2007-09-03 Thread Tom Holmes Jr.
. Thanks, Keith. On 9/2/07, Tom Holmes Jr. [EMAIL PROTECTED] wrote: I am a newbie with Axis2, and I have a number of questions, Before you rip off my head and show it to me. let me explain myself first: 1) I have been developing for nearly 20 years, the last 10 have been in Java/J2EE 2) I

Re: Newbie with Axis2

2007-09-03 Thread Amila Suriarachchi
. [EMAIL PROTECTED] wrote: I am a newbie with Axis2, and I have a number of questions, Before you rip off my head and show it to me. let me explain myself first: 1) I have been developing for nearly 20 years, the last 10 have been in Java/J2EE 2) I have used Apache and Tomcat

Newbie with Axis2

2007-09-01 Thread Tom Holmes Jr.
I am a newbie with Axis2, and I have a number of questions, Before you rip off my head and show it to me. let me explain myself first: 1) I have been developing for nearly 20 years, the last 10 have been in Java/J2EE 2) I have used Apache and Tomcat for years. 3) I have used Axis

SAXParseException, newbie problem, Axis2 1.2

2007-07-16 Thread Kelly Beard
I am trying to get my first webservice client going from a vendor-supplied WSDL. I'm not even sure what questions to ask but my client must login to the host before any messages can happen. My login logout routines both give the following message. java.rmi.RemoteException

Re: [newbie] Can Axis2 generate WSDL with simpleTypes?

2006-06-13 Thread Simon
It turns out I can answer my own question :-) Axis2 seems to be generating in WSDL in document/literal wrapped form by default whereas Axis1 did not. Hence all the parameters are getting wrapped. There doesn't seem to be any real mention of this in the migration guide or docs anywhere else,

[newbie] Can Axis2 generate WSDL with simpleTypes?

2006-06-12 Thread Simon
Hello everyone, I have a very simple class: public class Foo { public String bar(String fubar) { return fubar; } } When I give this to Axis2 in a service archive (.aar) configured to use RPCMessageReceiver it creates WSDL which has the String parameter and return value wrapped in

Re: newbie to Axis2

2006-02-02 Thread anshuk pal chaudhuri
-user@ws.apache.org Sent: Wednesday, February 01, 2006 8:30 PM Subject: Re: newbie to Axis2 Ajith, Sorry for the trouble.It must have been some other release which I was using.I downloaded the 0.94 version and its working ok.I have tried the MyService.aar services and its working

Re: newbie to Axis2

2006-02-02 Thread Anne Thomas Manes
:) Thanks,Deepal ~Future is Open~ - Original Message - From: anshuk pal chaudhuri [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, February 01, 2006 8:30 PM Subject: Re: newbie to Axis2 Ajith, Sorry

Re: newbie to Axis2

2006-02-01 Thread anshuk pal chaudhuri
Hi, I have installed axis2 web application but when I am trying to view the Axis Happiness Page using the Validate Link in order to know that whether all the componenets are properly installed or not,its throwing an error. java.lang.NoClassDefFoundError: org/apache/jsp/HappyAxis_jsp (wrong name:

Re: newbie to Axis2

2006-02-01 Thread Ajith Ranabahu
Hmmm... Is this in the 0.94 release ? I'm thinking that it's something to do with the servlet container setup but need more info to confirm. You can try deleting the work directory if you are using tomcat. BTW can you post the details about your servlet container setup, OS and the rest of the

Re: newbie to Axis2

2006-02-01 Thread Ajith Ranabahu
Hmm.. We've checked and verified that all these features are available. Is this surely the 0.94 release ?On 2/1/06, anshuk pal chaudhuri [EMAIL PROTECTED] wrote:yah Ajith,I have got one temporary solution to it.The problemwhat i thot was that the servlet getting created forthe HappyAxis.jsp was

Re: newbie to Axis2

2006-02-01 Thread anshuk pal chaudhuri
Ajith, Sorry for the trouble.It must have been some other release which I was using.I downloaded the 0.94 version and its working ok.I have tried the MyService.aar services and its working fine.The wsdl is also generated properly.But the wsdl that is generated is compliant to 1.1. Axis 2 supports

Re: newbie to Axis2

2006-02-01 Thread Eran Chinthaka
Hi Anshuk, We have a WSDL 2.0 compatible object model, but we do not support WSDL 2.0 serialization yet. We are waiting for Wooden to finish that and to integrate that with Axis2. -- Chinthaka anshuk pal chaudhuri wrote: Ajith, Sorry for the trouble.It must have been some other release

Re: newbie to Axis2

2006-02-01 Thread Deepal Jayasinghe
is Open~ - Original Message - From: anshuk pal chaudhuri [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, February 01, 2006 8:30 PM Subject: Re: newbie to Axis2 Ajith, Sorry for the trouble.It must have been some other release which I was using.I downloaded the 0.94

newbie to Axis2

2006-01-30 Thread anshuk pal chaudhuri
Hi, I have deployed the sample web services of Axis2 (userguide:example) on Tomcat. But after deploying teh web service how do I view the dynamically generated wsdl like the way we used to do in case of Axis 1.x? Regards, Anshuk __ Do You Yahoo!?

Re: newbie to Axis2

2006-01-30 Thread Deepal Jayasinghe
~Future is Open~ - Original Message - From: anshuk pal chaudhuri [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, January 30, 2006 7:16 PM Subject: newbie to Axis2 Hi, I have deployed the sample web services of Axis2 (userguide:example) on Tomcat. But after deploying teh