Re: Setting HTTP Headers in SOAPMessage

2009-07-23 Thread Marsman
...are you in the right thread?? Neil Meyer-2 wrote: > > Hi, > > I have a problem that I really can't seem to resolve. > Neil Meyer > > > -- View this message in context: http://www.nabble.com/s2-and-default-locale-language-tp24623075p24624299.html Sent from the Struts - User mailing l

Re: Setting HTTP Headers in SOAPMessage

2009-07-23 Thread Paweł Wielgus
Hi Neil, You can try to use Axis as as a web services client. Best greetings, Paweł Wielgus. 2009/7/23 Neil Meyer : > Hi, > > I have a problem that I really can't seem to resolve. I have downloaded some > code from code Ranch called SAAJClient. This is now part of my struts > project. I receiv

Setting HTTP Headers in SOAPMessage

2009-07-23 Thread Neil Meyer
Hi, I have a problem that I really can't seem to resolve. I have downloaded some code from code Ranch called SAAJClient. This is now part of my struts project. I receive data from a client on my web which I then have to post through to a different client via webservices using javax.xml.soap.*