Hi;
Example 6 shows how to create everything for a web service –
server and client side, with just a single interface .java file to start with. Which
is great.
However…
- it looks like it is tied to a
specific server location unless I am missing something. If we need to be
able to place our web service on several servers, should we start with
example 6 and change the server url or use example 3?
- It calls Axis specific code.
Will example 6 run on any web server, or just axis? And if it’s axis
only, will example 3 run on any web server?
- There is a lot of generated
code in this case. Example 3 runs with a lot less code. Why is there so
much more in this case?
Thanks - dave
|