G
gk
Web Services with JAX-RPC and Apache Axis
There are many ways to write a Client program
(1) Using Dynamic Invocation Interface ( DII)
(2) Using generated Stubs from Service WSDL description
(3) Using Dynamic Proxy.
Then the author has shown 3 ways of writing the client.
but i dont understand which one i should accept ?
which method is popular ?
There are many ways to write a Client program
(1) Using Dynamic Invocation Interface ( DII)
(2) Using generated Stubs from Service WSDL description
(3) Using Dynamic Proxy.
Then the author has shown 3 ways of writing the client.
but i dont understand which one i should accept ?
which method is popular ?