Which commerce server method to call ?

Commerce server provides flexibility to access its sub-systems using web services. The main drawback is web service documentation – which service to call for a particular action. If you are little bit intelligent, you can achieve this very easily.

Go to IIS and enable logging as shown in the image.

IIS

By enabling this functionality, IIS will start logging all hits to web server in the follow location
C:\WINDOWS\system32\LogFiles\W3SVC1

Note: Make sure you enable method name logging. For more information on enabling IIS logging click on below link
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b344f84e-bc77-4019-859c-9d483bc85c77.mspx?mfr=true

Now open any commerce server business tool and run any desired action. For example, you would like to approve a discount in marketing system. Just perform that action in business tools and check the log file. you can see which method the business tool has called. Enjoy….

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s