InvocationTargetException: On deploying deploy.wsdd through AdminClient
-----------------------------------------------------------------------

         Key: AXIS-2254
         URL: http://issues.apache.org/jira/browse/AXIS-2254
     Project: Apache Axis
        Type: Bug
  Components: Deployment / Registries  
    Versions: 1.2.1    
 Environment: Linux
    Reporter: anand mg 


My webservice returns a simple bean. The bean has just one integer field and 
the appropriate get/set methods.
I successfully generated the wsdl file using the command java2wsdl. Then, I 
also successfully ran the wsdl2java command.
When I tried to run the AdminClient command to deploy the deploy.wsdd, it gives 
the following error:

Processing file deploy.wsdd
Exception: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:

Note that this occur does NOT occur when the web service returns an integer or 
a String. It happens when I return a bean.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to