RE: (500)Internal Server Error

2003-08-14 Thread Jim Harris
Kareem, I have just spend a fair while solving a 500 Internal Server error. For me the problem was that my method used classes that could not be found by axis (I had named the classes incorrectly). I would advise that as a first step you look at your code and figure out which classes are being u

Re: (500)Internal Server Error

2003-08-11 Thread Kareem Ghazal
2003 3:56 AM Subject: Re: (500)Internal Server Error hi, If I am correct, the reason wd be, the methods return type or passing parameters may be different types which not deployed properly in the deployment. U just change the return types and parameters in to simple type

RE: (500) Internal Server Error!? What does this Exception mean...

2003-08-09 Thread Jim Harris
Frank, The information from the Client seems to give the best pointers: > and the Clientapplication: > Tried to invoke method public boolean > indeedsimulation.ws.IndeedsimulationSoapBindingImpl.setFile(java.l ang.String,java.lang.String,javax.activation.DataHandler) throws > java.rmi.RemoteExcep

RE: (500)Internal Server Error

2003-08-08 Thread Hansen, Richard
Is it doc/literal? There is a bug in Axis with doc/literal services with no params. -Original Message-From: Kareem Ghazal [mailto:[EMAIL PROTECTED]Sent: Friday, August 08, 2003 5:13 AMTo: [EMAIL PROTECTED]Subject: Re: (500)Internal Server Error Hello,   I checked the

Re: (500)Internal Server Error

2003-08-08 Thread Jeyakumaran.C
hi, If I am correct, the reason wd be, the methods return type or passing parameters may be different types which not deployed properly in the deployment. U just change the return types and parameters in to simple types and check it. If it works then fine ,prbs with the type mapping and dep