views:

151

answers:

2

Hi everybody,

I need parser for WSDL to get the messages, portTypes, operations, bindings, services,... I hope some parser already exists. So, any guidlines?

A: 

Several Web Service stacks are available.

Have a look at the Metro stack. Open Source and available directly in Java 6.

Thorbjørn Ravn Andersen
I have to make dynamic service invoker based on the WSDL. Some direction how to do it with Metro?
Milan
How dynamic does it need to be? You may want to add an explanation of what you want to do, and increase your accept rate.
Thorbjørn Ravn Andersen
Well I need to make dynamic form (service invoker), based on WSDL. Imagine that you recieve WSDL and you should generate form from it (input fields) and also possibility to invoke that operation. I have just repository of WSDLs. It should be enaugh dynamic that it can work for any WSDL. I hope I was clear enaugh.
Milan
Aren't you asking the same question as http://stackoverflow.com/questions/2491598/create-on-the-fly-web-service-dynamic-web-service-invoker ?
nzpcmad
I use the Web Service Explorer in Eclipse JEE to work with unknown WSDL's. Is it an option just to use that? "Any WSDL" would require quite a bit of hard work for you to implement.
Thorbjørn Ravn Andersen