fastbill
13 years agoContributor
Unmarshalling Error
When a "Not SOAP Fault" assertion fails, soapUI often returns this response:
Unfortunately, it gives no indication where the missing integer occurs in the request message.
It would be extremely helpful if soapUI displayed the request line number and character position where it has detected this fault.
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>Unmarshalling Error: cvc-datatype-valid.1.2.1: '' is not a valid value for 'integer'.</faultstring>
</soap:Fault>
Unfortunately, it gives no indication where the missing integer occurs in the request message.
It would be extremely helpful if soapUI displayed the request line number and character position where it has detected this fault.