Thank you, but what is a handler? how can I create one?
On 7/10/06, robert lazarski <[EMAIL PROTECTED]> wrote:
See HttpResponse . There's a method called addHeader() . You'll probably need a Handler to get access to it. HTH, Robert http://www.braziloutsource.com/ On 7/10/06, Bruno Negrao <[EMAIL PROTECTED]> wrote: > The header I need to set goes here (look at the <====HERE flag): > > POST /pfappspabxutils HTTP/1.1 > User-Agent: Axis2 > SOAPAction: http://172.16.10.103:8080/AgendaPesquisa#AgendaPesquisa > Host: pfdesenv.planetarium.com.br:8080 > Transfer-Encoding: chunked <===== HERE!!!! > Content-Type: text/xml; charset=UTF-8 > > That is outside the xml content. that is the http header... This > chunked encoding doesn't work with my soap server. > > bruno > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
