Java Sample code outdated?

jmtalarn
Regular Visitor

Java Sample code outdated?

Hi I'm getting started with this.

I checked out the Sample Code provided for Java but I found some weird errors.
First in com.visa.developer.sample.funds_transfer_api.api.FundsTransferApiTest#postpullfundsTest failed because there was an error in PullfundspostPayload class mapping as it failed because request it was not a recognized field in mapping. 
Then I tried next test com.visa.developer.sample.funds_transfer_api.api.FundsTransferApiTest#getmultipushfundstransactionsTest and it failed because MultipushfundspostResponse response class was not correctly extracted to Java object

 

org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [class com.visa.developer.sample.funds_transfer_api.model.MultipushfundspostResponse] and content type [application/octet-stream;charset=UTF-8]

 


Looks like the sample Request or responses are not updated? Am I missing something?
If it's the case,  there is some newer version of it? 

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: Java Sample code outdated?

Hey @jmtalarn,

 

To resolve the issue, can you start writing the sample code with an API tool such as SoapUI, Postman or VDC Playground and then try using your own knowledge of rest calls in your code? Usually the error is because the object is not a valid request of response objects anymore. The mapping is incorrect and the sample code is outdated. 

 

You can use Postman , SOAP UI or VDP Playground tool to test the APIs. Please see user guides below for respective tools.

 

Postman – https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#testing_twoway_ssl_connectivity_... 

 

SOAP UI – https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#testing_twoway_ssl_connectivity_... 

 

VDP Playground – https://community.developer.visa.com/t5/Developer-Tools/How-to-test-and-troubleshoot-APIs-with-the-V...

 

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.