Re: Some question about wsdl and Axis

2005-04-10 Thread Anne Thomas Manes
The WSDL is an XML document -- it's text, so you can view/read it using any text editor. Axis provides a utility called wsdl2java, which can generate a Java client proxy that you can use to invoke the service. I suggest you start by reading the Axis documentation: http://ws.apache.org/axis/java/in

Some question about wsdl and Axis

2005-04-10 Thread angeloimm
Hi all. I have an application that must intaract with some web services. I know only that these web services are document style web services and i know their WSDL in which there are the schema reference; this schema desribes how is the XML structure of the Document that is passed in input to the