Hi all, I have a big problem when deploying a web service: this has a method that returns a bean (SocioBean); my deploy.wsdd looks like this:
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <service name="ServicioWebAT" provider="java:RPC"> <parameter name="className" value="programacion.java.serviciosWeb.ServicioWebAT"/> <parameter name="allowedMethods" value="*"/> <beanMapping qname="ns:SocioBean" xmlns:ns="SocioBeanService" languageSpecificType="java:programacion.java.beans.SocioBean"/> </service> </deployment> But when I want to deploy it using AdminClient, I got this: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.Pro esourceBundle). log4j:WARN Please initialize the log4j system properly. Processing file deploy.wsdd Exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:it-45 Thus, my web service is not recognized. Anyone can help me? -- View this message in context: http://www.nabble.com/InvocationTargetException-when-calling-AdminClient-tf3726964.html#a10430315 Sent from the Axis - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
