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

IData string representation from .Net service

  • 1.  IData string representation from .Net service

    Posted Wed October 18, 2006 05:08 PM

    Hi all

    I´m using the .Net WmDotNet package to call .Net services from Integration Server, but parameters returned are returned as a string representation of the specific object.

    e.g. my IData object returned may look like this:

    BasicData:Results=[0]>>>BasicData:cstno=20026658<<<<<<

    Does anyone know why a string representation of the object is returned and how can i convert it to a document?

    Regards
    Mikael


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: IData string representation from .Net service

    Posted Thu October 19, 2006 12:39 PM

    Anyone?

    It seems like the WmDotNet package does not do data marshalling
    (.Net → Java → .Net), which to me seems a bit strange.

    I mean, i must be possible to have an IData object as input to a .Net service, do some processing on it and finally return a new IData object (just like we do in java). :confused: :confused:

    Is there anyone that can confirm this?


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards