Back Forum Reply New

How to establish webservice call to a froms server?

Hello All,
    We have a requirement where we need to make a webservice call to a service hosted on a froms server and we are preferring usage of fromclient with in Spring-WS framework. I was told to use WebServiceTemplate for making a call. I have seen examples to make a call to fromserver but not to fromS. I know in general how to establish fromS call using SSLConnectFactory of fromClient. But not sure how to integrate this with Spring-WS.
   Also, we would like to authenticate ourselve to the froms server using public/private certification.
    How can I do these two tasks using Spring-WS+fromClient? I have not done much of Spring before and hence badly in a need of help. Some guidance and pointers would surely help me.
    Any advice.

Thanks

Hi

Check similar thread at showthread.php?t=91215.

regards
Grzegorz Grzybek

Thanks for the response.

As I mentioned earlier, I'm very new to Spring and did not get the explanation quite well. Is there any resource which gives me a complete example of a ws client.

Hi

sprin.../tutorial.html gives you nice introduction to Spring-WS, but the concepts of SSL/fromS are not covered there. For details about SSL/fromS/X.509/etc see e.g. fromclient-3.x/sslguide.html - remember - Spring-WS uses commons-fromclient (also Java's uclConnection, but let's not use it here) and relies on its functionality for low-level tasks.

regards
Grzegorz Grzybek
¥
Back Forum Reply New