August 21, 2007 Update/Patch for the following components: 

* XML-Relational Connectors (HTTP, SOAP)

This update applies to the 5.0 SP3 version of:
  MetaMatrix Enterprise Server
  MetaMatrix Enterprise Designer 
  MetaMatrix Dimension Designer

The following cases/defects are addressed by this update:
	Case 5915/HTTP Request does not include other parameters.  This beta addresses only HTTP Post requests
with an XMLDocument request type.  It will ensure that both a query string supplied with the Server URI and the 
request XML document are included in the final query string.  Patch p503_070809_0001_XMLR.jar should be applied 
before this patch and b503_070821.jar should be the first jar in the connector classpath.

Update Contents:
	b503_070821.jar


Update Instructions - MetaMatrix Server
  1. Launch the MetaMatrix Enterprise Console and connect to the target server.
  2. In the MetaMatrix Console, navigate to Configuration > Integration Server > Extension Modules.
  3. Select b503_070821.jar in the list and click the Import button.
  4. In the Import Extension Module Wizard dialog, browse to the location of b503_070821.jar and select it.
  5. Click Next and follow the remaining prompts to complete the import process.
  6. Identify the connector bindings using the XML-Relational SOAP and/or XML-Relational HTTP connector that you wish to patch.
  7. For each binding:
  	a) stop the binding if it is running
  	b) edit the binding
  	b) update the Connector Class Path binding property adding the following text at the beginning of the classpath:
  		extensionjar:b503_070821.jar;
  	c) save the changes
    d) (re)start the binding

Update Instructions - MetaMatrix Enterprise Designer 
  1. In Model Explorer, select a VDB and open it.
  2. Select the Execute tab at the bottom of the VDB view.
  3. On the Execution Status page, click "Open the configuration manager...".
  4. In the Configuration Manager view, under Extension Modules click "Import an extension jar (.jar)".
  5. Browse to the location of b503_070821.jar file, select it and click Open.
  6. Click OK to acknowledge the file was imported.
  7. Identify the connector bindings using the XML-Relational SOAP and/or XML-Relational HTTP connector that you wish to patch.
  8. For each binding:
  	a) edit the binding by highlighting it on the Execute tab for your VDB and choosing Edit.
  	b) update the Connector Class Path binding property adding the following text at the beginning of the classpath:
  		extensionjar:b503_070821.jar;
  	c) save the changes
  9. Re-execute your VDB to test.
 
Update Instructions - MetaMatrix Dimension Designer 
  1. Select Models->Edit Connector Bindings.
  2. On the Execution Status page, click "Open the configuration manager...".
  3. In the Configuration Manager view, under Extension Modules click "Import an extension jar (.jar)".
  4. Browse to the location of the new b503_070821.jar file, select it and click Open.
  5. Click OK to acknowledge the file was imported.
  6. Identify the connector bindings using the XML-Relational SOAP and/or XML-Relational HTTP connector that you wish to patch.
  7. For each binding:
  	a) edit the binding by highlighting it on the Execute tab for your VDB and choosing Edit.
  	b) update the Connector Class Path binding property adding the following text at the beginning of the classpath:
  		extensionjar:b503_070821.jar;
  	c) save the changes
  8. Re-execute your VDB to test.