具体看项目源文件:包含: ip地址查询, QQ在线状态查询,和自定义的MD5 破解和加密(呵呵有形无势...)

          http://pan.baidu.com/s/1bn09WQj

SOAP 1.1


The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.


POST /MD5Crack.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/MD5Encrypt" <?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MD5Encrypt xmlns="http://tempuri.org/">
<plainText>string</plainText>
</MD5Encrypt>
</soap:Body>
</soap:Envelope>

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length <?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MD5EncryptResponse xmlns="http://tempuri.org/">
<MD5EncryptResult>string</MD5EncryptResult>
</MD5EncryptResponse>
</soap:Body>
</soap:Envelope>

SOAP 1.2


The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.


POST /MD5Crack.asmx HTTP/1.1
Host: localhost
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length <?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<MD5Encrypt xmlns="http://tempuri.org/">
<plainText>string</plainText>
</MD5Encrypt>
</soap12:Body>
</soap12:Envelope>

HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length <?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<MD5EncryptResponse xmlns="http://tempuri.org/">
<MD5EncryptResult>string</MD5EncryptResult>
</MD5EncryptResponse>
</soap12:Body>
</soap12:Envelope>

HTTP POST


The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.


POST /MD5Crack.asmx/MD5Encrypt HTTP/1.1
Host: localhost
Content-Type: application/x-www-form-urlencoded
Content-Length: length plainText=string

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length <?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>
 

最新文章

  1. .net windows Kafka 安装与使用入门(入门笔记)
  2. win10安装blueCFD
  3. Zabbix客户端安装
  4. printf的特殊用法
  5. ClickOnce部署(4):下载多个安装包
  6. 预备作业02:成功经验与C语调查20155230
  7. Writing the first draft of your science paper — some dos and don’ts
  8. Js中的window.parent ,window.top,window.self ,window.openner详解
  9. dojo 资源库
  10. http://www.cnblogs.com/yyyyy5101/archive/2011/03/11/1981078.html
  11. ASP.NET - Repeater控件删除按钮,点击删除信息
  12. 求解轨道力学二体意义下的Lambert方程(兰伯特方程)的Fortran程序
  13. 百度地图 js api 实现 line 居中显示
  14. Java类加载机制、类加载器和反射机制-思维导图
  15. 基于Quartz实现简单的定时发送邮件
  16. 側滑回退的layout(相似IOS側滑回退到上一个activity)
  17. python之科学函数课——Numpy
  18. arcengine新建要素类
  19. STM32F105开发板
  20. 【CUDA学习】内核程序调试

热门文章

  1. 如何查看google chrome 插件源码
  2. UI---startup--jquery
  3. linqPad帮助你快速学习LINQ
  4. 【摘自网络】陈奕迅&amp;&amp;杨千嬅
  5. Qt 自定义 滚动条 样式(模仿QQ)
  6. CSS之position
  7. VMware网络配置 - 三种网络模式简介
  8. sql server 2008查询窗口怎么显示行数
  9. C#获取管理员权限
  10. html5引用公共头尾