where is SOAP interface description

I am a java developer.When i read MIPSDK i can’t found detailed interface description and parameter description .For example i don’t know how to use Status SOAP Protocol to get status.Can you tell me how can i find detailed description?

The documentation Status Service SOAP Protocol Documentation is sparse on description. There is some classes that indirectly document it by documenting autogenerated classes based on the protocol.

There is also three samples:

  • Status Console
  • Status Session Console
  • System Status Client Console

These samples might be a help.

thanks. I hava another question:I called the GetCurrentDeviceStatus interface with paramters token and deviceId but it returned message “Error processing message” and ErrorNumber is 10000.

Run one of the samples mentioned while doing a network communication trace (Wireshark or similar) then compare it with your programs communication in order to troubleshoot this.