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
SOAP CLENT EXCEPTIONS
Moderator: General Moderators
Re: SOAP CLENT EXCEPTIONS
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?
Can you show your code, that calls the NewTxn, as well as the WSDL of the service?
Re: SOAP CLENT EXCEPTIONS
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
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