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

DEVELOPERS FORUM - access itemtype from nash

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:
&lt;Item type="Factory" action="get" /&gt;
</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.