| Author |
develop WS with a WSDL doc
|
Santosh Ramachandrula
Ranch Hand
Joined: Apr 04, 2004
Posts: 252
|
|
JAX-RPC JAX-RPC is heavily dependent on config.xml. With web services all I would want to do is get hold of WSDL(only WSDL nothing else) document and talk to the services without having to use any configuration files. Can some one please explain in few points how I can do this with J2EE technologies? 1. Get hold of WSDL document (JAXR) 2. using WSDL document how do I do the rest?
|
Thanks,
Santosh
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Take a look at this page from the Java Web Services Tutorial.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Santosh Ramachandrula
Ranch Hand
Joined: Apr 04, 2004
Posts: 252
|
|
Thanks Lasse
|
 |
 |
|
|
subject: develop WS with a WSDL doc
|
|
|