Getting DataType using the QName

I have a valid QName, with localPart and namespace set correctly. I can see it when I debug the code in Eclipse.
I tried to use typeService.getTypeByQualifiedName() to get the DataType, and passed the QName object to it.

But, it returns null. I think the API should have returned me a valid DataType object instead of null.
Can anyone confirm if this API is working? It is a part of Public API and it is not deprecated.

OriginalPostID-232643

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data