Friday, 15 August 2014

How to add service to a WCF Service library. Is this correct? -



How to add service to a WCF Service library. Is this correct? -

i new wcf , .net application. pardon me if asking basic , silly question.

basically project create wcf service phone call oracle stored procedure returns set of parameters passed exchange server send email.

for far have done this: in vs 2010 create project; visual c#; wcf; select wcf service library. described "a project creating wcf service class library (.dll)". gives app.config debug brings wcf service host , wcf test client automatically. followed msdn sample given below in next website:

http://msdn.microsoft.com/en-us/library/ms731835.aspx

now added project same solution , chose wcf service application host above in iis host. gives me web.config file.

before proceed next question please allow me know if lastly step right or wrong? proceed farther tried add together implementation service reference in web.config file.

when seek debug getting service host running seperately (an icon on machine) , wcf test client opens well. correct? how proceed further? have no clue.. create methods phone call stored procedure using info access?

how proceed further? stuck. please help.

thank you.

you on right path need phone call stored procedue , phone call read info , invoke method , pass client. here total illustration screenshot help

sql server http://www.codeproject.com/tips/468354/wcf-example-for-inserting-and-displaying-data-from

wcf info services , odata oracle database http://download.oracle.com/oll/obe/entityframeworkwcf/wcfentityframework.htm

invoking operations on oracle database wcf http://msdn.microsoft.com/en-us/library/dd788075%28v=bts.10%29.aspx

wcf

No comments:

Post a Comment