Hi,I am the beginner to use this mailing list,so,any mistakes that I made,I
hope I can be forgiven.
I have a problem when I using apache-axis2-1.1.1,the web service my team
developed will be accessed by other client,although we provided the wsdl to the
client,but errors may also exist with the format of the soap message.
I choose the wsdl:types elements out and form the xsd schema file(.xsd),and
then use it to validate the soap message(Which is an OMElement object).
Now I want to ask whether there is a flag that I can configure to make
axis2 validate the soap message against wsdl for me automatically?
Thanks so much!