User-86041214 posted
Hi:
I have a problem about parameter in webservice. I hope to develop a webservice for user to input his xml
files. But the problem is, how to make that.
Suggestion the codes like following:
[WebMethod]
public DataSet HandleXMLData(File xmldoc)
{
......
return ds;
}
is that possible to pass the parameter with its type is FILE?
or it should be string xmldoc.Thanks.