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

odata service

  • 1.  odata service

    Posted 11/28/16 05:46 AM

    Hello Experts,

    I have created a sample ODATA service. I could see the xml structure populating for all odata entities created in the namespace.

    Could you please guide me how to test the ODATA service? I am not able to call the service either.

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: odata service

    Posted 06/08/18 09:03 AM

    Hi All,

    Does anyone consumed OData service in webMethods?. If so please share the steps which are required for the same?


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: odata service

    Posted 06/08/18 11:09 PM

    What is your IS version?

    You can create OData service using an external source type Refer “Creating an OData Service Using an External Source Type” from service dev guide.

    Do you have an OData service provider? Provide more details to suggest you some more info.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: odata service

    Posted 06/11/18 02:50 AM

    We are using 9.12 version.

    Can you post the steps?


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: odata service

    Posted 06/11/18 02:52 AM

    Steps are straightforward, refer the docs. Provide the details about your OData service provider, is it a db or sap system?


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: odata service

    Posted 06/11/18 03:45 AM

    Thanks Mahesh.

    We are trying to integration with SAP system using OData service.

    Sample URL: http://sap_host_name:port_no/sap/service_name/set_name(parameter1=‘abc’,parameter2=123)?format=xml


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: odata service

    Posted 06/11/18 09:17 AM

    AFAIK, you must be able to consume the OData service SAP, in this case, make sure OData enabled external source type is configured to Integration Server with a valid connection.

    Another option is to call the OData service (similar to Rest) by the client:HTTP.


    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: odata service

    Posted 06/11/18 09:58 AM

    Thanks Mahesh.

    I have created an “OData Service using an External Source Type” with valid JDBC connection only. There is no option to select SAP connection while creating Odata service using above option.
    I have to integrate with SAP system only and I have the service provider URL.

    Provider URL : http://sap_host_name:port_no/sap/service_name/set_name(parameter1=‘abc’,parameter2=123)?format=xml


    #webMethods
    #Integration-Server-and-ESB


  • 9.  RE: odata service

    Posted 06/15/18 02:25 AM

    AFAIK, OData feature provided by wM is not quite matured, you cannot consume the URL (like we do for WS-WSDL), if you are unable to use the SAP connection as an external source then only option left is to write wrapper services using client:http (_get,_post,_put,_delete)

    Not sure if others have any idea, but lets wait and watch.


    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: odata service

    Posted 03/23/19 07:17 AM

    Could you please anyone confirm, what settings we need to have an entity with external source type as SAP. We are in 9.12.

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 11.  RE: odata service

    Posted 09/01/20 07:38 PM

    Hi Sasanka,

    were you able to create ODATA service in 9.12 ?


    #webMethods
    #Integration-Server-and-ESB


  • 12.  RE: odata service

    Posted 09/02/20 03:29 PM

    Amit,

    Were you facing the same issue on v9.12?

    As @Mahesh suggested,have to tried connecting target system SAP ODATA API via Rest service and still no luck?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods