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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Recursive occurance of a java object

  • 1.  Recursive occurance of a java object

    Posted Thu December 11, 2008 08:37 AM

    Hello All,

    I am pretty new to webMethods. I have a web services implementation with WSDL and trying to migrate to web methods platform. I am facing problem in mapping the java object type to web methods document type.

    Example,

    the “web services call” has a following method -

    createsubsystem( Service mServiceObject)

    the Service Object looks like following –

    class Service
    {


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Recursive occurance of a java object

    Posted Mon December 15, 2008 05:04 PM

    Hello,
    If service and subservice are of the same type, why would you consider the recursive expansion to a problem? How would you like to expansion to occur as? You may want to specify a second document type that is also a service but does not contain a subservice if that is what you want:

    Service1
    -field1 (type field)
    -field2 (type field)
    -Subservice (type Service2)

    Service2
    -field1 (type field)
    -field2 (type field)

    That will not cause recursive expansion to be seen. Is that what you are trying to achieve? Good day.

    Yemi Bedu


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB