You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to magja-...@googlegroups.com
HI Everyone, I am trying to create an order using Java Api, But i am not been able to create a order Using SOAP Api. I am getting the following Exception:
Adding product org.apache.axis2.AxisFault: One item of products do not have identifier or sku One item of products do not have identifier or sku at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:435) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:371) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:417) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:540) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:521) at com.google.code.magja.soap.MagentoSoapClient.call(MagentoSoapClient.java:141) at com.google.code.magja.service.cart.CartRemoteServiceImpl.addProduct(CartRemoteServiceImpl.java:230) at com.citruss.common.TestClass.main(TestClass.java:108) com.google.code.magja.service.ServiceException: One item of products do not have identifier or sku One item of products do not have identifier or sku at com.google.code.magja.service.cart.CartRemoteServiceImpl.addProduct(CartRemoteServiceImpl.java:240) at com.citruss.common.TestClass.main(TestClass.java:108)
although the SKU and ID both are correct. As I Am getting the product using the Java call. Kindly Guide As i am stuck from Last two days.
Thanks in advance.
Fabio Falci Rodrigues
unread,
Nov 27, 2013, 6:34:13 AM11/27/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to magja-...@googlegroups.com
I've the same exception when adding a Product to Cart.