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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -