x***y 发帖数: 633 | 1 I published a web service in Visual Studio and this web service accepts a
message in the XML format of one predefined schema, which has been published
with the web service(I have the URL). The root of this schema has several
child node, each of which has several child elements. The question is, when
I try to consume this web service via a web page by inputing data into a
form, how to get the message from the data in the form according the known
schema, automatically? Is javascript or AJAX able to do this? need details. |
|