Re: Help on: unspecified internal server error

2009-01-27 Thread Elisei Rotaru
Hello, I get an unspecified internal server error from tomcat running axis2 web service. How can i debug to see what the problem is? Thanks in advance, Elisei 2009/1/23 Elisei Rotaru > Hello together, > > I need a little help from you guys if it is at all possible. I am gettin

Help on: unspecified internal server error

2009-01-23 Thread Elisei Rotaru
Hello together, I need a little help from you guys if it is at all possible. I am getting crazy around here. My problem is as follows. I am acessing a web service from Pubmed (that is an online database for literature in medicine) to fetch for articles, authors and titles. I wrote therefore a Jav

Re: Axis & Tomcat on a server which requires proxy setting

2008-02-06 Thread Elisei Rotaru
i get that error. Greets, Elis On 06/02/2008, Martin Gainty <[EMAIL PROTECTED]> wrote: > > > Please post wsdl and accompanying xsd and the service.xml to group.. > > - Original Message - > *From:* Elisei Rotaru <[EMAIL PROTECTED]> > *To:* axis-user@ws.

Re: Axis & Tomcat on a server which requires proxy settings

2008-02-06 Thread Elisei Rotaru
"Axis 2.x" ? Strange ... On 06/02/2008, Elisei Rotaru <[EMAIL PROTECTED]> wrote: > > Hi again, > > I have now tried to generate axis2 cliend code from the Pubmed WSDL and i > get the following error: > > Caused by: org.apache.axis2.schema.SchemaCompilati

Re: Axis & Tomcat on a server which requires proxy settings

2008-02-06 Thread Elisei Rotaru
what that error means? If i generate a client stub with Axis 1.4 i don't get any errors. Therefore the wsdl file should be ok. Thanks again, Elis On 06/02/2008, Elisei Rotaru <[EMAIL PROTECTED]> wrote: > > Ok. Then i will try to create an Axis2 client and set the proxy you jus

Re: Axis & Tomcat on a server which requires proxy settings

2008-02-05 Thread Elisei Rotaru
Ok. Then i will try to create an Axis2 client and set the proxy you just told me too. Thanks. On 05/02/2008, Michele Mazzucco <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-02-05 at 19:10 +0100, Elisei Rotaru wrote: > > On another matter, can i access axis1 webservice with axis2?

Re: Axis & Tomcat on a server which requires proxy settings

2008-02-05 Thread Elisei Rotaru
t to the options with > > options.setProperty(HTTPConstants.PROXY, proxy); > > > HTH, > Michele > > On 5 Feb 2008, at 16:46, Elisei Rotaru wrote: > > > Hello, > > > > I run an axis2 1.3 webservice on a server which requires proxy > > settings to conn

Axis & Tomcat on a server which requires proxy settings

2008-02-05 Thread Elisei Rotaru
Hello, I run an axis2 1.3 webservice on a server which requires proxy settings to connect to the Internet. I try to access with my webservice an axis1 webservice. And to access this axis1 webservice i have to tell my axis2 webservice that he should connect to the axis1 webservice through a proxy.

Re: Strange Error after invoking a service the second time

2008-02-01 Thread Elisei Rotaru
Hi again, Can this have something to do with the folowing line: INFO - Deploying module: addressing-1.3 Whenever i get this message (that is actually when i try to start a service from another service) all other services are not working any more. I always take Version service as a test. Where d

Re: Strange Error after invoking a service the second time

2008-02-01 Thread Elisei Rotaru
Hi Deepal & others, Thanks for your answer. Actually, i don't know what JIRA is. I looked at their Webpage, but i need to install that software? I will try that later and look how i can create a project, but it seems like i have to get familiar to that before. Meanwhile i found out more about my

Strange Error after invoking a service the second time

2008-01-30 Thread Elisei Rotaru
Hello, I have some big trouble implementing some Axis2 Services. I am relative new in this, and i don't quite get it what i do wrong. Please take some time to read this Mail and help me if you can. This is very important and i didn't get help somewhere else. Thank you! I am using Axis2 1.3 with T