Pages

Thursday 15 May 2014

SQL SERVER 2008 INSTALLATION









Click On Installation












Click on “New SQL Server Stand Alone Installation or Add Features to An Existing Installation”





Click On OK Button





Click On Next.









Check the options----Accept License terms and Send Feature usage data…… (optional )!and Click NEXT.




Click on Install Button to setup all supporting files.



It will wait for processing…


Click ‘Next’ to setup Support Rules.



Check the Radio Button SQL Server Feature Installation and click ‘NEXT’.




Click on “Select all” and Click “NEXT”.



Click “NEXT” to Install Rules.




Select Default Instance and click “NEXT”




Click “NEXT” to check disk space requirements.



Click on button Use the same account for all the services and select

“NT AUTHORITY SYSTEM” and click “OK”.



Click “NEXT” for server configuration.





Select “Mixed Mode” and provide password for ‘sa’ user account.



Click on Add Current User and then click “NEXT.”



Click on Radio Button Install the native mode default configuration and Click “NEXT” .





Click “NEXT”.

















Installation Successful.

Wednesday 14 May 2014

Web Service Testing With SOAP UI

SoapUI is an open source web service testing application .Download and Install SOAP UI from http://www.soapui.org/Downloads/latest-release.html
Open SOAP UI

Create new project by right clicking on projects



after creating new project browse for concrete wsdl. Then you will get the all methods that which lies in your concrete wsdl.I created the sample web service in TIBCO BW with three operations one is addition and subtraction  another is multiplication.
after exporting it into my local drive I loaded that concrete  WSDL in soap UI.





Now create sample request to invoke your web service.Just expand the method that which you want to invoke and double click the request then in the right panel you will see the request in xml form now you need to fill the input parameters by replacing "?" .by clicking green button on top you can consume webservice and gets the response back from webservice.