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
  • 1.  How to implement Flow Service base RESTfull style

    Posted 01/19/14 11:40 PM

    Hi everyone,
    I have multi Flow Services which wrote in SOAP style, now I want to rewrite that service flow RESTfull style. I read REST_Developers_Guide, but this document not show how to implement.
    Can you show me how to implement or introduce me the link or document resolve my problem? ( I using my web method 8.2)
    Thanks everyone!


    #API-Management
    #webMethods
    #soa


  • 2.  RE: How to implement Flow Service base RESTfull style

    Posted 01/20/14 05:09 PM

    REST developer’s Guide provides enough detail for implementation. You may want to read it a few times.
    If you have specific question on specific problem, you can post here.


    #webMethods
    #soa
    #API-Management


  • 3.  RE: How to implement Flow Service base RESTfull style

    Posted 01/20/14 10:25 PM

    Hi Tong Wang,
    In SOAP style, I have a flow service - getCustomer. this service have 3 param: customerCode, customerName, Age.
    In REST, there are many ways to call service. Example:
    GET http://localhost:5555/rest/customers => get All Customer
    GET http://localhost:5555/rest/customer/$id => get Customer by ID
    GET http://localhost:5555/rest/customer?customerCode=:1&customerName=:2&Age=:3 => get Customer by param
    So In REST style, I have to write at least three flow service, but I don’t know how many flow services is enough for REST in this context?
    Can you tell me how to do? I’m new member in both webMethods and REST.
    Thanks!


    #webMethods
    #API-Management
    #soa


  • 4.  RE: How to implement Flow Service base RESTfull style

    Posted 01/23/14 12:02 AM

    Hi Tong Wang,
    Do you understand my question?


    #API-Management
    #soa
    #webMethods


  • 5.  RE: How to implement Flow Service base RESTfull style

    Posted 01/25/14 12:03 AM

    Hi everyone,
    Can you help me slove my problem?


    #webMethods
    #soa
    #API-Management


  • 6.  RE: How to implement Flow Service base RESTfull style

    Posted 02/08/14 05:56 AM

    Hi everyone,
    With method GET, now I resloved my problem for myself. But with POST and PUT, I don’t know how to do. The flow service which generate by IS only 2 parameter (resoureID and path) while I need insert/update many field of CustomerInfo (Name, code, age, gender, …).
    Can you help me?


    #webMethods
    #API-Management
    #soa


  • 7.  RE: How to implement Flow Service base RESTfull style

    Posted 02/08/14 10:44 AM

    @Trong,

    I am not experienced in implementing REST service.

    REST development is more sort of design based on business requirements than technical implementation.

    If you have requirement of all the mentioned conditions, you need to develop all three. I think you have answered your question yourself.

    I like listen from other experts on it. :roll:

    HTH.

    Thanks,
    Rankesh


    #webMethods
    #API-Management
    #soa