a MethodInvocationException is just a wrapper exception that indicates
that you called a method (from within the template) that threw an
exception.

in this case, the method getDatabaseUrl in the
SoapServiceSoapBindingStub triggered a ConnectionException because a
connection was refused.  that's something you should ask about on an
Axis mailing list or else ask the author of the SoapServiceBindingStub
about.  It's not a Velocity issue.

On 7/26/07, deepak va <[EMAIL PROTECTED]> wrote:
HI,

Iam getting the below exception, when trying to access a webservice. Please
let me know what could be the reason for the same.

------------------------------------------------------------------------------------------------------
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'getDatabaseUrl' in  class
com.bp.ibs.remote.stubs.SoapServiceSoapBindingStub threw exception class
org.apache.axis.AxisFault : ; nested exception is:
        java.net.ConnectException: Connection refused: connect
------------------------------------------------------------------------------------


Regards
Deepak

_________________________________________________________________
Real Estate classifieds on MSN - for free.www.yello.in
http://www.yello.in/home.php?utm_source=hotmailtag&utm_medium=email&utm_content=in&utm_campaign=jun


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to