Hi
I try to create a new customer with web service as follows
However I am not sure which is the correct entity for create
Party or userLogin or others
Programme example:
GenericValue customerValue=delegator.create("Entity
Name",(Map)customerMap);
customerValue.create();
Thanks
