The moose likes Web Services and the fly likes how to get info about webservice Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "how to get info about webservice" Watch "how to get info about webservice" New topic
Author

how to get info about webservice

Ronald Heukers
Ranch Hand

Joined: Jul 20, 2005
Posts: 69
Hello all,

I am pretty experienced in java but very new on webservices so if I ask a stupid question forgive me please and do not be hard on me.

The question I have is the following:

We got from a customer of us the wsdl files in a web-service situation where uddi is not used. It is easy for me to generate a soap client. Is it possible to obtain online more information about what each procedure and parameter in the wsdl (defined in the types, means or do I need the design of the web-service for that. Our customer did not give us that yet.

e.g suppose that the porttype give us a class with an operation as a method, I would like more info about what that method does and even more how the return value (his out message, that I get back) must be interpreted.

regards,

Ronald
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
Probably not. In production settings, even the automatic generation of the WSDL is usually turned off. But your customer would know those details, wouldn't he


Android appsImageJ pluginsJava web charts
 
IntelliJ Java IDE
 
subject: how to get info about webservice
 
Threads others viewed
Webservice client code generation using axis2 and eclipse galilio
Not able to get wsdl file from remote server
writing Java client for web service based on XSD
why noy make all my service class methos or DAO class methods static?
Need to Help on passing org.w3c.dom.Node and org.w3c.dom.Document across wsdl
MyEclipse, The Clear Choice