插件介绍
# Wizdler
识别页面上的WSDL信息,以向您显示可用的服务和操作。单击操作以生成SOAP请求并查看响应。通过单击该服务,您可以在单个ZIP文件中下载WSDL和外部XSD文件。
您可以在http://www.webservicex.com/globalweather.asmx?WSDL上试试。当WSDL被识别时,地址栏中的图标将允许您列出它的操作。单击该操作后,将显示带有预生成消息的SOAP请求编辑器。编辑它并按下Go查看响应。使用Go按钮附近的菜单编辑HTTP报头。单击页面底部的选项卡在请求和响应编辑器之间切换。
如果可以的话,请使用编辑页面右下角的PayPal链接给我买瓶啤酒。否则,把评论留在“Reviews”标签上。
Wizdler现在在GitHub上:https://github.com/pepri/wizdler
将其用于bug报告和特性请求(最理想的形式是拉请求)。
# #权限
你所有网站上的数据
:用于检查当前网站是否包含WSDL定义。
你的标签和浏览活动
:弹出需要访问选项卡来打开SOAP请求的编辑器。
我们不收集或发送任何信息。
# #特性
—在可理解树中查看WSDL信息。
-在一个ZIP文件中下载WSDL及其相关的XSD定义。
—为指定的操作生成一个示例SOAP请求。
—编辑并发送请求,查看响应。
-记住最后一次请求
-认证(HTTP Basic, WSSE PasswordText, WSSE PasswordDigest)
# #学分
- Ace - Ajax.org Cloud9编辑器的请求与语法高亮。
-简单和灵活的HTML, CSS,和Javascript流行的用户界面组件和交互。
jQuery -快速简洁的JavaScript库,简化HTML文档遍历,事件处理,动画,和Ajax交互快速web开发。
- JSZip -生成ZIP文件的JavaScript类。
vkBeautify - JavaScript插件美化打印或缩小文本的XML, JSON和CSS格式。
-等效XML JS -等效XML JS旨在简化测试XML输出的过程。
# #最新变化
-处理WSDL导入和XSD包含
-特别处理XML树扩展
-更新使用最新的Chrome扩展API
增加了对本地WSDL文件的支持
-修正了elementFormDefault的默认值为“不合格”
-增加了对WSDL文件中多个模式的支持
—在隐身模式下,编辑器会在同一窗口中打开
—对弹出窗口中的服务、端口和操作进行排序
-修复了反滚动条的CSS (Chrome 25引入的bug)
# Wizdler
Recognizes WSDL information on the page to show you the available services and operations. Click the operation to generate the SOAP requests and view the response. By clicking the service, you can download WSDL and external XSD files in single ZIP file.
You can try it on http://www.webservicex.com/globalweather.asmx?WSDL. When WSDL is recognized, the icon in the address bar will allow you to list its operations. After clicking the operation, the SOAP request editor with pre-generated message is shown. Edit it and press Go to see the response. Use the menu near the Go button to edit HTTP headers. Click tabs on the bottom of the page to switch between request and response editor.
If you can, buy me a beer using the PayPal link in the right bottom of the editor page. Otherwise, leave the review on the "Reviews" tab.
Wizdler is now on GitHub: https://github.com/pepri/wizdler
Use it for bug reporting and feature requests (ideally in form of pull request).
## Permissions
Your data on all websites
: Used to check whether the current website contains the WSDL definition.
Your tabs and browsing activity
: The popup needs to access the tab to open the editor for SOAP request.
We do not collect nor send any information.
## Features
- View WSDL information in a comprehensible tree.
- Download WSDL and its related XSD definitions in a single ZIP file.
- Generate a sample SOAP request for a specified operation.
- Edit and send the request to view the response.
- Remember last request
- Authentication (HTTP Basic, WSSE PasswordText, WSSE PasswordDigest)
## Credits
- Ace - Ajax.org Cloud9 Editor for editing the request with syntax highlighting.
- Bootstrap, from Twitter - Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
- jQuery - Fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
- JSZip - A JavaScript class for generating ZIP files.
- vkBeautify - JavaScript plugin to pretty-print or minify text in XML, JSON and CSS formats.
- Equivalent XML JS - Equivalent XML JS is designed to ease the process of testing XML output.
## Latest Changes
- Handle WSDL imports and XSD includes
- Specifically handle the XML Tree extension
- Updated to use the latest Chrome Extensions API
- Added support for local WSDL files
- Fixed the default value of the "elementFormDefault" to "unqualified"
- Added support for multiple schemas in WSDL file
- In incognito mode, the editor is opened in same window
- Services, ports and operations in the popup window are sorted
- Fixed CSS for antiscroll scrollbars (bug introduced in Chrome 25)
浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展
- 上一篇:APK Downloader
- 下一篇:CSS Peeper
识别页面上的WSDL信息,以向您显示可用的服务和操作。单击操作以生成SOAP请求并查看响应。通过单击该服务,您可以在单个ZIP文件中下载WSDL和外部XSD文件。
Wizdler解析WSDL文件并为您生成SOAP消息。
Wizdler是一款开发者工具插件,测试web service服务时,通过postman或者soapui发送请求时,常为写请求体里的soap xml而感到烦恼,