Web portal and web service for serving APSoil soils. This is used in the APSIM NG download soils function among other places.
http://apsimdev.apsim.info/ApsoilWebService/Service.asmx/SearchSoilsReturnInfo?latitude=-33.2815802&longitude=149.0862242&radius=100&SoilType=
- Remote desktop into apsimdev.apsim.info
- Stop all web services in 'Internet Information Services Manager (IIS)'.
- This located on the far right once you've clicked:
APSIMDEV2-APSIM > Sites > Default Web Site
.
- This located on the far right once you've clicked:
- Open file explorer and navigate to:
Data > Websites > APSIM.Soil.Service
- In the root folder copy and replace:
Apsim.xml
packages.config
Web.config
Service.asmx
- Also copy over and replace all files in the
bin
directory. - Start the Default Web Site.
- Done.