Re: Issue with AXIS2/C not recognising SOAP 1.1 namespace

2009-01-04 Thread Samisa Abeysinghe
What is your client? Samisa... Nandika Jayawardana wrote: Axis2/C is able to recognise both SOAP1.1 and SOAP1.2 namespaces. One posibility is that, your message's content type and soap namespace does not match and hence the error. If the message is of type soap11, it should have content type t

Re: Issue with AXIS2/C not recognising SOAP 1.1 namespace

2008-12-30 Thread Nandika Jayawardana
Axis2/C is able to recognise both SOAP1.1 and SOAP1.2 namespaces. One posibility is that, your message's content type and soap namespace does not match and hence the error. If the message is of type soap11, it should have content type text/xml while if the message is soap1.2 it should have content

Issue with AXIS2/C not recognising SOAP 1.1 namespace

2008-12-30 Thread Baxi, Rinilkumar (TCS)
Hello, I am working with Axis2/C and have been trying to invoke a service using a client that sends SOAP 1.1 messages. On each try, the Axis responds with 500 Internal Server Error. On debugging, I found that Axis sets the error in the file soapbuilder.c. It compares the incoming SOAP na