• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

juddiv3 from wsdl to java?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone!


1. I am having some problems with converting juddiv3 wsdl files to java code. I am using:

- juddi-portal-bundle-3.0.3 working perfectly.

- axis2 1.5.4 libraries correctly loaded on eclipse Helios.


2. And these are the steps I follow in order to use create a Web Service Client from the juddiv3 wsdl files:

- Create a new Dynamic Web Project.

- Add new Project Facet, Axis2 Web Services.

- Create New Web Service Client from (zB) the Security juddiv3 service with Axis2, ADB data binding and synchronous Client.


3. Then Eclipse creates the client and these errors apear on the code:

- ConverterUtil class using some functions that don't exist like:

convertToChangeRecordPublisherAssertion_type0(content)

convertToChangeRecordDelete_type0(content)

...

- A variable named 'local' not declared but referenced on the code.


I have tried different versions of Axis2 but get the same results. Does anyone knows what could be wrong? or Does anyone has a better method to convert the juddiv3 wsdl's to java code? Thanks a lot.


PD: I have used wsdl2java command from Dos console with same results.
 
Everybody! Do the Funky Monkey! Like this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic