java - From dynamic end point WSDL to static wsdl -
i used dynamic end point wsdl (wsdl via http) generate client side. works fine.
is possible generate static wsdl http link of dynamic wsdl?
the problem dynamic wsdl accessible 1 machine.
i developp client side on pc.
thank you.
download wsdl , put source control, setup maven generate java classes using maven plugin (i use cxf plugin) , done.
in order download imported xsds can use 1 of available tools, please refer these questions: question #1, question #2
Comments
Post a Comment