My Learnings
JAVA
| S.No | Title |
| 1. | Core Java |
| 2. | JDBC |
| 3. | XStream |
| 4. | J2EE |
| 5. | Problem and Solution |
SOA
| S.No | Title |
| 1. | ESB |
| 2. | OSB |
| 3. | BPEL |
| 4. | Human Task |
| 5. | Business Rules |
| 6. | Adapter |
| 7. | BAM |
| 8. | JDeveloper |
| 9. | Problem and Solution |
WebService
| S.No | Title |
| 1. | WebServices |
| 2. | RESTFul WebService |
| 3. | JAXB |
| 4. | Problem and Solution |
Hibernate
| S.No | Title |
| 1. | Hibernate Search |
| 2. | Simple Hibernate example |
| 3. | One-To-Many Example |
| 4. | Many-To-One Example |
| 5. | Many-To-Many Example |
| 6. | Problem and Solution |
Eclipse
| S.No | Title |
| 1. | Features |
SQL
| S.No | Title |
| 1. | Query |
| 2. | Joins |
| 3. | Procedure |
| 4. | Problem and Solution |
Dear admin,
I want to invoke a web service usung its WSDL document. I wrote my code according your teaching at “http://rathinasaba.wordpress.com/category/webservice/” web page. I wrote them in “Eclipse IDE for Java EE” but I don’t know how I can run it. I mean, I must run it as a java application or run on a server? My web service is on a remote server.
Best,
Mahdi
Hi Mahdi,
You can call the web service from java main method. I mean run as Java application in Eclipse. In my post I have given the method to call the web service from main method.