| Author |
Parse WSDL service parameters as JSF input fields
|
Dinc Ozdemir
Greenhorn
Joined: Jun 08, 2008
Posts: 2
|
|
Hello everyone,
Im trying to implement this functionality in my project. If there is a conventional method to accomplish this can you please point me to the right direction?
There is a WSDL file with multiple service definitions.
1- Read the file for service names and display them in a list.
2- When user selects service from list, load the service input definitions as inputfields on JSF page.
3- User fills the input fields and calls the service with a JSF button.
I will NOT be knowing the service definitions before runtime because the WSDL definition file will be changing over time, so everything should be DYNAMIC.
PS: As you can see JSF here is irrelevant, i just need the dynamic input field generation logic. It could be some other interface.
Thank you already.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Parse WSDL service parameters as JSF input fields
|
|
|