Hello everyone,
Recently I've built a WS integration in my Idempiere plugin, but in my automated test I've received this error:
<Error>Web service type COF_CreateRequest0: invalid parameter RecordID</Error>
Then I created manually a XML request for SoapUI test (without a RecordID tag), and I've received the same error, in my Create, CreateUpdate methods.
My question is... If RecordID is not a regular parameter in Create method, and I still receive "invalid parameter" error (and thats right). But I dont have a RecordID in my XML request file. The Idempiere WS needs the RecordID tag, with a default value who makes the system ignore the tag value in server or not?
Thanks :D