I create a simple SOAP web service and I want to consume it using java applet....meanwhile I'm not sure if that is possible or not. so my question is how to add this applet in HTML page and make it consume the web service also. Does I have to take the web service generated sources and put them some where or I have to modify my normal applet tag.....
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is no need to treat the generated source files any differently than your regular source files. Simply copy the generated source files into your current project. |
|||
|
|
|
It is possible...it is like using it from a normal swing application cause you do not access local resources from the hosting computer. Just bundle client code ...and will work. I assume SOAP call is to a machine NOT different than that supplying the applet |
|||||
|