aspose file tools
The moose likes Web Services and the fly likes develop WS with a WSDL  doc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "develop WS with a WSDL  doc" Watch "develop WS with a WSDL  doc" New topic
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
    
    5
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: develop WS with a WSDL doc
 
Similar Threads
How to write pure JAX-RPC client to invoke webservice?
JAX-RPC
How does JMS or MDB fit in web services?
Need Help to develop client for axis1.2 web service
WSDL doc for a JAXM application