Greetings to all
Before my specific question, I would like to mention that I am not looking for a step-by-step solution, but for a possible YES or NO, can I achieve my goal with what I plan.
What I have:
A wsdl that was autogenerated by Axis 1.3, which is RPC / encoded. “I have no influence on the web service as such.”
What I'm trying to achieve:
Create a WS client from this wsdl.
What I know " :
- RPC / encoded WSDL is deprecated and not supported by Spring WS
- Spring WS can provide any valid XML
- I need to get a schema from WSDL -> .xsd
- I am doomed.
What I'm not sure:
- is .xsd enough or do I need to generate / write .xjb to generate classes?
Question:
, .xsd RPC/ WSDL Java- WS760 ""? Axis 1.3 ?
.