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
Expand all | Collapse all

Testing webservice with java objects as input

  • 1.  Testing webservice with java objects as input

    Posted Wed March 03, 2004 04:48 AM

    I created RPC WSDLS with inputs and outputs of java objects (i.e. new document=object rather than string). I then constrain the type to date, long, boolean, etc.

    As an example, the input for web service A is identifier (object=character), and timestamp (object=dateTime).

    How can I test this service? If I create a web service connector, I can’t enter values as inputs b/c they are objects and not strings.

    Second part of the question…when I receive the two objects, what service is ran to convert them to strings so I can do things within the service?


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


  • 2.  RE: Testing webservice with java objects as input

    Posted Wed March 03, 2004 06:10 PM

    create a flow service, it takes your input and convert into object using built-in webMethods service and call your web service.


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