Multiple service contract with single binding

Hi
I am new to WCF and would like to use two or more service contract using same end point binding such as netTCPBinding.
I have done some research but no luck any advice

Hi,
For this scenario, Endpoints identify a WCF Service. An EndPoint is a combination
of Address, Contract and Binding. Mathematically an EndPoint can be defined as below:
A+B+C=E
If the same service is hosted      on multiple addresses with the same Binding and the same Contract
If the same service with a      different Contract on the same Address and for the same Binding
If the same service with a      different Bindings on the same Address and for the same Contract.
We can say that as a service designer you may consider to create multiple EndPoints in the following scenarios.
Service wants to expose more      than one type of binding.
Service wants to expose more      than one contract on the same binding.
Service wants to expose same      binding and contract on different addresses.
For more information, you could refer to:
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/dealing-multiple-endpoints-of-a-wcf-service499/
Regards

Similar Messages

  • Service contract with multiple validity period

    Hi,
    I am having a requirement where i need to create service contracts with multiple validities.
    some contracts may have 1 year validity, some six months.
    I already have a transaction type for contract which is having 1 year validity period assigned in its date profile.
    can i use the same transaction to create contracts for 6 months???
    Regards,
    PePe

    Hi,
      Yes you can use the same transaction type for the other validity period. What you can do is when you create a service contract, it will automatically pick up the 1 year duration since you have defined that way. But you can write some enhancement in ORDER_SAVE Badi.
    First you create a Z table and maintain the different durations (say based on your item) in a Z table.
    For example,
    item    duration(months)
    100       6
    200       12
    300       18
    400       24
    So at the time of saving the contract, your Badi implementation will be triggered and there you can pick up relevant duration (say 6 months) based on the item entered in your contract. And once you get the duration, you can change the Contract End date accordingly and then it will be saved. This way you can get the Contract duration as per your requirement.
    Hope it HELPS...
    Regards,
    Shailesh Jadhav

  • UNBILLED RECIEVABLE ACCOUNT- SERVICE CONTRACT WITH REVENUE RECOGNITION

    Hi SAP Gurus,
    I want to draw your kind attention towards my problem:
    I have created  service contract with one year contract and created an invoice for the whole year in advance.
    Now in-between i cancelled  a contract (after three months) and want to recognised a revenue for the contract period , so i'm creating a revenue recognition for the three months one by one using  transaction code-VF44,
    first month revenue recogniton is working fine as first month amount is going from deffered account to revenue account
    But for second month instead of deffered account ,system is using unbilled recievable account  ,which is wrong .
    Can anybody tell me why the system is picking unbilled receivable account instead of deffered account in case of second month revenue recogniton.
    This may help us:
    "When i was cancelling a contract ,at that time i was entering a billing plan end date in billing plan tab at an item level.
    and just after entering end date ,system was creating two lines instead of one in billing plan tab and i think because of that extra line system is picking unbilled receivables in second revenue recognition."
    Thanks in advance
    Ujjawal
    Edited by: Ujjawal Singh Karki on Dec 29, 2010 12:05 PM

    Hi,
    Thank you for your reply.
    I am doing a contract billing for overall period that is for 12 months (contract is of 12 months).
    Just after 3 months i have realized that somehow we have to cancel the contract and we canceled that in 3rd month.
    I had created the created a contract with periodic billing plan and for canceling that contract i'm putting contract end date in BILLING PLAN TAB as 31/03/2011 (Let say contract is from 01/01/2011 to 31/12/2011).
    Can you/anybody please tell me whether is this the correct way of canceling the contract with periodic billing plan?
    As per your analysis:
    "It seems you have done the billing document for one period and you are doing the RR document for multiple periods and hence the revenue is going to unbilled receivable account for the period for which billing document has not been done"
    As i have billed the customer for 12 months but contract was only for 3 months so i'll create RR for only 3 months and for rest of the period (i.e. 9 months) i'll create credit memo and send it to customer.
    "Please use a billing type where you will specify only start date and end date of the contract and not the billing plan in contract"
    How can we use billing type for contract start and end date .
    I think as soon as i'm changing the dates in billing plan tab system is proposing another line item with different  billing dates and that is not getting covered under deferred account that is still unbilled amount .
    Waiting for your valuable inputs.
    In case of any clarification kindly revert to me.
    Thanks,
    Ujjawal
    Edited by: Ujjawal Singh Karki on Jan 20, 2011 11:10 AM

  • How to delete multiple data domains with single step ?

    how to delete multiple data domains with single step ?

    You can go to your Endeca-Server domain home e.g.($WEBLOGIC-HOME$/user_projects/domains/endeca_server_domain/EndecaServer/bin)
    run
    [HOST]$ ./endeca-cmd.sh list-dd
    default is enabled.
    GettingStarted is enabled.
    endeca is enabled.
    BikeStoreTest is enabled.
    create a new file from the output just with the domains that you want to delete and then create a loop
    [HOST]$ vi delete-dd.list
    default
    GettingStarted
    endeca
    BikeStoreTest
    [HOST]$ for i in $(cat delete-dd.list); do; ./endeca-cmd.sh delete-dd $i; done
    Remember that this can not be undone, unless you have a backup.

  • Service Contracts  with billing plan not updating debit memo request in ECC

    For service contracts with billing plan, we cancel the line items and set the user status at header to "cancelled" and also set the cancellation date (under Cancellation Tab) at the header as well as item level which delete all items in the “DMR” in ECC (which are not yet billed). When we do this, it works perfect for most of the time and in some cases DMR items are not updated in ECC and it is billing. When I checked in CRM, the billing plan items are updated based on the cancellation date.
    Experts appreciate your help on this issue.
    Thanks,
    George.

    This is resolved by the note 1008663

  • Want to add multiple idoc type with single message type.

    Hi Gurus,
    I have a problem. I want to add multiple idoc type with single message type in WE20.
    How we can do this in WE20 or is there any other way to do that?
    Please help me.
    Thanks in advance.
    Srimanta.

    hi,
    basically in partner profile i.e. in we20 , we add details to the receiver / sender port that we have created using we21.
    so what exactly we do in that is that we first use the message type for those idocs that we have created.
    now based on those message type we create a process code. now this is the reason why you cannot apply several message types with the same name in we20... as process code is unque for each message type.
    so thats why you can only assign the same message name to several idocs in we82 and then in we20 define the process code for that message type.
    it will solve your problem.
    hope this will help you!!!
    Thanks & regards,
    punit raval.

  • Prinitng a Service Contract with Terms and Contracts

    Hi All,
    I have a doubt on "Printing Service Contract with terms and conditions".I have searched numerous articles on web and as well as on metalink. But I couldn't find any solution yet.Can someone please suggest on how to print a service contract with terms and conditions on it?
    EBusiness Version: Oracle Applications 12.1.3
    Any suggestions are highly appreciated.
    Thanks in advance!!

    Hi,
    I'm waiting for your valuable inputs.
    I want to add one more thing,
    Please go through following pointrs:
    1. I have changed billing plan date for 1st line item ,then simultaneously system was adding one more line item in billing pan with -ve value.
    2. I have changed the billin plan in rest of the 3 line items then simultaneously system is adding one more line item but WITH POSITIVE VALE.
    Can anybody tell me beacuse of why system is creating one line item with -ve value and rest of the line item with positive value?
    which functionality or behaviuor of contract with priodic billing plan, is this happening in a system?
    Thanks in advance,
    Ujjawal

  • IPhone Service Contract with AT&T

    I bought my iPhone on August , 2008 and broke it from dropping on concrete pave last year.
    I had to go to AT&T retail store in my town to get a replacement phone.
    Since i was still with 2 year service contract with AT&T, i had to pay full price for an 16G iPhone for replacement, which was like, i believe 600 dollars.
    When i called AT&T to see of my upgrade option to new iPhone 3GS today and they told me that i was not eligible until September of 2010 since i renewed the 2 year service contract on the day o purchaed new iPhone with full price for replacement last year.
    He understand what doesn't make sense. But he kept saying it is because it is iPhone.
    Is it True?
    or am i missing something?
    what's the point of buying a new iPhone in Full Price?
    Full Price means no obligation of 2 year contract?

    did you miss what i say about the replacement iPhone last year?
    it was full priced, which means i had NO OBLIGATION of 2 year service contract.
    what if you bring your extra iPhone that you get from your friend after he/she upgrade his/her iPhone 3G to 3GS and activate to replace your damaged 3G iPhone?
    I know they want $300 difference between full price and discounted price of iPhone 3G when i first purchased it. they scoup out from me every month for 2 years. but it is all for the first phone.
    Let's imagine.
    the first phone is gone, it is not there and i don't even have a phone. but still i have to pay for monthly service charged for 2 years.
    i understand.
    I agree to pay 60 dollars of monthly service charges to AT&T for 24 month even though i don't even have a phone because i owe 300 dollars from them to get my phone in discounted price.
    I bought a new iPhone in full price, which i am not obligated to pay discounted price for another 24 months because i did not have any discount from AT&T at all. But i had to pay few dollars to AT&T for activation service.
    Am i still missing something?

  • Service Contract with Multiple Prices

    Dear Experts,
                                We are using a periodic billing plan for our  service contracts and have an issue regarding pricing. The billing docs are created directly from the contracts using the billing plan. The contracts are multi-year contracts where billing to the customer is done, say @ price1 for year 1, @ price2 for year 2, and so on.. Even though we have maintained price condition PPSV for each of the years,we are still getting only one price(the current price) in the billing plan in the contract. Is it possible to get a billing plan in the service contract to appear as follows:
    Year 1 - Price 1
    Year 2 - Price 2
    Year 3 - Price 3
        We are  aware that the system will pick up the correct billing price/amount in the billing doc based on the validity of the pricing condition(PPSV) and using suitable copy controls between contract-->billing doc, but is there a way to get the billing plan appear with multiple billing prices/amounts for each year of the contract?
    We would appreciate your inputs.
    Many thanks.
    Regards,
    Shareeq

    [Useful info|http://www.sapfans.com/forums/viewtopic.php?f=7&t=314620]

  • Configuring multiple services in a single instance database

    Dear All,
    I would like to create multiple service names for a single instance oracle database (10.2.0.3 on IBM - AIX 6.1). I tried searching on the net, reading documentation, and also on the metalink but couldn't find anything relevant to single instance database.
    Say I have two users, userA and userB, for which I would like to use two services (ServA and ServB) to connect to the same single instance database.
    Any help in this direction is appreciated.
    Regards

    Oracle Lover3 wrote:
    Thanks for your quick solution.
    By the time you answered I was able to locate it in the documentation. I have tested it and its working perfectly. Here's the documenation link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams188.htm#i1133481
    It is very hard to believe you didn't find this in the documentation, and my suspicion is you didn't search for it at all.It is very hard to believe that you don't trust others and end up in suspicion. I wish you were sitting next to me while I was searching for the link/document.It is because the vast majority of doc questions are asked by people who don't read the docs at all.
    Now, I'm curious about your requirement. While it can be done, it is pretty unusual. That always leads me to want to step back from the technical question and ask What business problem is this solving?

  • Mapping between multiple portal user with single R/3 user

    Hi,
        It is possible to map  multiple portal user to the single R/3 user? If yes, than what is procedure to achieve it? It is possible to logon same time more than one portal user which is mapped with same R/3 user in production system?
    Thanks,
    Kundan

    you can always do that using user mapping in user admin->identity management
    where for each user details you get a tab  called user mapping.
    you have to create a R3 system in system admin and a give a system alias to it
    Use this system alias in user mapping /
    You can map multiple portal users with a single R3 user and can work parallelly.
    But make sure that you have proper license in doing that.
    Raghu

  • Issue While Terminating a Service Contract with future date

    Hi CRM Gurus,
    We are in Oracle EBusiness Suite version R12 (12.1.3) and implementing service contracts for a client.
    Please help us with the following issue that we are facing while terminating  a service contract line with future date (end of the month).
    Example :
    A Contract 123 with 10 months of duration (Start Date:01-JUL-2013 and End Date: 30-APR-2014) has a service line 1.0 with unit price as $50 for a period of 10 months .The billing schedule is set for 10 months with each month for $50.
    The create main billing is run for the month of Jul 2013 and Aug 2013 and is sent to AR.Now we want to terminate the contract line with 30-Sep-2013 as termination date without any credit back to the customer so that we want to charge for month of Sep as well for $50.
    When we give 30-Sep-2013 as termination date and terminate the line, the billing schedule refreshes with $50 for Jul1-Jul 31 and $50 for Aug1-Aug31 and $48.39 for Sep1-Sep 29 instead of  30-Sep which is the termination date that we see on the line.
    The requirement is that we want to have the  billing for $50 even for the month of Sep,but the system only calculates for $48.39(which is 1 day minus) for the month of Sep. When we give Oct 1 as termination date ,then we get the schedule dates and amounts correctly i.e. 01-Sep to 30-Sep for $50.
    How do we achieve to bill for $50 when we put 30-Sep-2013 as termination date ? I see that the regular termination process does not consider timestamp while providing the termination date.
    Is this a bug or is there a patch for this or is there a workaround for this other than providing 01-Oct as termination date ?Please help.
    Regards,
    Sandeep Gorla

    Update the Ar Interface Table with  value 50$ for that record, before the Invoice gets created.

  • Service contract with quantity.

    hi experts,
    my client track all material enter in the your organization through vendor at the time of services but do not want to maintain any liability.
    for e.g
    1.     a service requisition raised by user and purchase order has created.
    2.     when vendor has started the job with own material but has no record(no. of tools & material carry) at the time of gate entry in the company.
    3.     management will track all tools & materials along with vendor services.
    4.      after finishing the job. user has verified job by service sheet.
    how will manage or process to enter service vendor with material in the system. so, company will know each & every lacuna b/w vendor & user.
    kindly suggest the best process to handle in the system.
    thanks in advance.
    regards,
    deepak.

    Hi,
    You can go for Model service specifications which logically grouped together with related services and materials required to complete a particular task and ordered together.
    For more,refer
    http://help.sap.com/erp2005_ehp_05/helpdata/en/a3/49eb41f174e23ee10000000a155106/content.htm?frameset=/en/9d/6799d8cbc011d2b4b2006094b93006/frameset.htm
    http://help.sap.com/saphelp_srm70/helpdata/en/8b/5e5fe4bbad41a8abec38234710778e/content.htm
    Regards,
    Biju K

  • Using multiple wireless networks with Single sign on?

    The university that I currently work for has switched from one wireless SSID to 2 separate SSIDs that separate the student users from the faculty/staff users. At this time only the Faculty Staff can log into STAFF and students can only log into STUDENT...
    I have a few laptop carts that were setup for student use and have single sign on configured for the STUDENT wireless connection. The laptops are on the university's domain so that students have access to the home drives.
    We run into problems when Faculty try to use a laptop to teach a class. They are unable to log in because their credentials are not authorized for the STUDENT wireless network. 
    So...Is it possible to setup 2 wireless profiles (STUDENT and STAFF) with single sign on and give the user an option to choose from?

    Hi,
    Based on your description, I would like to suggest you use Group Policy to configure Wireless Network Settings:
    Using Group Policy to Configure Wireless Network Settings
    http://technet.microsoft.com/en-us/magazine/gg266419.aspx
    Please follow the information from the link above to check the issue.
    If it doesn’t work, I recommend you initial a new thread in our Windows Server Forum for further assistance.
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=windowsserver
    Hope it helps.
    Regards,
    Blair Deng
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Disable multiple users login with single user id

    hi,
    I have a problem. I give a single user id to a  person and many people login to the server from different computers through that id.
    Please tell me how to block that only one user can login with a particular id at a particular time

    Hi Balaji,
    To disable multiple logins add parameter login/disable_multi_gui_login = 1 using RZ10
    Hope this help!
    Juan
    Please reward with points if helpful

Maybe you are looking for