Php 如何创建使用所有web语言的web服务

Php 如何创建使用所有web语言的web服务,php,asp.net,web-services,Php,Asp.net,Web Services,我想用asp.net创建一个web服务,喜欢使用此web服务的人应该在他们的站点中添加一个html代码 我的html代码是 <div> <br /> <asp:Label ID="lblTest" runat="server" Text="Label"></asp:Label> <br /> <asp:TextBox ID="TextBox1" runat="server">

我想用asp.net创建一个web服务,喜欢使用此web服务的人应该在他们的站点中添加一个html代码

我的html代码是

  <div>
           <br />
    <asp:Label ID="lblTest" runat="server" Text="Label"></asp:Label>
    <br />
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</div>




在我为这些控件使用ID的web服务中,如何为我的用户提供他们可以使用的所有web语言的web服务的html代码?

使用标准html而不是asp框,并记住它不会在您的“web服务”服务器上运行需要接受来自远程页面的帖子我想使用我的web服务类中文本框的值我想你需要去阅读并理解web服务是什么。