-5
I am a programmer but I did not get to do the programming logic part and I am struggling on a certain subject. I need to integrate real estate information into a website through data contained in a web-service. The integration manual is this and I need to understand what the manual is suggesting that I do.
The first thing I thought about doing was to fetch the information via PHP so I could use it as a data source and feed my website. But then I started reading some things related to SOAP that for me is nothing more than the web-service authentication protocol, correct me if I’m wrong.
I started reading some things also about XML and thought ... does the system want me to generate a file xml
or soap
to later consult it with PHP? But will this work in PHP is no longer enough for me to perform my tasks?
Can help me clarify what I really need to start my project, I do everything in race, I know it’s harder but I promise I’ll start keeping a study routine.
In short:
The PHP I created is enough to make my queries?
I realized that the PHP I created as shown in this link is already the request with the authentication method via SOAP, IE, it is already returning everything that is in the web-service.I need to create XML or SOAP files?
I realized that the query is already being sent through this filing cabinet containing its parameters, it itself receives the result of the request.Why should I create these files?
I realized that there is no need to create any additional file to receive the result of the query, this result is being received here.
The web-service ordered returned 950 records with 175 fields each record in 10 seconds. It’s a good time?
I think the question is "too wide". Who wants to answer need to read a manual? (Please, real link, shortened is not cool). Analyze an array of 16,000 lines? . . I have the impression that your 3 questions could be distributed in another 9...
– brasofilo
Excuse the shortened was because the link was too big. I’m still learning how to use Sopt and I’m very excited about the portal. As for the question, the user who answered me summed up 80% of what I need to know, so this question only seems large but boils down to a summarized explanation of logical events. I ask you to re-evaluate -1. Thank you.
– Marcos Vinicius
@Marcosviniciusnasc.Pereira The answer says generically something about webservices. In my mind, it doesn’t answer what you asked, so the question may not be clear. You can decide what is good for you but it will be strange for you to pass so much information and such a generic answer solve your problem. Also, if you have code or other information, ask the question, it would probably be more specific.
– Maniero
Technically, it wasn’t -1, it was a closing vote that I have just removed, since it seems that maybe I have not seen the forest, only the trees, and leave it to others to decide. . . . But your feedback on the answer indicates that it is better to go opening new questions as you advance in your project. As they say there in English: just my 2 cents ;)
– brasofilo
This question seems to be decontextualized because it is about a problem other than what was asked, and there is no way to be harnessed by future visitors
– Maniero