Tuesday, December 25, 2012

SOAP Web-Service via .netBean

Step 1: Create a normal Java Web Project in .netBean IDE. Step 2: Select project node and right click and select web service. Step 3: Once a web service via design mode. Add operation via design mode, also add input parameter and output parameters and exceptions in web service .
Step 4: add required business logic in newly added operation. Step 5: Compile Project and Deploy into server and test it via wsdl file.

No comments:

Post a Comment