Forum: RSS, Web Services and SOAP Jan 9th, 2008 |
| Replies: 7 Views: 2,856 JSP is really a cool extension of HTML. I think the most common way to interact with a servlet via a JSP is to use the HTML <form> tag. I have managed to successfully create a connection to the... |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 2,856 I understand that the wsdl file is written in xml and describes what remote methods (which could be regarded as services) are accessible and what their parameters are. I noticed that in Eclipse one... |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 2,856 Thanks for replying! So I should find a .wsdl file somewhere within the application if I was indeed working with a web service? Then I most definitely do not have a Web Service. That's one doubt... |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 2,856 I think that a Web Service offers remote procedure calls (methods that can be called over the internet). The application I'm working with is really a servlet that accepts xml requests so I guess it... |
Forum: RSS, Web Services and SOAP Jan 7th, 2008 |
| Replies: 7 Views: 2,856 Hey guys, I'm really new to this :icon_confused: I've managed to setup a Web Service and a Client to access the service within Eclipse. However, I want to access a Web Service that already exists.... |