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.  webMethods add-in for Microsoft Visual Studio .NET

    Posted Thu September 29, 2011 05:12 PM

    Hi WmUsers,
    Having issues while installing “webMethods add-in for Microsoft Visual Studio .NET” in Visual studio 2008 sp1.

    Downloaded and installed webMethodsAddInSetup2008.msi on my local machine. Now I can see “webMethods add-in for Microsoft Visual Studio .NET” option under Tools tab in VisualStudio 2008.
    But when I click on “webMethods add-in for Microsoft Visual Studio .NET” it pops message “Info(toString):System.Runtime.InteropServices.COMException” blah… blah… and then another pop up
    “error: Invalid class string (Exception from HRESULT:0x800401F3(CO_E_CLASSSTRING)”.
    Attached the screen shots of the error messages

    Any suggestions on how to get around this?

    My goal is to generate C# client code to invoke flow service on IS

    IS version 8.2
    Microsoft Package Version 7.1.0.0.6

    Thanks,
    Suresh
    exception.jpg


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: webMethods add-in for Microsoft Visual Studio .NET

    Posted Thu September 29, 2011 05:52 PM

    I can’t help with your query directly but might I suggest you consider a different approach where the C# app calls the a service on IS using SOAP or POX over HTTP post. That will be more familiar for other C# developers and won’t tie you to a proprietary communication path.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: webMethods add-in for Microsoft Visual Studio .NET

    Posted Thu September 29, 2011 08:21 PM

    Thanks for the response Reamon.
    Do you mean to expose the IS service as webservice and call it using SOAP over HTTP?
    But the requirement is to pass ‘serviceName’ as input parameter to the C# executable/code, and based on the input parameter the IS service should be invoked. I can not expose each service on IS as a different webservice.

    We have a 3rd party tool (controlM) on which the Jobs are scheduled. For ex below is the scenario where the steps are to be executed in order.
    Step1 - ControlM executes JobA until completion on webMethods, then
    Step2 - ControlM executes JobB until completion on a system other than webMethods , then
    Step3 - ControlM executes JobC until completion on webMethods,
    Please let me know if it is not clear


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: webMethods add-in for Microsoft Visual Studio .NET

    Posted Thu September 29, 2011 11:51 PM

    Exposing each service as a web service is but one option.

    Another, which should fit your plan to invoke things from Control-M, is to call using http post or get.

    A service can be called via HTTP using an URL like:

    [url]http://rubicon:5555/invoke/purch/postOrder[/url]

    Depending upon the inputs accepted by the IS service you can use get or post. If post is used be sure to set the appropriate content-type. The XML Services Developer’s and Flat File Schema Devloper’s guides touch on how to do posts.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: webMethods add-in for Microsoft Visual Studio .NET

    Posted Fri September 30, 2011 10:38 PM

    Not sure how exactly the Control-M works. But definitely sounds like an option. Even in this case there needs to be a logic implemented to dynamically generate the http urls
    [url]http://rubicon:5555/invoke/serviceA?paramA1=x[/url]
    [url]http://rubicon:5555/invoke/serviceB?paramB1=y&paramB2=z[/url]

    The client here is .Net shop so at some point I will need to figure the issue with plug in too.

    Thanks again for your help


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 6.  RE: webMethods add-in for Microsoft Visual Studio .NET

    Posted Tue June 02, 2015 08:30 PM

    From where can we download webMethods for Microsoft Plug-in? Is it on the SAG website or Microsoft.?

    I want to write dot net libraries using webMethods. Can someone help to get the required files downloaded to write dot net code using webMethods ?


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards