Hi there,

  I have a strange question, it smells like a hack
to me. I must implement somekind of load control mechanism
into my service, meaning that I must not accept any
kind of requests under some circumstances (overload). 
This means that I have to able to send back an HTTP 
error on the HTTP servlet response stream. Can I do that ? I know
that the response stream is inside the Message somewhere as
a property, but what happens if I send back an error
on that stream ? I saw in the source that the AxisServlet
tries to write the response stream anyway.
  Normally the messagcontext would expect me to build
a SOAP response, but in this case the incoming request
must not even reach my service, it should be returned before.
  Is there any way to solve this in a handler ?

  I'm still a newbie in Axis, please have mercy and don't
say that it was a stupid question. :) Thanx, Geza



  BTW, is there any description of WSDD somewhere ? I
still could not find any.


Reply via email to