Hi,

Can anyone help me with this?  I have a webservice (jsr-181) that I need to
call from within my web service also jsr-181.  I keep getting an error:

org.codehaus.xfire.fault.XFireFault: Error invoking
'com.xxxx.DataReplicator.getValNames(java.lang.String)'. Nested exception is
java.lang.reflect.InvocationTargetException: null


This is the part of code in the web service where it throws an error when
called from my webservice:

Service serviceModel = new AnnotationServiceFactory(new
Jsr181WebAnnotations(),
XFireFactory.newInstance().getXFire().getTransportManager(), new
AegisBindingProvider(new
JAXWSTypeRegistry())).create(DataAccessServiceImpl.class);

I am running my webservice on Tomcat locally and I get this error with a
quick and dirty client I created to call my web service which in turn calls
another web service.

Can anyone help me out with this problem?

Thanks!!

Tim
-- 
View this message in context: 
http://www.nabble.com/Call-web-service-from-web-service-tf3943417.html#a11185989
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to