Hello,

I got some real problem in setting the SOAPAction in the MimeHeader with the SAAJ implementation.

Here is what is send to my webservice server in the http header: (including the cariage return...)

SOAPAction :  "Authenticate",
                              Authenticate

so my server is not recognising my service... as he expected only "Authenticate" as the SOAPAction.


I set this with here in my code:

message.getMimeHeaders().addHeader("SOAPAction", "Authenticate");


I was working well with axis alpha, but I got this bug with all of the beta release, including the latest nightly build.



Does someone has ever get that error? Or have a solution?

Thanks for your help
Hugo









----------------- Disclaimer/Avertissement -----------------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed.  Views expressed are 
those of the author and not necessarily those of Air Canada or its subsidiaries.  Any 
unauthorized use or disclosure is prohibited.  Please notify the sender if you have 
received this email in error. Thank you for your co-operation.

Le présent courriel et, s'il y a lieu, ses pièces jointes constituent des 
renseignements confidentiels et destinés au seul usage de leurs destinataires, qu'il 
s'agisse de particuliers ou d'organismes. Les opinions qui y sont exprimées sont 
celles de l'auteur et ne correspondent pas nécessairement à celles d'Air Canada ou de 
ses filiales. Il est interdit d'utiliser ou de divulguer ces renseignements sans 
autorisation. Si vous avez reçu ce courriel par erreur, veuillez communiquer avec son 
expéditeur. Nous vous remercions de votre collaboration.
-------------------------------------------------------------

Reply via email to