A
Arjen
Hi,
I have some starters questions.
The blank webservice in the 'webservice template' in 'visual web developer'
start with some lines of code. I hope some one can tell me more about it.
[WebService(Namespace = "http://tempuri.org/")]
- Where is this namespace used for?
- Who use it?
- What happens when I change or remove it?
- Do I need to use this line?
- Do I need to use it when using UDDI?
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
- What's this?
public Service () {
//Uncomment the following line if using designed components
//InitializeComponent();
}
- What does this mean?
Thats it! Hope someone will help!
Thanks!
Arjen
I have some starters questions.
The blank webservice in the 'webservice template' in 'visual web developer'
start with some lines of code. I hope some one can tell me more about it.
[WebService(Namespace = "http://tempuri.org/")]
- Where is this namespace used for?
- Who use it?
- What happens when I change or remove it?
- Do I need to use this line?
- Do I need to use it when using UDDI?
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
- What's this?
public Service () {
//Uncomment the following line if using designed components
//InitializeComponent();
}
- What does this mean?
Thats it! Hope someone will help!
Thanks!
Arjen