Hi! I'm trying to compile my web service program developed in WSDP 2.0.
The WSDP 2.0 comes with JAX-RPC 1.1.3_01 EA, see also http://java.sun.com/webservices/docs/2.0/jaxrpc/ReleaseNotes.html I specified the dependency of JAX-RPC as below, <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency> and I encounter the failed to resolve artifact error! In the Maven remote repository, the javax/xml/jaxrpc-api/1.1.3 directory does not contains any JAR files. May I know how to resolve this problem? * please also point me any articles/guidelines about WSDP & Maven. Thank you very much! /newbie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
