RE: help AxisFault error dont know how to debug

2007-12-10 Thread Ove Gram Nipen
MrNobody [mailto:[EMAIL PROTECTED] wrote: Ove Gram Nipen wrote: You could try to reach the WSDL document using your web browser, by pointing your browser to the web service endpoint and appending ?wsdl to the url. For instance, if the web service endpoint is

RE: help AxisFault error dont know how to debug

2007-12-07 Thread Ove Gram Nipen
MrNobody [mailto:[EMAIL PROTECTED] wrote: I am getting an AxisFault error like this: org.apache.axis2.AxisFault: An uknown error occured processing this SOAP request when trying to make a WebService call I tried searching for that string and there is nothing on the web. What does

RE: help AxisFault error dont know how to debug

2007-12-07 Thread sietsenicolaas.tenhoeve
Hi, You can turn on logging using log4j. If you set the loglevel to debug you can exactly trace all steps taken by Axis. Good luck, Sietse -Original Message- From: MrNobody [mailto:[EMAIL PROTECTED] Sent: 07 December 2007 15:56 To: axis-user@ws.apache.org Subject: help AxisFault error

RE: help AxisFault error dont know how to debug

2007-12-07 Thread MrNobody
Ove Gram Nipen wrote: You could try to reach the WSDL document using your web browser, by pointing your browser to the web service endpoint and appending ?wsdl to the url. For instance, if the web service endpoint is http://somewhere.com/services/HelloService, you could try to reach

RE: help AxisFault error dont know how to debug

2007-12-07 Thread MrNobody
I am still waiting for the team responsible to get back to me the database, but I am starting to have doubts it is really the cause of the problem I am having in my code, because there is a windows application they provide (this is a third party web service) and it can conenct to it fine... I