09-07-2012 10:26 AM
If already downloaded the SDK, try the sample code.
09-07-2012 11:32 AM
I tried running all testcases using the test account but it seems not working I got failed results from all the function_test.
09-07-2012 01:53 PM
Maybe something is not working right with the java SDKs code, download and try the sample code.
09-07-2012 02:47 PM
I will be sending the message from our Server, the sample code is for a client. How would I do it in server if I will not be sending it as a Representational Object or using a RESTful Web Service request object?
09-10-2012 10:34 AM
I will be sending the message from our Server, the sample code is for a client.
But it still run on the server. it just have a front end to see what result fields.
How would I do it in server if I will not be sending it as a Representational Object or using a RESTful Web Service request object?
It not a webservice call but a web request to post to the authorize.net URL and it will return the result as delimited data. Have you try debugging it to see how it works?
09-10-2012 11:14 AM