Re: [Axis2] - Error setting SOAP 1.1

2010-02-09 Thread Juan Felipe Alvarez Saldarriaga
Hey. What about if I force the client to be SOAP 1.1? this will change those namepsaces, right? Thanks for any help. On Mon, Feb 8, 2010 at 10:16 PM, Juan Felipe Alvarez Saldarriaga < nebi...@gmail.com> wrote: > Hey Amila. > > Thanks for asking, yes, same libraries in both serve

Re: [Axis2] - Error setting SOAP 1.1

2010-02-08 Thread Juan Felipe Alvarez Saldarriaga
Hey Amila. Thanks for asking, yes, same libraries in both servers, I just copy those from one server to the other, pretty odd eh? Thanks. On Mon, Feb 8, 2010 at 10:07 PM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > > > On Tue, Feb 9, 2010 at 2:26 AM, Juan

[Axis2] - Error setting SOAP 1.1

2010-02-08 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I got some question about Axis2, in one machine when I create a request using Axis2 it creates this request: http://schemas.xmlsoap.org/soap/envelope/";> http://schemas.xmlsoap.org/ws/2002/07/secext"; soapenv:mustUnderstand="1"> http://schemas.xmlsoap.org/ws/2002/0

[Axis2/Java] How can I log the request XML?

2010-01-04 Thread Juan Felipe Alvarez Saldarriaga
Hey! How can I log the latest request XML? I'm using axis2/java and I got a nasty exception about headers, but I don't know how to print/write/etc the xml made by my axis2 implementation, is there a way to do that? Thanks.