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.  EntireX XML Gateway

    Posted Fri November 07, 2003 03:10 PM

    Just a simple question,

    Can I use the EntireX XML Gateways only with Communicator without use Mediator?

    or

    calling it as web services from my own application Without a middleware?

    Thanks…


    #webMethods
    #EntireX-XML-Adapters
    #Mainframe-Integration


  • 2.  RE: EntireX XML Gateway

    Posted Fri November 07, 2003 03:37 PM

    Yes, the EntireX XML Gateways do not need the Mediator

    Yes, you can invoke an EntireX XML Gateway from say a VB or .net pgm, provided you use the SOAP protocol. You also need to have an appserver like JBoss or WebLogic under which the EntireX XML Gateways are deployed.

    Jon


    #EntireX-XML-Adapters
    #Mainframe-Integration
    #webMethods


  • 3.  RE: EntireX XML Gateway

    Posted Fri November 07, 2003 03:50 PM

    Hi Euridici,

    when referring to the XML Gateways I assume you are referring to the XML Gateways that is provided with EntireX XML Mediator? These gateways (Email, Orchestrator Transformer, Broker, XML Wrapper, FTP, HTTP and SOAP) are intended for use with Mediator. Mediator uses these gateways to communicate with the external world and thus these gateways are invoked from within a sequence.

    So if I understand your question correctly, you want to know whether it is possible to expose your application as a web service by using one of these gateways (maybe the SOAP gateway)?

    I don’t think it is possible to invoke the SOAP gateway, for example, or any of the other gateways without invoking a sequence and thus using Mediator.

    I hope this answers your question.

    Regards
    Theo


    #webMethods
    #EntireX-XML-Adapters
    #Mainframe-Integration


  • 4.  RE: EntireX XML Gateway

    Posted Fri November 07, 2003 03:53 PM

    And again I learn something new!! Thanks for the response Jon. Do you have any example code that I can have a look at?

    Theo


    #Mainframe-Integration
    #webMethods
    #EntireX-XML-Adapters


  • 5.  RE: EntireX XML Gateway

    Posted Fri November 07, 2003 04:32 PM

    Hi Theo

    Just to avoid confusion, the EntireX XML Gateways (Adabas, RDBMS, Communicator, …) can be used standalone. The Mediator Gateways (Email, Orchestrator Transformer, Broker, XML Wrapper, FTP, HTTP and SOAP) are Mediator components.

    I have some .net code that uses an EntireX XML Gateway. Is that what you want?

    Its actually not difficult. .net does the hard part because it will use the .wsdl from the EntireX XML Gateways and build the necessary input and output structures.

    Jon


    #EntireX-XML-Adapters
    #webMethods
    #Mainframe-Integration


  • 6.  RE: EntireX XML Gateway

    Posted Fri November 07, 2003 05:10 PM

    Thanks for clarifying Jon.

    I will give it a shot.

    And now for that long overdue second cup of coffee! :wink:

    Theo


    #webMethods
    #EntireX-XML-Adapters
    #Mainframe-Integration


  • 7.  RE: EntireX XML Gateway

    Posted Mon November 10, 2003 06:09 PM

    I was talking about EntireX XML Gateways(Adabas, RDBMS, Communicator, …)

    Thanks Theo and Jon for your answer.


    #webMethods
    #Mainframe-Integration
    #EntireX-XML-Adapters