Jump to content

Webservice/API problem with return data(contained data from ->get)


GalazKit

Recommended Posts

Hi, 
I have a problem regarding api processing data while calling $webService->get(), and then I select the data I want to return with a return, Api adds my entire result(HTTP REQUEST HEADER, HTTP RESPONSE HEADER, RETURN HTTP BODY).

My return, instead of the necessary data, contains all the operations performed in the webservice and their results.

Below I've presented the return, the data I want to send in the return starts only from 6839 lines, the rest is an operation in the api.

Does anyone have a solution to not add everything, just my data ?

Screenshot_1.png

Screenshot_2.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...