Accessing the Orders and Profiles Webservices via HTTP
Often times when working on developing commerce server on our own local machines we don’t want to be bothered with the hassle of having to configure and maintain a HTTPS site in our local IIS. This can present a small problem when you have to work with the Orders and Profiles webservices, fortunately this is easy to configure.
Go to the directory: C:Program Files (x86)Microsoft Commerce Server 2007Business User Applications>
Open the following file with notepad: notepad CustomerAndOrdersManager.exe.config
Locate the following element:
False
Change it to:
True