[jbosstools-commits] JBoss Tools SVN: r31222 - in trunk/documentation/whatsnew/ws: images and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 11 15:34:19 EDT 2011


Author: bfitzpat
Date: 2011-05-11 15:34:19 -0400 (Wed, 11 May 2011)
New Revision: 31222

Added:
   trunk/documentation/whatsnew/ws/images/wstester_3.3_nssupport.jpg
   trunk/documentation/whatsnew/ws/ws-news-1.2.2.M1.html
Log:
JBIDE-8899 - Updates for WS Tester functionality in 3.3 M1 N&N

Added: trunk/documentation/whatsnew/ws/images/wstester_3.3_nssupport.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/documentation/whatsnew/ws/images/wstester_3.3_nssupport.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M1.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.M1.html	                        (rev 0)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.M1.html	2011-05-11 19:34:19 UTC (rev 31222)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!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>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>WS Tools 3.3.0 M1 What's New</title>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-17645367-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script></head>
+<body>
+<h1>WS tools 3.3.0 M1 What's New</h1>
+
+<p align="right"><a href="../index.html">&lt; Main Index</a>  <a href="../deltacloud/deltacloud-news-0.0.1.M2.html">Deltacloud Development Tools &gt;</a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+  <tr>
+    <td colspan="2">
+      <hr/>
+      <h3>Views</h3>
+	<hr/>
+    </td>
+  </tr>
+
+  <tr>
+    <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Web Service Tester Updates</b></td>
+    <td valign="top">
+    <p>In M1 we've seriously improved support for testing WSDLs with embedded schemas and namespacing. Whereas before we were pretty namespace-unaware, as we assemble the new SOAP request, we now keep track of the various levels and changes in namespaces used by the embedded schemas.<small><a href="http://jira.jboss.org/browse/JBDS-1602">Related Jira</a></small></p>
+    <p>In addition, the tester now understands messages that define both a SOAP header and a body. If we encounter a header component to the request message, we assemble that the same way we do as the body and separate them out accordingly.<small><a href="http://jira.jboss.org/browse/JBIDE-8770">Related Jira</a></small></p>
+    <img src="./images/wstester_3.3_nssupport.jpg" />
+    </td>
+  </tr>
+
+  <tr>
+    <td colspan="2">
+      
+	<hr/>
+    </td>
+  </tr>
+	
+</table>
+
+</body>
+
+</html>
+
+


Property changes on: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M1.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list