Hi All,
I am using axis2/c to build a web service client application, for which I plan
to use rampart/c to provide ws-security support. I understand that rampart/c
uses openSSL to do cryptograph related stuff. My question is, to support
WS-security, does rampart/c requires algorithms IDEA, MDC
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