netForumXML
Click here for a complete list of operations.
MetaDataGetWizardForm
Retrieves Wizard form detaild by key
Test
The test form is only available for requests from the local machine.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 /xweb/secure/netforumxml.asmx HTTP/1.1
Host: www.sslnacwa.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.avectra.com/2005/MetaDataGetWizardForm"
<?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:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>string</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<MetaDataGetWizardForm xmlns="http://www.avectra.com/2005/">
<WizardFormKey>guid</WizardFormKey>
<szObjectName>string</szObjectName>
<oNode>xml</oNode>
</MetaDataGetWizardForm>
</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:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>string</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<MetaDataGetWizardFormResponse xmlns="http://www.avectra.com/2005/">
<MetaDataGetWizardFormResult>
<Description>string</Description>
<Title>string</Title>
<ObjectKey>guid</ObjectKey>
<ObjectName>string</ObjectName>
<ObjectPrefix>string</ObjectPrefix>
<ObjectType>string</ObjectType>
<DisplayOnly>boolean</DisplayOnly>
<Controls>
<AVFormControl>
<Caption>string</Caption>
<DataObject>string</DataObject>
<AvailableValues xsi:nil="true" />
<DependantControls xsi:nil="true" />
<Name>string</Name>
<Type>string</Type>
<IsRequired>boolean</IsRequired>
<IsReadOnly>boolean</IsReadOnly>
<IsInvisible>boolean</IsInvisible>
<DefaultValue>string</DefaultValue>
<InputMask>string</InputMask>
<CausesAutoPostBack>boolean</CausesAutoPostBack>
<GroupingTag>string</GroupingTag>
<Left>int</Left>
<Top>int</Top>
<Height>int</Height>
<Width>int</Width>
</AVFormControl>
<AVFormControl>
<Caption>string</Caption>
<DataObject>string</DataObject>
<AvailableValues xsi:nil="true" />
<DependantControls xsi:nil="true" />
<Name>string</Name>
<Type>string</Type>
<IsRequired>boolean</IsRequired>
<IsReadOnly>boolean</IsReadOnly>
<IsInvisible>boolean</IsInvisible>
<DefaultValue>string</DefaultValue>
<InputMask>string</InputMask>
<CausesAutoPostBack>boolean</CausesAutoPostBack>
<GroupingTag>string</GroupingTag>
<Left>int</Left>
<Top>int</Top>
<Height>int</Height>
<Width>int</Width>
</AVFormControl>
</Controls>
<Actions>
<AVFormAction>
<Type>SAVE or DELETE or NONE</Type>
<Exit>boolean</Exit>
<DestinationWizardFormKey>string</DestinationWizardFormKey>
</AVFormAction>
<AVFormAction>
<Type>SAVE or DELETE or NONE</Type>
<Exit>boolean</Exit>
<DestinationWizardFormKey>string</DestinationWizardFormKey>
</AVFormAction>
</Actions>
<Interface ServiceUrl="string">
<InsertMethod>string</InsertMethod>
<UpdateMethod>string</UpdateMethod>
<SelectMethod>string</SelectMethod>
<RefreshMethod>string</RefreshMethod>
<DeleteMethod>string</DeleteMethod>
</Interface>
</MetaDataGetWizardFormResult>
</MetaDataGetWizardFormResponse>
</soap:Body>
</soap:Envelope>