reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
298 stars 146 forks source link

Add request / response model introspection #55

Open mpaoletta opened 7 years ago

mpaoletta commented 7 years ago

Hi!

I don't know if this is possible already, but I'm trying to integrate soap-ws in a toolchain for a project, where I need to generate and object model for both the request and the response, and was looking for a way to do it with soap-ws. It seems it uses the legacy soapui code to create the request, and it does by parsing and generating the different parts, but it never builds an object model for the different types. Do you know if this is possible somehow with the current codebase?

Thanks in advance, Martin