Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Hi,

I have created a custom participant plugin and written a logic for mapping the participants manually using Hard coded value and I was able to do that and the plugin is executing fine during runtime. But my use case is to invoke a web service from the participant plugin which will return a set of users and the same will be mapped as participant from the plugin. I have created a web service client through Eclipse inside the src/main/java folder which will have the stub and related classes. And I have written the logic inside the plugin code for invoking the stubs and corresponding method for returning the user list, when I build the plugin its not getting built and throwing the below set of errors in all the web service client related codes,

package javax.xml.rpc does not exist

package org.apache.axis.client does not exist

cannot find symbol

symbol  : variable super
location: class org.tempuri.BasicHttpBinding_IParticipantDataStub

I have manually installed the jaxrpc jar and axis jar file, even then also Im getting the above error. Kindly let me know whether web service can be invoked from the participant plugin or not also let me know whether am I missing something here?

Thanks,

Vignesh