1- create a Java interface (MyJavaInterface.java) 2- create the WSDL from java interface. java org.apache.axis.wsdl.WSDL2Java -o . -s -S true -Nurn:MyJavaInterface com.sample MyJavaInterface.wsdl 3- creates the stub and skeleton classes: java org.apache.axis.wsdl.Java2WSDL -o MyJavaInterface.wsdl -l http://localhost:8080/axis/services/MyJavaInterface -n urn:MyJavaInterface com.sample.MyJavaInterface 4- deploy the service: java -cp $CP org.apache.axis.client.AdminClient deploy.wsdd 5- put the jar into axis lib 6- restart the tomcat.
--- Raúl García <[EMAIL PROTECTED]> escreveu: > Hi all, > > I need to know how to create the java Proxy to make > a remote call to a > webservice. > > I know this is a simple action but I cannot > understand the documentation > very well. > Can please someone send us a tutorial or some > example code to do that? > > Thanks on advance > Regards > Raúl > > > Felipe F. Palma Dias - São Paulo/SP http://www.palmadias.com.br MSN: [EMAIL PROTECTED] Yahoo: palmadias Mobile: +55 11 99157578 _______________________________________________________ Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e muito mais. Instale agora! www.yahoo.com.br/messenger/
