souheil - Monday, November 29, 2010 11:46 PM:
I created a new ItemType using IOM API. The itemtype is created correctly and I can access it from within innovator. When I use nash and applAML to get the item I get the error below. Any help is great.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault"><faultcode>0</faultcode><faultstring>No items of type Factory found.</faultstring><detail><af:legacy_detail>No items of type Factory found.</af:legacy_detail><af:legacy_faultstring>No items of type 'Factory' found using the criteria:
<Item type="Factory" action="get" />
</af:legacy_faultstring></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Brian - Tuesday, November 30, 2010 5:31 AM:
Souheil,
We would need to see the Nash script that you are using and also know what the Item type you are trying to retrieve is called.
Cheers,
Brian.
souheil - Tuesday, November 30, 2010 2:51 PM:
Brian,
Thanks for the response. I was able to solve the issue by creating one item of the specific itemtype.
Thanks again.