This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Getting this error: A CXmlApiException was raised in native code : error 4 : scxmlapi(4) - Missing o

Hello All,


I can't get pass an issue and I'm wondering if I can get some insights from the experts.
I am trying to get the contact information calling the WSDL "http://<server>:13080/SM/7/Contact.wsdl"

The document type is submitting the information below:

<?xml version="1.0" encoding="UTF-8"?>
<RetrieveContactRecord>
<RetrieveContactRequest>
<model>
<instance>
<Email>12345@<domain.org></Email>
</instance>
</model>
</RetrieveContactRequest>
</RetrieveContact>


The error is constantly returning:

"Cause by org.apache.axis2.AxisFault: A CXmlApiException was raised in native code : error 4 : scxmlapi(4) - Missing or invalid XML document"

If anyone can help me with this it would be greatly appreciated.