Posted on: 7/14/2015 1:41:32 AM | Views : 760

Hi, Within VS project
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApp1._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> </div> </form> </body> </html> how can I refer to web service below
???????????????? CO_ValidateNum ?? ?????????????????? SOAP 1.1 ??? SOAP 1.1 ????????????????????????值? POST /vango_web_services/CO.asmx HTTP/1.1 Host: 10.2.3.108 Content-Type: text/xml; charset=utf-8 C ...

Go to the complete details ...