user3785656
user3785656

Reputation: 45

Using codegen to generate java files for wsdl created by apache axis 1.4

I have a WSDL which was generated by apache axis 1.4 I have been trying to use the axis2 codegen plugin for Eclipse to generate some java files but it is throwing errors saying that it's missing axis2 types such as "org.apache.axis2.databinding.ADBBean"

I was wondering if because the wsdl was generated using axis 1.4 and the java files using codegen which is axis2 - this is why it's giving me errors?

Is it possible to use codegen to generate java files for a wsdl created using apache axis 1.4?

appreciate your help, let me know if there's any information I can provide to make it clearer.

Upvotes: 1

Views: 511

Answers (1)

Mash
Mash

Reputation: 174

use WSDL2CODE to generate those files, it should work

Upvotes: 1

Related Questions