• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

[Help] Help Needed for webMethods Enterprise Development

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently, I am developing some custom Java code for webMethods Enterprise integration components. Here is the question:
I have two fields as inputs/keys and 5 fields as outputs/values.
What is the best way to take two keys as inputs and filter out to get the 5 values corresponding to those two keys???
Input | Output
------------------------------------------------
Key1 Key2 | Value1 Value2 Value3 Value4 Value5
AB BC | 100 101 111 098 0001
BC CD | 123 102 112 099 0002
. . | . . . . .
. . | . . . . .
If you have code example, that'll be great ...thanks a lot...
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WishMaster
This is the second time we're asking you to please take a look at our naming policy here at the ranch. Please change your display name to an appropriate name as shown in the policy.
Thanks
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you explain how those values relate to the keys? What they heck are you trying to DO?
 
Jake Lee
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is simply key-value pair format....
take two keys in and output 5 corresponding fields....
 
Thanks tiny ad, for helping me escape the terrible comfort of this chair.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic