function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ikram Momin 16Ikram Momin 16 

Can I add/remove multiple(two or more) managed packages in single soap UI request ?

Hi

Can I add/remove multiple(two or more) managed packages in single soap UI request ?
current body of my add manage package soap ui request is :
<soapenv:Body>
  <urn:create>
    <urn:sObjects>
      <urn1:type>UserPackageLicense</urn1:type>               

        <urn1:PackageLicenseId xmlns="">My    PackageLicenseId</urn1:PackageLicenseId>     

    <urn1:UserId xmlns="">My UserId</urn1:UserId>   </urn:sObjects>
</urn:create>
</soapenv:Body>

does there is any way where this soap request can add multiple manages packages to single user?
i tried with adding two or more "<urn1:PackageLicenseId xmlns="">My PackageLicenseId</urn1:PackageLicenseId>"
with different PackageLicenseId but not able to add.
Basically I want to add multiple manage packages in single soap request