I am trying to generate an external service that you can use in a service flow using the following step by step : ( https://www.ibm.com/support/knowledgecenter/en/SSFPJS_8.6.0/com.ibm.wbpm.wle.editor.doc/topics/textsrvweb.html )
But the following errors occur:
com.ibm.bpm.service.discovery.exception.ws.discovery.NotAbleToUpdateBOException: CWXSD0007E: The NameValuePair business object couldn't be updated. To ensure the business object is updated, discover the external service from the process app or toolkit that contains the business object.
The problem is that the process application is using the System Data toolkit, in which the NameValuePair business object is defined and should not be changed. The external service that we are trying to generate from a URL uses the ibm scheme for that object.