Hi
For testing from soap UI your endpoint should look in below format .
So once WSDL is imported edit the endpoint to add Message Id part.
or
this piece of code will generate random UUID in soap UI ${=java.util.UUID.randomUUID()}.
For testing from SAP you need to follow the steps put in my previous response.