2

I tried to generate Java code using 'Apache Axis2 Tools Code Generator Wizard plugin for Eclipse 1.6.2', and got an error below

A error occurred while completing process - java.lang.InterruptedException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: can't serialize the policy ...

Any idea?

Peter Majeed
  • 5,304
  • 2
  • 32
  • 57
Botem Bao
  • 817
  • 1
  • 7
  • 12

1 Answers1

0

We use apache ant in our Development for generating stub from the Webservice

It is good and easy to use.

Here is the link http://ant.apache.org/

Dot_NET Pro
  • 2,095
  • 2
  • 21
  • 38