avadev / AvaTax-REST-V2-JRE-SDK

AvaTax v2 SDK for languages using the JRE
Apache License 2.0
12 stars 25 forks source link

Transaction calls are not returning the result with version 23.1.0 #141

Closed Kmarripudi closed 1 year ago

Kmarripudi commented 1 year ago

Create Transaction api call is successful with 201 response code and is visible in the transaction list. Below error is thrown even if the transaction is successful. Exception in thread "main" net.avalara.avatax.rest.client.AvaTaxClientException: {"error":{"message":"The server returned 201 but the response is in an unexpected format. See details for the complete response.","target":"Unknown" at net.avalara.avatax.rest.client.RestCall.call(RestCall.java:199) at net.avalara.avatax.rest.client.AvaTaxClient.createTransaction(AvaTaxClient.java:19659) at net.avalara.avatax.rest.client.TransactionBuilder.Create(TransactionBuilder.java:435)

svc-developer commented 1 year ago

Could you please try the latest release, 23.3.0? If that doesn't work, could you please share the code snippet which is causing the exception? My test suites are running successfully for create transaction on the latest code. cc: @Kmarripudi

svc-developer commented 1 year ago

Closing issue for now - please feel free to reopen with additional details including steps to reproduce if it is re-occurring