Custom Data Type representation in Service WSDL

Posted by nuri.besen on 05-Apr-2015 23:22

I created a custom data type, called GenderType. I used it in my vocabulary, rule sheet and rule tests. Then deployed it to my local server. But when inspecting the WSDL, I could not see the type definition that I expected as below.

Did I miss some flag to be check? I read about strict checking to be disabled for studio testing but to be enabled for prod deployment. 

<s:simpleType name="GenderType">
<s:restriction base="s:string">
<s:enumeration value="M" />
<s:enumeration value="F" />
</s:restriction>
</s:simpleType>

All Replies

Posted by Jan Krishnamurthy on 06-Apr-2015 12:20

What is the Corticon version used ?

Posted by nuri.besen on 06-Apr-2015 21:24

v5.4.1.3

This thread is closed