Web service function name to display spaces in framework 2.0

sb_rkarnati

Member
Joined
Dec 20, 2007
Messages
6
Programming Experience
10+
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
 
Back
Top