You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by an...@jnli.com on 2003/09/05 22:32:05 UTC

"Fault/Code not supported by this SOAP version, try SOAP 1.2 or later"

Hello! 

I'm trying to access fields of SOAPFault object. But when I look in the 
debugger on this object, I see the following message among others: 

"Fault/Code not supported by this SOAP version, try SOAP 1.2 or later" 

I don't know why, but SOAPFault is 
com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl type although I have 
SAAJ 1.2 installed. 

Andrey