SOAP CLENT EXCEPTIONS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

SOAP CLENT EXCEPTIONS

Post 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
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: SOAP CLENT EXCEPTIONS

Post 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?
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

Re: SOAP CLENT EXCEPTIONS

Post 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
Post Reply