Forum Discussion
No RepliesBe the first to reply
Using maven+java, what dependencies and classes do I need in order to programmatically perform the following
- open a wsdl or wadl
- generate sample messages for each method
- populate the request (fill in the blanks)
- send the request to the endpoint and capture the reply
I found these
however it is dated and the apis have appeared to have changed