构造soap请求信息
StringBuilder soap = new StringBuilder();
soap.Append("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
soap.Append("<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">");
soap.Append("<soap:Body>");
soap.Append("<Kp xmlns=\"http://tempuri.org/\">");
soap.AppendFormat("<kpxx>{0}</kpxx>", kpxxjson);
soap.AppendFormat("<kpmx>{0}</kpmx>", kpxmjson);
soap.