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
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
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