PDA

View Full Version : Neocron API Queries



EvilHogg
26-07-15, 15:04
Hi all,

I was wondering if anyone knew if there were more API queries aside from the following:

GetOutpostState
GetServerStatistics
GetCharacters

I am new to the SOAP/WSDL, the files are big and I am having trouble reading them. Specifically I am looking for the option to query a clan name or ID to return its members and how many people they have online.

Brammers
26-07-15, 20:13
Just those 3 available by the looks of things. I don't know what plans Zoltan has to extend it.

You can see all the API methods available by adding the URL as a service reference in Visual Studio. Alternatively just put the URL into this tool http://wsdlbrowser.com/ if you are not using Visual Studio.

EvilHogg
27-07-15, 05:02
Cool thanks for the help. Ill do what I can with the available methods.