Error Messages/41276

< Error Messages
Revision as of 00:04, 25 February 2010 by AManandhar (talk | contribs) (Created page with '= 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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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, SipDecode function handles 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.

Comments


You are not allowed to post comments.