Why are they different although they are the same asmx service?

1.1 and 1.2 are the same service

2.1 and 2.2 are the same service

Why the style between 1.1 and 2.1 is different?

One error happened in 2.1

Whether is it normal?

  • 1.1

http://10.10.130.10/ServerAPI/ServerCommandService.asmx

  • 1.2

http://10.10.130.10/ServerAPI/ServerCommandService.asmx?wsdl

  • 2.1

http://10.10.130.81:7563/recorderstatusservice/recorderstatusservice2.asmx

  • 2.2

http://10.10.130.81:7563/recorderstatusservice/recorderstatusservice2.asmx?wsdl

posted a file.

Management Server uses IIS, and this provides an automatic “demo” page. Recording Server does not use IIS but a Milestone implemented service and this does not provide the automatically created “demo” page.