Page 1 of 1

SOAP CLENT EXCEPTIONS

Posted: Sat Jun 27, 2009 3:03 am
by HarPaddy
Hi,

I am trying to create SOAPClient with my details. I am getting the exception while passing arguments to the method.
Can u please help me out to resolve this.

Exception which i am getting while sending request to the protocol

[stackTrace] => coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.UDFMethod$InvalidArgumentTypeException : The CVV argument passed to the NewTxn function is not of type numeric.]

Thanks in advance

-Har paddy

Re: SOAP CLENT EXCEPTIONS

Posted: Sat Jun 27, 2009 3:11 pm
by Darhazer
It saying that you are passing non-numeric value for the CVV argument?
Can you show your code, that calls the NewTxn, as well as the WSDL of the service?

Re: SOAP CLENT EXCEPTIONS

Posted: Mon Jun 29, 2009 12:33 am
by HarPaddy
Hi,

Thanks for the reply.

We are passing numeric values to the CVV code argument. Even though its throwing the same error.

Can u please tell me why this exception is throwing? What are the reasons for this?

Thanks,
HarPaddy