In a WSDL file, can the XPath of a request/response element be determined without invoking the service? I mean just by openeing an WSDL and generating request + response messages.
Or do I need additional software, like the paid SOAPUI PRO tool which can do it as already described here? (I really want to avoid paid and closed-surce helpers.)
Actually, I figured out a workaround to get this done. Not a preferred way of working though, so better, more efficient answers are still welcome!
Workaround:
a) Create a Mockup service with SOAPUI. That way SOAOPUI will create a dummy response message for you.
b) The request message is already available by default