Neither of your questions make sense. Axis is orthogonal to UDDI. Axis is a web services platform. It implements SOAP, WSDL, JAX-RPC, and SAAJ. A UDDI registry is a web service. It exposes a SOAP interface that is described by WSDL. You can implement a UDDI registry service using Axis. You can access a UDDI registry service using WSDL.
If you are asking whether Axis includes a UDDI registry service, then -- no. The Apache jUDDI project (http://ws.apache.org/juddi/) is a UDDI registry service. If you are asking whether Axis includes a UDDI client API, then -- no. For that, you want UDDI4J (http://www.ibm.com/link/oss.software.ibm.com/redirect.shtml/uddi4j/). Axis is only a web services platform (JAX-RPC implementation). It is not a complete J2EE application server. The Apache Geronimo project (http://geronimo.apache.org/) is developing a full J2EE application server. It is pulling various Apache projects together to gather all the necessary bits required for J2EE certification. Apache Axis provides support for the JAX-RPC, SAAJ, and WSEE APIs. The Apache Scout project provides support for JAXR. Regards, Anne On Apr 6, 2005 6:31 PM, Yu Jie <[EMAIL PROTECTED]> wrote: > Hi all, > I will developing a web service by Apache > Axis(Java), but I can't find any information about > UDDI. Does Axis support UDDI now? and is it J2EE > compatibility? > > Thank you. > > Yu Jie > [EMAIL PROTECTED] > > > __________________________________ > Do you Yahoo!? > Read only the mail you want - Yahoo! Mail SpamGuard. > http://promotions.yahoo.com/new_mail >
