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
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
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