You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of the request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:acc="http://www.symxchange.generated.symitar.com/account" xmlns:tns="http://www.symxchange.generated.symitar.com/common/dto/common"> <soapenv:Header/> <soapenv:Body> <acc:getAccountSelectFields> <Request MessageId="getAccountMsg">// This MessageId is what we want to be able to add. <AccountNumber>XXXXX</AccountNumber> <Credentials> <AdministrativeCredentials> <Password>XXXX</Password> </AdministrativeCredentials> </Credentials> <DeviceInformation DeviceType="XXX" DeviceNumber="XXXX"/> //Same in this case for Device Type and Device Number <SelectableFields> </SelectableFields> </Request> </acc:getAccountSelectFields> </soapenv:Body> </soapenv:Envelope>
The text was updated successfully, but these errors were encountered:
We want to add an attribute to one element in the xml for soap API integration. So far there is no way to add it in the UI or using the WDSL
https://community.creatio.com/questions/soap-integration-xml
Example of the request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:acc="http://www.symxchange.generated.symitar.com/account" xmlns:tns="http://www.symxchange.generated.symitar.com/common/dto/common"> <soapenv:Header/> <soapenv:Body> <acc:getAccountSelectFields> <Request MessageId="getAccountMsg">// This MessageId is what we want to be able to add. <AccountNumber>XXXXX</AccountNumber> <Credentials> <AdministrativeCredentials> <Password>XXXX</Password> </AdministrativeCredentials> </Credentials> <DeviceInformation DeviceType="XXX" DeviceNumber="XXXX"/> //Same in this case for Device Type and Device Number <SelectableFields> </SelectableFields> </Request> </acc:getAccountSelectFields> </soapenv:Body> </soapenv:Envelope>
The text was updated successfully, but these errors were encountered: