|
next
|
 Subject: XQuery, ddtek:wscall, and an empty payload Author: Matthew Fadoul Date: 25 Nov 2007 12:49 AM Originally Posted: 25 Nov 2007 12:29 AM
|
Hello Ivan,
Here are the answers to your questions:
***** Which version of Axis? *****
For the purpose of this thread, I'm simply looking at the simple "Version" service that comes with Axis. It seems to ship with both Axis and Axis2, but I'm mainly concerned with Axis2 1.3 (distributed as the file "axis2-1.3-war.zip" by Apache), which is installed in my Tomcat server.
***** How did I generate the WSDL? *****
The WSDL that I attached to my previous post was generated by Axis, using the standard "?wsdl" option at the end of the URL. On my server named "blackberry" and using port 8080, the address is:
http://blackberry:8080/axis2/services/Version?wsdl
If you have an Axis or Axis2 server, you may have the "Version" service there. Its source code is also included in the Axis2 "samples" directory. Please let me know if you've got access to the "Version" service.
***** Using which command line switches? *****
Again, for this thread, we're just talking about the sample "Version" service that ships with Axis and Axis2, so I couldn't really answer that question.
If you'd like, I could address this question for the actual WSDLs that I'm building. I assume you're talking about command line switches for the wsdl2java command. Is that correct?
BTW, my web service development has included Stylus Studio for editing (e.g. Schemas and WSDL files) and Eclipse for server-side code generation and WAR packaging deployment, using the appropriate wizards.
Matt
PS: I am a bit new to web services with Java (I've still got the worldview of a C++ programmer), so I appreciate your patience with me and my questions.
|
|
|
|