Hi again,
I'm adding new products to KonaKart throw the WebService API, but I get this error when I try to upload something:
java.rmi.RemoteException: The String parameter called name must be given a value. It cannot be set to null or be left empty
This is part of my code, as you see I insert the parameter called name. I don't know if there is another name I must include:
articulo.setName("Unbelievable");
...
...
...
port.insertProduct(sesion, articulo); ->Error
Thank you in advance
David