Advertisement

03.30.2008 at 07:10PM PDT, ID: 23281476
[x]
Attachment Details

WCF - Inner namespaces

Asked by UnexplainedWays in Miscellaneous Web Development, Programming for ASP.NET, Web Services Description Language

Is it possible to seperate calls in wcf with namespaces or something similar? I'm after something like the code posted below but to seperate AAA & BBB into something like

service.A.AAA()
service.B.BBB()

Is this possible?  thanks.


Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
[ServiceContract]
public interface IService
{
  [OperationContract]
  int AAA(); 
 
  [OperationContract]
  int BBB();
}
 
Loading Advertisement...
 
[+][-]03.31.2008 at 09:07AM PDT, ID: 21246648

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Miscellaneous Web Development, Programming for ASP.NET, Web Services Description Language
Sign Up Now!
Solution Provided By: tedbilly
Participating Experts: 1
Solution Grade: B
 
 
[+][-]03.31.2008 at 05:36PM PDT, ID: 21250376

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 04:04PM PDT, ID: 22156991

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628