views:

10

answers:

0

Hi

To avoid repeating a lot, I will link to this post which is exactly my problem.

So what I'm trying to do is to invoke a web service with complex input types where I just have raw XML in a string as input. Obviously the XML can be parsed into xml nodes etc. but I don't have the custom complex classes which would make it easy of course.

As this post is now 5 years old I just want to know what the easiest solution at this point in time would be. I'm not restricted to old versions of anything. WSDL 1 or 2, Axis 1 or 2, doesn't matter.

Did anyone realise this already?

Thanks for your answers! neo