Skip to content

Simple sample to demonstrate SOAP web service using WCF.

Notifications You must be signed in to change notification settings

putuyoga/wcf-soap-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcf-soap-sample

Simple sample to demonstrate SOAP web service using WCF.

How to run

First, open the mySOAP.sln with your Visual Studio, and then make sure the mySOAP project as startup project.

Imgur

after that, we will start our service without debugging by click menu Debug > Start Without Debugging

Imgur

You should make sure your service run by open it via browser.

Imgur

then it will be same with step 2, you should make mySOAP.App as startup project. Next, configure service by right click configure service reference. Make sure the URL path is correct.

Imgur

Finally, run the mySOAP.App console application.

Imgur

Alternative

You can also run the Unit Test via Test Explorer inside Visual Studio.

About

Simple sample to demonstrate SOAP web service using WCF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages