Monday, August 31, 2015

How to create Stub Java Class from Wsdl using wsimport

How to create Stub Java Class from Wsdl using wsimport:-

1.wsimport tool exists in jdk\bin folder

 eg:-C:\Program Files (x86)\IBM\SDP\jdk\bin

2.Use the following command

a)If wsdl is on internet

C:\Program Files (x86)\IBM\SDP\jdk\bin>wsimport -keep -verbose http://compA.com/ws/server?wsdl

b)a)If wsdl is in Your Computer

C:\Program Files (x86)\IBM\SDP\jdk\bin>wsimport -keep -verbose C:\Users\kgaurav2\Desktop\oneServiceV1_0.wsdl

3.Stub Classes get created in the following path:
C:\Program Files (x86)\IBM\SDP\jdk\bin


Claim Your EPF..

https://factly.in/how-to-claim-unclaimed-epf-amount-more-than-25000-crore-epf-unclaimed/

Monday, August 24, 2015

WAS Server Helpful Notes:-

xml file where all datasource exists for WAS Server:-

$WAS_HOME\profiles\PROFILE_NAME\config\cells\CELL_NAME\nodes\NODE_NAME\servers\
SERVER_NAME\resources.xml