B
Beginner
Hi all,
I am a new web service developer. I want to know about how to write web
service with xml schema. I have searched a lot of xml schema topic but I
don't know how to use it.
if i have a simple web service(Calculator)
[WebMethod]
public int Cals(int x,int y) {
int sum = 0;
sum = x + y;
return sum;
}
if i want to use xml schema for this web service
what xml schema should be ?????
and how to use in web service ????
Thank you for all suggestion
I am a new web service developer. I want to know about how to write web
service with xml schema. I have searched a lot of xml schema topic but I
don't know how to use it.
if i have a simple web service(Calculator)
[WebMethod]
public int Cals(int x,int y) {
int sum = 0;
sum = x + y;
return sum;
}
if i want to use xml schema for this web service
what xml schema should be ?????
and how to use in web service ????
Thank you for all suggestion