I am programming on a tool that removes the include lines from a wsdl file. But the code of this include file should be inserted into the wsdl file. Every include file can have another include line and so on... If a wsdl file has an include line and that file (include 1) has also an include line (include2). The data of include2 should first be inserted into include1 and then include1 can be inserted into the wsdl file. Also the include lines should be deleted. I can find all the include lines (recursive) but I can't past the code into the files (eventually the resulting wsdl file). I hope somebody can help me. Thank you in advance.
I must admit I know nothing about WSDL, SOAP and all those fancy XML-related technologies. But one question pop up out of my head: why haven't you tried Java API for WSDL reference implementation ?