Gents,
Did a call to AttributeRemoteService.getByCode("String") and it failed with "invalid path".
Following code:
ProductAttributeRemoteService attributeService = RemoteServiceFactory
.getProductAttributeRemoteService();
ProductAttribute pa = attributeService.getByCode("manufacturer");
Is that an uncomplete method or am I missing something?
If I use the listAllAttributes method it all goes fine, but requesting a thousand attributes for one single value is a bit unnecessary. :)
Regards,
Sven