CodeXSWebservice - Version 0.57ßClick here for a complete list of operations.
ModifyCode
Returns a string array of the valid code modifier modes for output code generation in the following form:
'{Code modifier parameter}:{Description}'.
Returns
Returns an array of values representing the valid code modifier modes supported. These values are shown below:
| CXSC | Use CodeXS modifiers (returned as 'CXSC:Generate code using CodeXS code modifiers') |
| NONE | None (returned as 'NONE:Generate XSD.EXE raw mode code') |
Test
The test form is only available for requests from the local machine.SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /CodeXS/CodeXS.asmx HTTP/1.1
Host: www.bware.biz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.bware.biz/DotNet/Tools/CodeXS/WebService/ModifyCode"
<?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>
<ModifyCode xmlns="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/" />
</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>
<ModifyCodeResponse xmlns="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/">
<ModifyCodeResult>
<string>string</string>
<string>string</string>
</ModifyCodeResult>
</ModifyCodeResponse>
</soap:Body>
</soap:Envelope>
Other Resources- Download a simplified sample client application that uses this webservice.
- The CodeXS Online Tool is an interactive online tool that uses this webservice.
- Read an online article describing how the CodeXS tool works.
Copyright © 2006 Businessware Architects cc. All rights reserved.