Hi,
I have some time so I'm revisiting the case of generating your own web service. I decided this time around to focus only on the Java implementation with Apache. My question is this: Is it possible to generate a war file **without** requiring visual studio? The reason I ask is that I've had no luck using examples (or the course material which is written for Vis Studio 2008...I have 2010 and 2012 only) to generate a service for IIS, and when I asked online, others said that they managed to get it working for Apache and just commented out the Visual Studio code in the ant build file.
I tried this approach, but it appears that at least for the method done in the Learning Services course material, the generation of the <service>_JAXWS.class file depends on running a visual studio project which generates a WSDL and from that you get the JAXWS class file. Is there any way of getting this without using Visual Studio?
-Hugh