Hello,
for an Application I need to use the Enterprise Service "Check Customer Quote Creation" of the Bundle Quote to Order for configurable Products. First I tried to use the Service with WSNavigator. I filled out all the fields that must be filled. This means:
Internal BuyerPartyID, (1000)
SalesOrganisationID, (1000)
DistributionChannelCode, (10)
DivisionCode, (00)
ProcessingTypeCode, (SO)
Item -> ProductInternalID, (P-100)
Item -> RequestedQuantity (1)
Item -> SalesUnit (PC)
Now if I want to execute the Service I get various errors about not filled out fields. Like the UUID (in various fields, I even don't know what I would have to fill in here).
Then I tried to use the service directly in WD Java. I created the project and model as usual and initialized the model in the componentcontroller in various ways. But I didn't get this to work. It is absoultely strange that the createblablablaelElement needs a parameter with the model. I have never seen this before in other services. So i ask you: How to initialize and use this service?