Create Axis ws client classes


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. package such.alejandro.creators;
  2.  
  3. import org.apache.axis.wsdl.WSDL2Java;
  4.  
  5. public class CrearClasesCosumo {
  6.  
  7. public static void main(String[] args) {
  8. String[] array = { "https://url.to.wsdl?wsdl" };
  9.  
  10. WSDL2Java.main(array);
  11. }
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.