How to create a WSDL from a sample SOAP message

I need to call some web services but there is no WSDL there. (I am using Java) At the moment I am creating a SOAP message manually using the javax.xml.soap classes ... but this is not very clean ... What I would like to know ... is there a way to create a WSDL file based on the content of the message SOAP (sample)? Then I can use CXF ... Thanks.

+3


source to share





All Articles