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.  XML-Adapter with RPCservice invocation

    Posted 07/08/03 02:28 PM

    Does anyone have an example using the RPCservice
    constructor instead of XMLadapter. I must support a natural security logon which is not supported by the XML-adapter.


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 2.  RE: XML-Adapter with RPCservice invocation

    Posted 08/19/03 11:35 PM

    Both the class XMLAdapter and the class RPCService are the wrong classes to look for.

    Check the class XMLRPCService which is a subclass of RPCService. There is an example called XMLInvokeRPC.java which shows the usage.

    Kind regards,
    Rolf

    [This message was edited by Helmut Bauer on 27 Aug 2003 at 10:20.]


    #webMethods
    #EntireX
    #Mainframe-Integration