Hello everyone,
I'm new to this and I know that SolidCP does not have documentation of their API and I never used SOAP. Can someone help me with it at least point me to right direction ? How to use it? Do I need to connect to server? I want to automate it using PowerShell. The reason why I need to do this. Is because I'm doing my bachelor work where I'm creating web hosting server for my college where students will be able to create web sites using php. So I need to make a script which will create users. But I do not how to use this SOAP API at all. I searched for information in google but I could not find anything usefull. Any help will be appreciated. Thank you in advance.
Hello,
Your best to use soap calls to the Enterprise server not the Server.
Examples on how to use/ connect to it would be checking out the Whmcs integration and get a feel on how to use soap calls.
For a list of all soap calls available the easiest would be checking out the Enterprise server source as a SolidCP Contributor, that will provide all the soap calls possible with the values it expects.
Regards,
Marco
Hello Marco Tiggelaar,
Thank you for answer but I already know that I have to make calls to Enterprise server and I know that there are *.asmx files where is everything writen about calls that I can use. I know you have to make *.xml files that have all the info, but the main thing I don't know how to send these calls to Enterprise server. About WHCMS can you give me some info how to find source code of this module where is these SOAP call. Because when I checked WHMCS integration on SolidCP website I saw WHMCS integration and it had GUI so there I could not find any help there.
Sincerely,
Povka
The module in the downloads section of the SolidCP site is opensource.
Ofcourse it's not a fully stand-alone module but if you need to understand how to make soap calls to enterprise this should work for you.
Hello Marco Tiggelaar,
Thank you for your answer again! I will look into it and write here again if I'll have any questions.
Sincerely,
Povka