On 5 Dez., 22:12, annihilat...@bman.ch wrote:
> 1st: axis has a code generation tool, which it maps complex types to
> class files. there's also an eclipse plugin =)http://ws.apache.org/
> axis2/tools/1_0/eclipse/wsdl2java-plugin.html
> 2nd. axis provides also a client, called AxisClient
http://ws.apache.org/axis/java/user-guide.html
>
> slowfly
I already know about wsdl2java and as u can read above i already
implemented 2 of the clients. The problem still is that i getting an
OMElement and iam searching for a way to extract the complex response
object, in this case a class object from the OMElement.