B2B Data Exchange
- B2B Data Exchange 10.2.2 HotFix 1
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inf="http://www.informatica.com/" xmlns:sec="http://b2b.informatica.com/dx/security" xmlns:tpm="http://b2b.informatica.com/dx/tpm/"> <soapenv:Header> <inf:Security> <UsernameToken> <Username>Administrator</Username> <Password>Administrator</Password> </UsernameToken> </inf:Security> <sec:DXSecurity> <sec:DXUsernameToken> <sec:DXUsername>sys</sec:DXUsername> <sec:DXPassword DXPasswordType="PasswordText">sys</sec:DXPassword> </sec:DXUsernameToken> </sec:DXSecurity> </soapenv:Header> <soapenv:Body> <tpm:DXAccountRequest> <operation>create</operation> <account> <Name>AccountTestName</Name> <Number>123</Number> <Description>AccountTest Description</Description> <!--Zero or more repetitions:--> <CategoryName>CategoryTest1</CategoryName> <CategoryName>CategoryTest2</CategoryName> <!--Zero or more repetitions:--> <AccountAttribute> <Name>AccountAttribute1</Name> <Value>AccountAttribute1Value</Value> </AccountAttribute> <AccountAttribute> <Name>AccountAttribute2</Name> <Value>AccountAttribute2Value</Value> </AccountAttribute> <PartnerName>PartnerTestName</PartnerName> </account> </tpm:DXAccountRequest> </soapenv:Body> </soapenv:Envelope>