473,498 Members | 1,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to change the Web Services template for viewing available operations and calling them

Folks,

When you access your XML Web Service in IE for example (using HTTP), you get
the familiar to all of us page:

The following operations are supported. For a formal definition, please
review the Service Descrdiption.

My question is - how can I modify this default template?

Regards,
George Jordanov Ivanov
Mar 22 '06 #1
4 1547
q
C:\windows\Microsoft.NET\Framework\v2.0.50727\CONF IG\DefaultWsdlHelpGenerator.aspx

Mar 23 '06 #2
Hi George,

As for your question, I'm wondering whether you're wantting to replace the
whole default webservice helper page or just want to provide a custom WSDL
document for your webservice?

If we want to replace the whole webservice description helper page, we can
use the <wsdlHelpGenerator> setting in web.config to replace the default
page with our own web page:

#<wsdlHelpGenerator> Element
http://msdn2.microsoft.com/en-us/lib...7k(VS.80).aspx

If we just want to provide a custom WSDL document, we can refer to the
below web article:

#Using a Custom WSDL File in ASP.NET Web Services
http://pluralsight.com/blogs/craig/a.../15/17482.aspx
Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may

learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Mar 23 '06 #3
Thanks guys! You rock ... :))

-- George Jordanov Ivanov
www.givanov.net/blog
"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:J%****************@TK2MSFTNGXA03.phx.gbl...
Hi George,

As for your question, I'm wondering whether you're wantting to replace the
whole default webservice helper page or just want to provide a custom WSDL
document for your webservice?

If we want to replace the whole webservice description helper page, we can
use the <wsdlHelpGenerator> setting in web.config to replace the default
page with our own web page:

#<wsdlHelpGenerator> Element
http://msdn2.microsoft.com/en-us/lib...7k(VS.80).aspx

If we just want to provide a custom WSDL document, we can refer to the
below web article:

#Using a Custom WSDL File in ASP.NET Web Services
http://pluralsight.com/blogs/craig/a.../15/17482.aspx
Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may

learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

Mar 23 '06 #4
You are welcome George.

I am glad to be of assistance.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may

learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Mar 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1836
by: Alex Sab | last post by:
Hi, I am having trouble describing in a schema that elements can be mandatory in one part and not mandatory in another part of the xml document. Here is a sample xml file <Model:Templates>...
1
2816
by: Julius Fenata | last post by:
Dear all, I need help to change my item-template value format... Here is my case, I have a datagrid, with 'SubjectPrice' field, and when the grid displayed, my 'SubjectPrice' field displayed...
7
6002
by: Stu | last post by:
Hi, I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is...
4
1325
by: Slim | last post by:
Do you need to add Web Services to your web site if they are actually on your web site. To explain it better, I built some web serves, and on my menu it says add web references, you then have a...
1
983
by: billsahiker | last post by:
Using vs2005 Professional edition, I created a new VB project by selecting the Services Template. It generated two items: Service1.vb with the OnStart and OnStop methods and Service1.VB. It seems...
7
21124
by: ManningFan | last post by:
I've got a field in a table that keeps the name of functions I need to run. I do a DLookup on the table to retrieve the name of the function I need to run (based on whatever criteria). How...
14
1462
by: kmpathy | last post by:
I am new Sql Plus Want to know the command for viewing databases avaialble using default password and username on my co. server.. (example : dir command for viewing files) help me.
0
1409
by: Deceneu | last post by:
Hi everyone, this is my first post so please bear with me. I have the following situation: i have a local report that needs to have two "versions": one for viewing in the report viewer (with all...
2
1166
by: xendeth | last post by:
I have an assignment to do in class that requires making methods that store data (inputing a student name, number of credits,etc) then storing that information elsewhere. I need some major help...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7004
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7167
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6890
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5464
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4593
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1423
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
657
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.