Optional Parameter not working for integer in SOAP API (Publish)

0
Hello Experts,   I am trying to expose a SOAP API which has integer(AGE) parameter as a input where I have enabled optional a true but when I tried testing the same in SOAP UI it shows me an error.   Error : <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header/><soap:Body><soap:Fault><faultcode>Client</faultcode><faultstring>cvc-type.3.1.3: The value '' of element 'AGE' is not valid.</faultstring></soap:Fault></soap:Body></soap:Envelope>   For string it’s working as expected for Integer it’s not working properly.   Answers are really much appreciated!
asked
0 answers