Soap Error : Attribute xmlns must be declared
The foll is a code fragment in an xml
<SOAPVerifierConfig
xmlns="http://www.ibm.com/xml/soap/#SOAPSignature"
xmlns s="http://www.w3.org/2000/09/xmldsig#"
xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12">
When i build the project , i get the following error at thelocation of the above piece of code
1.Attribute "xmlns s" must be declared for element
type "SOAPVerifierConfig". cl-ver-config.xml
2.Attribute "xmlns:SOAP-SEC" must be declared for element
type "SOAPVerifierConfig". cl-ver-config.xml
3.Attribute "xmlns" must be declared for element
type "SOAPVerifierConfig".cl-ver-config.xml
I have both soap.jar and soap-sec.jar in my build paths..
Can anyone help pls
Thanks in advance
|