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
  • 1.  DSP invoke statement

    Posted Mon November 05, 2007 12:52 PM

    I have written a DSP code like this, but in output its displaying the code of invoke instead of results.

    %invoke DSP_Example:tn_info% %loop results% %end% %end%
    SENDER ID RECEIVER ID ROUTINGSTATUS
    %value SENDERID% %value RECEIVERID% %value ROUTINGSTATUS%

    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: DSP invoke statement

    Posted Mon November 05, 2007 03:55 PM

    Kartik,

    you are missing endloop,endinvoke in your code.

    It should be for example:

    %invoke /folder1.folder1_2/serviceB%
    %loop Products%
    %value Product/Name%

    %value Product/ProdID%

    %endloop%
    %endinvoke%

    HTH,
    RMG


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: DSP invoke statement

    Posted Mon November 05, 2007 03:59 PM

    hi thanks for the reply,
    I have tried with %endloop% and also %endinvoke% but its failing.
    It is showing the code instead of result.

    Is there anything to be added?


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 4.  RE: DSP invoke statement

    Posted Mon November 05, 2007 04:36 PM

    Kartik,

    Did you reviewed the DSP documentation?

    Also check this topic its the similar issue,
    [URL=“wmusers.com”]wmusers.com

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 5.  RE: DSP invoke statement

    Posted Wed November 07, 2007 01:36 AM

    Hi

    All the webMethods Administration pages(http://yourhost:5555) are written in DSP . You can refer them as examples to understand the usage of DSP tags .

    Thanks
    Srini


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 6.  RE: DSP invoke statement

    Posted Wed November 07, 2007 03:34 PM

    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 7.  RE: DSP invoke statement

    Posted Wed November 07, 2007 03:36 PM

    got the solution thanks for everyone…:happy::happy::happy:


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 8.  RE: DSP invoke statement

    Posted Wed November 07, 2007 05:15 PM