Error Messages/41276
Error text
In the call to SipDecode, the type specified in the XML encoding, "Real", is not recognized. It should be one of "Double", "Single", "Binary", "Integer", or "Float".
Cause
The SipEncode and SipDecode functions handle five types of encoding, as indicated in the error message. You've passed an xml-encoded SIP to the SipDecode function that specifies a type other than the ones mentioned in the error message.
Someone could have make a mistake while manually editing the xml, or the xml could have gotten corrupted.
Remedy
Make sure that the xml being passed to the function is not corrupted. You can also try changing the type in the xml to be one of the recognized types.
See Also
Comments
Enable comment auto-refresher