Searched refs:VER12 (Results 1 – 5 of 5) sorted by relevance
41 public static final int VER12 = 120; field in SoapEnvelope122 if (version < SoapEnvelope.VER12) { in SoapEnvelope()185 if (this.version < SoapEnvelope.VER12) { in parseBody()
51 this.version = SoapEnvelope.VER12; in SoapFault12()
162 if (envelope.version != SoapSerializationEnvelope.VER12) { in call()166 if (envelope.version == SoapSerializationEnvelope.VER12) { in call()
148 if (this.version < SoapEnvelope.VER12) { in parseBody()779 writer.attribute(xsi, version >= VER12 ? NIL_LABEL : NULL_LABEL, "true"); in writeProperty()
1692 - //writer.attribute(xsi, version >= VER12 ? NIL_LABEL : NULL_LABEL, "true");1695 + writer.attribute(xsi, version >= VER12 ? NIL_LABEL : NULL_LABEL, "true");2302 // SOAPAction is not a valid header for VER12 so do not add2307 - if (envelope.version != SoapSerializationEnvelope.VER12) {2310 + if (envelope.version != SoapSerializationEnvelope.VER12) {2314 - if (envelope.version == SoapSerializationEnvelope.VER12) {2319 + if (envelope.version == SoapSerializationEnvelope.VER12) {