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.  Submitting XML in a String

    Posted 07/14/08 09:07 AM

    Can anybody help me on the code that will invoke a service from a java client and load the XML in a string.


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


  • 2.  RE: Submitting XML in a String

    Posted 07/14/08 05:56 PM

    You can invoke any flow service from java client by using invoke methods but I would rather create a web service and have the java client utilize the WSDL to invoke our service in which you can extract the xml from SOAP envelope and do whatever you want.


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


  • 3.  RE: Submitting XML in a String

    Posted 07/14/08 06:15 PM

    I would suggest a POX over HTTP POST as another approach to consider. Lot’s of info on the web about doing that in Java.


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