IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Error with pub.client.http using delete method

  • 1.  Error with pub.client.http using delete method

    Posted 12/09/20 02:03 AM

    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.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-io-Integration


  • 2.  RE: Error with pub.client.http using delete method

    Posted 12/21/20 03:08 AM

    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?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration