Request Sample to Full Publish the Action Model
The following is the request sample to full publish the action model:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/ac/services/fcservices/wsdl/2.0">
<soapenv:Header/>
<soapenv:Body>
<ns:ModelPublishRequest>
<ns:UserInfo>
<ns:UserName>admin</ns:UserName>
<ns:Password>admin</ns:Password>
<ns:Enterprise>FC400</ns:Enterprise>
</ns:UserInfo>
<ns:ModelPublishAction>
<!--You have a CHOICE of the next 2 items at this level-->
<ns:FullPublish>
<ns:MASTERCATALOGNAME>ACTION</ns:MASTERCATALOGNAME>
<!--Optional:-->
<ns:MetadataRequired>Y</ns:MetadataRequired>
<!--Optional:-->
<ns:TenantId>ent</ns:TenantId>
</ns:FullPublish>
</ns:ModelPublishAction>
</ns:ModelPublishRequest>
</soapenv:Body>
</soapenv:Envelope>
Copyright © Cloud Software Group, Inc. All rights reserved.
