Error with pub.client.http using delete method

Good day.

I’m trying to make my REST (DELETE type) service working but unable to and got below error message after calling pub.client.http service

“Could not run http’
com.wm.app.b2.server.ServiceException:java.lang.NoSuchMethodError: com.wm.net.HttpContext.del(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;”

Here’s my input to pub.client.http service:

url: https://.[some url here]…/API/v1/users/testuser1/factors/123141

method: delete

loadAs: stream

headers
Accept: application/json
Content-Type: application/json
Authorization: SSWS [some key here]

useJSSE: Yes

Am I missing something? note: url and other details are verified correct as I was able to use those in my POST services.

Hi BG,
It looks like some issue with wm-isclient.jar mismatch . Can you please check the whether the designer and IS has the latest fixes installed?