On 08/02/2013 13:02, Daniel Kulp wrote:
These are just used internally. They the fault/exception is written out on the wire, the protocol maps those into whatever is appropriate for that protocol. If it's soap 1.1, it would end up with the 1.1 namespace. If it's 1.2, it would use the 1.2 namespace.
Ah, thanks.
The problem I had is that I was trying to add additional "sub fault codes", as designed for "Client.Authentication" in the SOAP 1.1 spec. That doesn't work with the SoapFault QNames, but also doesn't seem to be compatible with SOAP1.2 (reading that spec for the first time, I only work with 1.1).
Jim
