Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
This is probably one simple thing, but I am stuck in this webservice to retreive portuguese national holidays: http://services.sapo.pt/Holiday/GetNationalHolidays?year=2021
I am using trestclient with: url=http://services.sapo.pt and relative path=Holiday/GetNationalHolidays and query param= year=2021 and header with Content-Type=application/json
Then I have textractjsonfields with xpath and json flfield=string and looppath query=getnationdayresult.
I missing something here, since I don't have any results...
Do you gays have any ideia why?
Thank you!
HI, @Ruben Silva ,
could you put a tlogrow instead of textractjsonfield , and send us the json result ?
send me love and kudos
Ok, I tried it with postman with all your header parameters:
the response is an XML not a json.
Content-Type:text/xml; charset=utf-8
So use textractxmlfield instead.
Send me love and kudos
Hello
sorry, i've tried that and no luck
Please find attached my screen shotsThank you.....
I will try by my side, i'll respond you when i succeed.