Maybe this might help if the subject issue is the same.
Resolution:
This issue is resolved as part of Integration Server Core Fix “IS_9.8_Core_Fix17”.
Fix Details:
PIE-47698
The pub.client:http service does not include a body in requests that use the DELETE method.
It is common practice to qualify HTTP DELETE requests by including query parameters in the URL. While it is not explicitly forbidden to include a body with a DELETE request, most HTTP servers do not support it. The pub.client:http service does not include a body in requests that use the DELETE method, which makes it difficult to communicate with HTTP servers that expect one.
You can now supply a value in the data/bytes input variable to pub.client:http service when the method input variable is DELETE. The service will transmit the value in the body of the request to the remote server. The data/bytes input variable is the only variable that can be used to send a body with DELETE requests. The data/stream and data/mimeStream input variables are not supported with DELETE. If the data/stream or data/mimeStream input variables specify a value when method is set to DELETE, the service ignores data/stream or data/mimeStream.
Note: Handling of the data/args, data/table and data/string input variables has not changed for DELETE. The service appends the input variable values to the URL as query parameters.
#webMethods#Integration-Server-and-ESB