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
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
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
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
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,
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
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
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
: (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