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.  Release character not considered by ConvertToValues

    Posted 11/25/04 02:35 PM

    I am using webMethods 4.0.1 integrated with SAP Business Connector. I am facing a problem with ConvertToValues service from WmEDI package. It is not considering the release character while converting an EDI String to EDI Values record. e.g. if we are using ‘:’ as delimiter and ‘?’ as release character, then an input string “abcd?:efgh” should be converted to a single field “abcd:efgh”. But ConvertToValues parses it into two fields “abcd?” and “efgh”. Any suggestions ?

    • Kiran

    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 2.  RE: Release character not considered by ConvertToValues

    Posted 11/26/04 06:57 AM

    Hi Kiran,
    I too had the same problem but found a work around for this.
    Try this way out. In your Flat File Schema give the Quoted release character also as ? along with release character as ? and then check out. Atleast it worked for me. Can anyone throw more light on this cause documentation says release character is enough.

    Regards,
    Pradeep.


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Release character not considered by ConvertToValues

    Posted 11/26/04 07:14 AM

    Hi Pradeep,

    Thanks for your comments. The thing is, the schema which is being used is not of the flat file but the one for EDI Standard messages. So I wonder how can we find workaround for this.

    Thanks and regards,
    Kiran


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Release character not considered by ConvertToValues

    Posted 11/26/04 09:37 AM

    Hi Kiran,
    Yeah there is a work around for EDI File as well. In wm.b2b.edi:convertToValues service you explicitly set the delimiters in the serviceIn. There itself you set the release character also. Remember you have to set all the delimiters there not only the release character. I have tried this out and is working fine for me.

    Regards,
    Pradeep.


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Release character not considered by ConvertToValues

    Posted 11/30/04 04:19 AM

    Hi Pradeep,

    Could you please confirm which version of Business Connector or webMethods you are testing with.

    Thanks
    Surresh


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Release character not considered by ConvertToValues

    Posted 12/01/04 06:19 AM

    Hi Suresh,
    Sorry for the late reply. I am using 6.1 Version of webMethods.

    Regards,
    pradeep.


    #webMethods
    #Integration-Server-and-ESB
    #edi