To transfer data from one system to another, through data interface, by web services, we normally get a result set by SQL query, and format them as a web service endpoint, ...
I got an error as I mentioned above. My application has EJB WebServices, developing with MyEclipse and running on jboss4.2.2.GA.
I use Eclipse's Web Services Explorer to invoke a WSDL operation. ...
I have a pre-existing SOAP-based web service with which I'd like to provide a long-polling based notification system. How can I implement this? The client is currently a Java desktop rich ...
Hello All, I started yesterday with SOAP for the first time. What I'm attempting to do is to make a SOAP request from an ejb, after I passed jsp form data into some collection object. I didn't find much on the web either! My questions are: 1.) What is the best way for receiving jsp form data placed into the HttpServletRequest, ...
Hi All, I'm wondering what the general or best approach is to maintaining state with EJB3 soap based webservices? I've done some research and as far as I can see the approach seems to be using Apache Axis2 with Tomcat or Glassfish to allow the use of ws-addressing (which will allow the session identifiers to be sent and recieved) then coupled ...
In recent years, additions have been made to the Java EE Reference Architecture to make it more compatible with SOA. However, there are still significant differences between the two styles of application development. You should be able to distinguish between the two and be able to focus your learning in a meaningful way.