Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Web service function name to display spaces in framework 2.0

Last post 04-25-2008 7:47 AM by sb_rkarnati. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 04-25-2008 7:47 AM

    Web service function name to display spaces in framework 2.0

    Hi, We have a web service in .NET framework version 2.0 (C#). We need to create a function in that web service with name ilke, say, 'ABC'. We want this function to be displayed as "A B C" - in other words, its display name should contain spaces. In .NET framework 1.1, we are able to do this, by using the message_name attribute of the web method. We gave the function name, with spaces, in the message_name attribute and it displayed alright. When we give it in message_name attribute of web method in version 2.0, it is displaying the function name itself. Is there a way where we can display a function name in a web service WITH spaces, in .NET framework version 2.0. Thansk in advance RS
    • Post Points: 5
Page 1 of 1 (1 items)