Using Protocol (Xprotect Professional) in java

I am working on Protocol integration using java and playing tutorial (Login .Net SOAP),and can’t generate stub (using wsimport) from “http:///serverapigenerator/servercommandservice.asmx?wsdl”.

i am developing on local machine (hostname = localhost) but server reply with file not found message. How can i get wsdl file from above url?

In XProtect Corporate and Expert the ServerCommandService can give you a wsdl, In XProtect Enterprise, Professional and Express the ServerCommandService cannot.

You will have to take the wsdl from the MIP SDK, and then work with that copy.

When you look at the MIP Documentation - Server Command Service SOAP Protocol Documentation - you see.

The WSDL specification may be downloaded from the server either dynamically (only XProtect Corporate) using the URL:

http://{host:port}/ServerAPI/ServerCommandService.asmx?wsdl

or here.

(The word “here” has a hyperlink and if you click it you get the wsdl.)