tags:

views:

15

answers:

0

Does anyone know if there is the ability to send POX over and SSL connection built into spring? I have used WebServiceTemplate/Jaxb2Marshaller/DomPoxMessageFactory to send POX over HTTP, but have a new endpoint that communicates via SSH/SSL (not https).

If not - which is I think the case - what class would I want to implement in order to do this? extends WebServiceAccessor and implements WebServiceOperations, just like WebServiceTemplate?