What is the best way to pass data into an API from a website?
- by Chris Wakoksi
My main objective is to create a User Interface in order to provision(change the status: activate, deactivate, or suspend) modems. I have received a SOAP developer's guide to the specific type of modem that helps out with the specific values that I need to pass into Iridium's WSDL but I cannot figure out how to do this from a webpage I have created using HTML/CSS, and PHP?
I have been told by others that I need to know the portal. I have no idea what that means. I am a beginner programmer who has learned programming for this project.
Any suggestions as to how to pass my data into the provisioning API?