I am using the web services example fibonacci from this site
http://www.onjava.com/lpt/a/1578 1. While converting the WSDL2Java, I am not getting FibonacciSoapBindingSkeleton.java. All other remaining
java files and xml files I am getting. Why I am not getting the FibonacciSoapBindingSkeleton.java?
2. While I am calling the web service from the clinet, I am getting the following compilation error:
3. While Converting Java2WSDL,
What this url
http://localhost:8080/axis/services/fibonacci will have?
4. In Fibonacci example, I coudn't see the
SOAP. Whether in axis we are not using SOAP? B'coz in one tutoiral, I have learned SOAP is the medium by which the Service Provider, Service Requestor and Service Registry will communicate? IN this example I don't find any soap related xml like SOAP-ENEVLOPE, SOAP-HEADER.. Where will use these things?
5. Suppose consider me as a client, in real scenario where can I search for web service or how/where do I know what are all web services available?
Is there any websites (service registry - where all the web services will be registered) are there for this?
If I want to register any web services, how can I register in the service registry in real scenario?
SORRY TO ANNOYING U PEOPLE BY ASKING THESE SILLY QUESTIONS. CONSIDE ME LAY MAN IN THIS CASE! :roll:
[ November 01, 2006: Message edited by: Mark Henryson ]