MyService cannot be loaded after instantiating JAXBContext: (500)Internal Server Error

2004-01-28 Thread Xiao, Hui
catch(Exception e)     {}          return arg;     } }   When I tested it using the Client program, I got the following error message:          (500)Internal Server Error   Is there anybody who knows how to fix this problem (you can reproduce this problem very eas

(500)Internal Server Error

2003-08-21 Thread Santoshkumar . Jagtap
(500)Internal Server Error faultActor: null faultDetail: null: return code: 500 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"> <HTML> <HEAD> <TITLE>Error 500--Internal Server Error</TITLE> <META NAME="GENERATOR" CONTENT="Web

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

2003-08-14 Thread Frank Schoenau
Hi, i tried to send attachments to the webservice, all looks fine while testing but when i build a new service with more methods i got an Internal Server Error: Log: - Servlet.service() for servlet AxisServlet threw exception javax.servlet.ServletException: Servlet execution threw an exception

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

(500)Internal Server Error

2003-08-14 Thread Kareem Ghazal
I'm deplying a service that has 13 methods that could be called by the client, it's deploying correctly, however it works only for 2 of the methods and gives a (500)Internal Server Error for the other ones, the following is the output for the methods that don't work:   Aug 7,

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
: (500)Internal Server Error I'm deplying a service that has 13 methods that could be called by the client, it's deploying correctly, however it works only for 2 of the methods and gives a (500)Internal Server Error for the other ones, the following is the output for the methods