Hi Kumar,
If you view the page source in the browser you’ll notice all of controls inside the table have been given names such as:
ControlName_000 (first row)
ControlName_001 (second row)
And so on…
You can retrieve it from the Java Code like this:
String str = getTagsAccesor().getTagContent("ControlName_0xx");
Then you can pass it to your input structure just as you normally would.
myStructure myNewStruct = new myStructure();
myNewStruct.setControlName(str)
Just to make sure we’re on the same page, you are going to have to generate a procedure client for that path procedure otherwise you will not be able to use your path’s “structure input”.
Hope this helps
Ohad[/b]
#webMethods#Mainframe-Integration#ApplinX