Monday 16 December 2013

Testing JAX-WS

Hello friends it's very easy to test soap url's.you should download SOAP-UI plugin from official site of  soap-ui .you can implementation of soap web service as well as restful web service using soap-ui plugin.
(Note: i am using glashfish as an application server)


Steps to follow :
(1) Create new project  from file->new
(2)  Enter name of project & location of wsdl document
(3) select webmethod which you want to test


(4) supply parameters  & test outcome of web method.




thanks
for query ping me on pathak.nisarg@yahoo.com

No comments:

Post a Comment

Spring Boot SSL configuration -Tomcat Server

Hi Friends hope you all are doing well. Today I am going to demonstrate about how to configure SSL in Spring boot web Application. Need o...