Hi,
I am using XSOMParser getResults() to parse the wsdl of Organization services using both singleWsdl and wsdl=wsdl0&sdkversion=7.1. I'm getting unresolved reference for the same. The error stack is:
Caused by: java.lang.InternalError: unresolved reference
at com.sun.xml.xsom.impl.parser.DelayedRef._get(DelayedRef.java:103)
at com.sun.xml.xsom.impl.parser.DelayedRef$Type.getType(DelayedRef.java:148)
at com.sun.xml.xsom.impl.ElementDecl.getType(ElementDecl.java:110)
at com.sun.xml.xsom.impl.ElementDecl.updateSubstitutabilityMap(ElementDecl.java:174)
at com.sun.xml.xsom.impl.parser.ParserContext.getResult(ParserContext.java:141)
at com.sun.xml.xsom.parser.XSOMParser.getResult(XSOMParser.java:211)
I have searched online for possible explanation but to no avail.
1. Is there anything else we do for parsing Dynamics WSDL?
I uploaded the same wsdl to SOAP UI and it seemed to be able to parse the wsdl easily. However, I couldn't invoke the any operation.
2. Can someone direct me to any examples for request and response, preferably Retrieve Operation. I was using contact(s) entity.
PS: OAuth connection is verified.
*This post is locked for comments