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.

 View Only
  • 1.  Invoking Flow Service From .Net

    Posted Tue July 06, 2010 02:42 PM

    Hi All,

    I am trying to invoke webmethod through .net 2005.
    We have Integration Server on another machine and on our machine only developer is installed. I have installed “webMethods add‐in for Microsoft
    Visual Studio .NET” on my machine. I we can see in Developer that there are some existing .net services already added on IS.

    To invoke concate Service from my .net assembly i Generate the code for concate service, but it needs to add 2 references CGUTIL.dll and wmClientAPI.dll. I found wmClientAPI.dll in my webMethods folder but I am not able to find CGUTIL.dll. Can anybody tell me where i can found this dll.

    Thanks and Regards,
    Mayur


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Invoking Flow Service From .Net

    Posted Tue July 06, 2010 03:46 PM

    Might I suggest not using the add-in and instead invoke the service using plain HTTP instead? Or using a web service interface?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Invoking Flow Service From .Net

    Posted Mon November 08, 2010 07:01 PM

    Hi All,

    If one of the TP invoking the flow service directly and sending data in string format . how we handle that data?

    Thanks in advance


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Invoking Flow Service From .Net

    Posted Mon November 08, 2010 07:56 PM

    It depends on exactly how they are “invoking the flow service directly.” Are they using the IS client API? XML over HTTP POST? CSV over FTP? URL parameters on an HTTP GET? If you can provide additional information about what the TP is doing we can provide details on how to handle it.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Invoking Flow Service From .Net

    Posted Tue November 09, 2010 03:18 AM

    Hi,

    They are sending xml data by the HTTP post .

    Thanks
    Abhishek


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 6.  RE: Invoking Flow Service From .Net

    Posted Tue November 09, 2010 04:41 PM

    If they are setting the content-type header to text/xml, then your service will be invoked with a *node object in the pipeline. Refer to the “XML Services Developer’s Guide” which you can find in _documentation/Developer/Guides in your installation or at techcommunity.softwareag.com/ecosystem/documentation


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB