Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posibility to add attributes in SOAP the web service integration Low code. #11

Open
fbuffa2003 opened this issue May 18, 2023 · 1 comment

Comments

@fbuffa2003
Copy link

fbuffa2003 commented May 18, 2023

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>

@fbuffa2003
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant