{"info":{"_postman_id":"fab811e7-b1ca-4c5f-847e-429e3b19e275","name":"SakilaSoapAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15451357","collectionId":"fab811e7-b1ca-4c5f-847e-429e3b19e275","publishedId":"2s93eSZvRe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-30T11:25:31.000Z"},"item":[{"name":"actors","item":[{"name":"GetAllActors","id":"b84c0ce2-2530-4b48-880c-dd5a18ea49e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"\r\n               xmlns:jets=\"http://actors.soap.controllers.sakila.jets.iti.gov/\">\r\n    <soap:Body>\r\n        <jets:getAllActors>\r\n        </jets:getAllActors>\r\n    </soap:Body>\r\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b84c0ce2-2530-4b48-880c-dd5a18ea49e5"},{"name":"AddNewActor","id":"f77f5a33-4747-4cd5-970e-89e90e803f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:soap=\"http://soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <soap:addNewActor>\r\n         <arg0>\r\n            <firstName>khaled</firstName>\r\n            <lastName>hisham</lastName>\r\n         </arg0>\r\n      </soap:addNewActor>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f77f5a33-4747-4cd5-970e-89e90e803f61"},{"name":"UpdateActorById","id":"f9fb5fe6-36ce-477a-b23b-8cac4faebf3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:soap=\"http://soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <soap:updateActor>\r\n         <arg0>220</arg0>\r\n         <arg1>\r\n            <firstName>khaled2</firstName>\r\n            <lastName>hisham2</lastName>\r\n         </arg1>\r\n      </soap:updateActor>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9fb5fe6-36ce-477a-b23b-8cac4faebf3b"},{"name":"GetActorById","id":"ae435406-23f2-4d0e-9720-26dbb6fc5203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:soap=\"http://soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <soap:getActorById>\r\n         <arg0>220</arg0>\r\n      </soap:getActorById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae435406-23f2-4d0e-9720-26dbb6fc5203"},{"name":"GetAllFilmsByActorId","id":"4e478c5e-a996-41c9-8efa-a1c301bde0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:soap=\"http://soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <soap:getAllFilmsByActorId>\r\n         <arg0>1</arg0>\r\n      </soap:getAllFilmsByActorId>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e478c5e-a996-41c9-8efa-a1c301bde0e4"},{"name":"DeleteActorById","id":"95062392-3881-431f-b086-3776a6d30f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:soap=\"http://soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <soap:deleteActorById>\r\n         <arg0>221</arg0>\r\n      </soap:deleteActorById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/actors","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","actors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95062392-3881-431f-b086-3776a6d30f01"}],"id":"546f44e2-5e5e-49da-bc15-40f03efba39a","_postman_id":"546f44e2-5e5e-49da-bc15-40f03efba39a","description":""},{"name":"films","item":[{"name":"GetAllFilms","id":"604e941c-944e-44f5-beca-2bf597d68e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:getAllFilms/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"604e941c-944e-44f5-beca-2bf597d68e02"},{"name":"GetAllFilmById","id":"823d80c6-15e4-44e6-9659-1abdb68b8945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:getFilmById>\r\n         <arg0>1005</arg0>\r\n      </fil:getFilmById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"823d80c6-15e4-44e6-9659-1abdb68b8945"},{"name":"AddNewFilm","id":"0c15903d-75b8-49d4-8980-f749ec3b95a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:AddNewFilm>\r\n         <arg0>\r\n                <description>A DESCRIPTION FOR A MOVIE</description>\r\n                <language>\r\n                    <id>1</id>\r\n                </language>\r\n                <length>48</length>\r\n                <rating>G</rating>\r\n                <releaseYear>2006</releaseYear>\r\n                <rentalDuration>3</rentalDuration>\r\n                <rentalRate>4.99</rentalRate>\r\n                <replacementCost>12.99</replacementCost>\r\n                <specialFeatures>Trailers,Deleted Scenes</specialFeatures>\r\n                <title>GOLDFINGER</title>\r\n         </arg0>\r\n      </fil:AddNewFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c15903d-75b8-49d4-8980-f749ec3b95a1"},{"name":"UpdateFilmById","id":"086c3320-82c4-4a67-a5b4-1c580b78300d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:updateFilmById>\r\n         <arg0>1008</arg0>\r\n         <arg1>\r\n                <description>A DESCRIPTION FOR A MOVIE</description>\r\n                <length>48</length>\r\n                <rating>G</rating>\r\n                <releaseYear>2007</releaseYear>\r\n                <rentalDuration>3</rentalDuration>\r\n                <rentalRate>4.99</rentalRate>\r\n                <replacementCost>12.99</replacementCost>\r\n                <specialFeatures>Trailers,Deleted Scenes</specialFeatures>\r\n                <title>GOLDFINGER</title>\r\n         </arg1>\r\n      </fil:updateFilmById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"086c3320-82c4-4a67-a5b4-1c580b78300d"},{"name":"AddActorToFilm","id":"2b7029af-a15f-43cd-8096-e6d106cb89b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:addActorToFilm>\r\n         <arg0>1007</arg0>\r\n         <arg1>200</arg1>\r\n      </fil:addActorToFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b7029af-a15f-43cd-8096-e6d106cb89b9"},{"name":"getAllActorsByFilmId","id":"9f97baae-d2c2-48a2-8ec4-410d881571ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:getAllActorsByFilmId>\r\n         <arg0>1</arg0>\r\n      </fil:getAllActorsByFilmId>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f97baae-d2c2-48a2-8ec4-410d881571ce"},{"name":"DeleteActorFromFilm","id":"745f69af-de17-470e-84de-31952f8eb5b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:deleteActorFromFilm>\r\n         <arg0>1007</arg0>\r\n         <arg1>200</arg1>\r\n      </fil:deleteActorFromFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"745f69af-de17-470e-84de-31952f8eb5b7"},{"name":"SetLanguageToFilm","id":"6ece9597-e416-4cc8-a6a8-b33fb2294f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:addLanguageToFilm>\r\n         <arg0>false</arg0>\r\n         <arg1>2</arg1>\r\n         <arg2>1007</arg2>\r\n      </fil:addLanguageToFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ece9597-e416-4cc8-a6a8-b33fb2294f67"},{"name":"AddCategoryToFilm","id":"48039982-3964-4fca-80c6-3b5edadbb147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:addCategoryToFilm>\r\n         <arg0>200</arg0>\r\n         <arg1>2</arg1>\r\n      </fil:addCategoryToFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"48039982-3964-4fca-80c6-3b5edadbb147"},{"name":"DeleteCategoryFromFilm","id":"37b16463-859a-46a0-8e07-183db052deac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:fil=\"http://films.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <fil:removeCategoryFromFilm>\r\n         <arg0>200</arg0>\r\n         <arg1>2</arg1>\r\n      </fil:removeCategoryFromFilm>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/films","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","films"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b16463-859a-46a0-8e07-183db052deac"}],"id":"ac0816b2-928d-404b-bfda-8b7041e78d02","_postman_id":"ac0816b2-928d-404b-bfda-8b7041e78d02","description":""},{"name":"categories","item":[{"name":"GetAllCategories","id":"25646f14-82cc-4ee0-9b08-d3b61600ee01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cat=\"http://category.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cat:getAllCategories/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/category","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"25646f14-82cc-4ee0-9b08-d3b61600ee01"},{"name":"AddNewCategory","id":"7d9056c4-4a52-42f5-9857-fa4e520f7eb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cat=\"http://category.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cat:addNewCategories>\r\n         <arg0>\r\n            <name>Demo Category</name>\r\n         </arg0>\r\n      </cat:addNewCategories>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/category","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d9056c4-4a52-42f5-9857-fa4e520f7eb9"},{"name":"UpdateCategory","id":"89a6de56-e699-4a14-afea-4f81f5f2fa51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cat=\"http://category.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cat:updateCategory>\r\n         <arg0>22</arg0>\r\n         <arg1>\r\n            <name>Demo V2</name>\r\n         </arg1>\r\n      </cat:updateCategory>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/category","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"89a6de56-e699-4a14-afea-4f81f5f2fa51"},{"name":"DeleteCategory","id":"9341da12-547c-4f27-b10d-c7f1d1e87082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cat=\"http://category.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cat:deleteCategory>\r\n         <arg0>22</arg0>\r\n      </cat:deleteCategory>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/category","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","category"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9341da12-547c-4f27-b10d-c7f1d1e87082"}],"id":"eff7763d-72f6-45bd-9b91-f1169b08e97c","_postman_id":"eff7763d-72f6-45bd-9b91-f1169b08e97c","description":""},{"name":"languages","item":[{"name":"GetAllLanguages","id":"fa35f2f7-fe4b-4aae-8280-0a4b52754f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:lan=\"http://languages.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <lan:getAllLanguages/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/languages","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","languages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa35f2f7-fe4b-4aae-8280-0a4b52754f90"},{"name":"AddNewLanguage","id":"4dcf2536-d9e3-468c-b29e-319d061c6953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:lan=\"http://languages.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <lan:addNewLanguage>\r\n         <arg0>\r\n            <name>Demo Lang</name>\r\n         </arg0>\r\n      </lan:addNewLanguage>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/languages","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","languages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dcf2536-d9e3-468c-b29e-319d061c6953"},{"name":"UpdateLanguage","id":"7b34913d-3fff-4f0a-8635-0677ce928744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:lan=\"http://languages.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <lan:updateLanguage>\r\n         <!--Optional:-->\r\n         <arg0>14</arg0>\r\n         <arg1>\r\n            <name>Demo Lang 2</name>\r\n         </arg1>\r\n      </lan:updateLanguage>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/languages","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","languages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b34913d-3fff-4f0a-8635-0677ce928744"},{"name":"DeleteLanguage","id":"e31e2758-6b0f-4f32-a9fd-f636942e89be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:lan=\"http://languages.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <lan:deleteLanguageById>\r\n         <arg0>14</arg0>\r\n      </lan:deleteLanguageById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/languages","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","languages"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e31e2758-6b0f-4f32-a9fd-f636942e89be"}],"id":"a2ade4f7-b97c-41bf-b58b-9fe4e16c65f2","_postman_id":"a2ade4f7-b97c-41bf-b58b-9fe4e16c65f2","description":""},{"name":"countries","item":[{"name":"GetAllCountries","id":"8ea7924d-2fbb-47b1-847d-47ff5ff34fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:coun=\"http://countries.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <coun:getAllCountries/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/countries","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","countries"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ea7924d-2fbb-47b1-847d-47ff5ff34fac"},{"name":"AddNewCountry","id":"f8e6ab20-eccb-4694-9b05-ca297ef7b7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:coun=\"http://countries.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <coun:addNewCountry>\r\n         <arg0>\r\n            <country>\r\n               <country>Demo Country</country>\r\n            </country>\r\n         </arg0>\r\n      </coun:addNewCountry>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/countries","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","countries"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8e6ab20-eccb-4694-9b05-ca297ef7b7b5"},{"name":"UpdateCountry","id":"2995f67e-3374-4dfb-9410-852d97342d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:coun=\"http://countries.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <coun:updateCountry>\r\n         <arg0>113</arg0>\r\n         <arg1>\r\n            <country>Demo Country</country>\r\n         </arg1>\r\n\r\n      </coun:updateCountry>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/countries","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","countries"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2995f67e-3374-4dfb-9410-852d97342d83"},{"name":"DeleteCountry","id":"7d809bf9-ed65-4d96-ae04-1b42ac3696b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:coun=\"http://countries.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <coun:deleteCountry>\r\n         <arg0>113</arg0>\r\n      </coun:deleteCountry>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/countries","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","countries"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d809bf9-ed65-4d96-ae04-1b42ac3696b2"}],"id":"9c879585-2777-442b-aee2-16e15cdc5e5d","_postman_id":"9c879585-2777-442b-aee2-16e15cdc5e5d","description":""},{"name":"cities","item":[{"name":"GetAllCities","id":"bcd83b2b-eee1-418a-9368-90988492a097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cit=\"http://cities.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cit:getAllCities/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/cities","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcd83b2b-eee1-418a-9368-90988492a097"},{"name":"AddNewCities","id":"cedeb226-7df3-4bd9-8c78-9e2bab348b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cit=\"http://cities.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cit:addNewCity>\r\n         <arg0>\r\n            <city>Demo Soap City</city>\r\n            <country>\r\n               <country>Bolivia</country>\r\n               <id>14</id>\r\n            </country>\r\n         </arg0>\r\n      </cit:addNewCity>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/cities","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cedeb226-7df3-4bd9-8c78-9e2bab348b4d"},{"name":"UpdateCity","id":"e27cdfcb-830c-4d67-9d01-c2a9a3b47901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cit=\"http://cities.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cit:updateCity>\r\n         <arg0>606</arg0>\r\n         <arg1>\r\n            <city>Demo City Soap</city>\r\n            <country>\r\n               <id>19</id>\r\n            </country>\r\n         </arg1>\r\n      </cit:updateCity>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/cities","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e27cdfcb-830c-4d67-9d01-c2a9a3b47901"},{"name":"DeleteCity","id":"5f07da5f-4766-491d-9e12-42d69a060836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cit=\"http://cities.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cit:deleteCity>\r\n         <arg0>610</arg0>\r\n      </cit:deleteCity>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/cities","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f07da5f-4766-491d-9e12-42d69a060836"},{"name":"getAllCitiesByCountryId","id":"dee4f241-80dd-4265-8de8-63ef62776d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cit=\"http://cities.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cit:getAllAddressesByCityId>\r\n         <arg0>1</arg0>\r\n      </cit:getAllAddressesByCityId>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/cities","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","cities"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dee4f241-80dd-4265-8de8-63ef62776d77"}],"id":"fcbc00b8-8cf1-4c6d-88a5-3fa7a005bb44","_postman_id":"fcbc00b8-8cf1-4c6d-88a5-3fa7a005bb44","description":""},{"name":"addresses","item":[{"name":"GetAllAddresses","id":"cfc8371d-a6a1-4e0a-bd0a-528bb59a0bc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:add=\"http://addresses.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <add:getAllAddresses/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/addresses","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","addresses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfc8371d-a6a1-4e0a-bd0a-528bb59a0bc2"},{"name":"AddNewAddress","id":"2f82cfec-95b4-487a-8f33-00156957f366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:add=\"http://addresses.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <add:AddNewAddress>\r\n         <arg0>\r\n            <address>42 Becker St</address>\r\n            <city>\r\n               <country>\r\n                  <id>20</id>\r\n               </country>\r\n               <id>300</id>\r\n            </city>\r\n            <district>Alberta</district>\r\n            <phone>01278158298</phone>\r\n            <postalCode>17156</postalCode>\r\n         </arg0>\r\n      </add:AddNewAddress>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/addresses","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","addresses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f82cfec-95b4-487a-8f33-00156957f366"},{"name":"UpdateAddress","id":"3ca080d8-adc4-4311-8e1d-515ece7cbcfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:add=\"http://addresses.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <add:UpdateAddress>\r\n         <!--Optional:-->\r\n         <arg0>609</arg0>\r\n         <arg1>\r\n            <address>42 Becker St</address>\r\n            <city>\r\n               <city>Lethbridge</city>\r\n               <country>\r\n                  <country>Canada</country>\r\n                  <id>20</id>\r\n               </country>\r\n               <id>300</id>\r\n            </city>\r\n            <district>Alberta</district>\r\n            <phone>01278158298</phone>\r\n            <postalCode>17156</postalCode>\r\n         </arg1>\r\n      </add:UpdateAddress>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/addresses","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","addresses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca080d8-adc4-4311-8e1d-515ece7cbcfa"},{"name":"DeleteAddress","id":"7af3c6a2-92e1-47a7-8a47-c7f40e8a7fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:add=\"http://addresses.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <add:DeleteAddress>\r\n         <arg0>610</arg0>\r\n      </add:DeleteAddress>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/addresses","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","addresses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7af3c6a2-92e1-47a7-8a47-c7f40e8a7fbb"}],"id":"60d4d305-5844-40b7-9ca9-4ce140054478","_postman_id":"60d4d305-5844-40b7-9ca9-4ce140054478","description":""},{"name":"staff","item":[{"name":"GetAllStaff","id":"d3f5bd57-28f9-4563-b9a3-18cf80e753c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:staf=\"http://staff.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <staf:getAllStaff/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/staff","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","staff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3f5bd57-28f9-4563-b9a3-18cf80e753c4"},{"name":"GetStaffById","id":"66ff00d7-b505-4a53-b620-3a35ebe468fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:staf=\"http://staff.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <staf:getStaffById>\r\n         <arg0>2</arg0>\r\n      </staf:getStaffById>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/staff","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","staff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66ff00d7-b505-4a53-b620-3a35ebe468fe"},{"name":"AddNewStaff","id":"cb2c829c-d0bf-4e2c-b4b2-567b4a6dc5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:staf=\"http://staff.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <staf:AddNewStaff>\r\n         <arg0>\r\n            <active>true</active>\r\n            <address>\r\n               <id>4</id>\r\n            </address>\r\n            <email>Jon.Stephens@sakilastaff.com</email>\r\n            <firstName>Khaled</firstName>\r\n            <lastName>Hisham</lastName>\r\n            <password>wqewqwqwqeewqweqw</password>\r\n            <picture>cid:1498393389229</picture>\r\n            <username>khaledhisham</username>\r\n            <store>\r\n               <id>2</id>\r\n            </store>\r\n         </arg0>\r\n      </staf:AddNewStaff>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/staff","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","staff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb2c829c-d0bf-4e2c-b4b2-567b4a6dc5ad"},{"name":"UpdateStaff","id":"1d67eacb-4e50-4579-ad12-bbf086290d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:staf=\"http://staff.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <staf:updateStaff>\r\n        <arg0>10</arg0>\r\n        <arg1>\r\n            <active>true</active>\r\n            <address>\r\n               <id>4</id>\r\n            </address>\r\n            <email>khaled.m.hisham@gmail.com</email>\r\n            <firstName>Khaled</firstName>\r\n            <lastName>Hisham</lastName>\r\n            <password>wqewqwqwqeewqweqw</password>\r\n            <picture>cid:1498393389229</picture>\r\n            <username>khaledhisham</username>\r\n            <store>\r\n               <id>2</id>\r\n            </store>\r\n        </arg1>\r\n      </staf:updateStaff>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/staff","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","staff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d67eacb-4e50-4579-ad12-bbf086290d0e"},{"name":"DeleteStaff","id":"464c32a7-c026-487b-9224-b1445190aa93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:staf=\"http://staff.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <staf:DeleteStaff>\r\n         <!--Optional:-->\r\n         <arg0>10</arg0>\r\n      </staf:DeleteStaff>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/staff","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","staff"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"464c32a7-c026-487b-9224-b1445190aa93"}],"id":"b1602921-87ed-437c-9ba3-102bf9fb62a6","_postman_id":"b1602921-87ed-437c-9ba3-102bf9fb62a6","description":""},{"name":"stores","item":[{"name":"GetAllStore","id":"f85c1db9-36af-4e0c-a2cc-60d2167ebf04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:stor=\"http://store.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <stor:getAllStores/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/stores","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f85c1db9-36af-4e0c-a2cc-60d2167ebf04"},{"name":"AddNewStore","id":"2da43b83-914b-487f-a775-bdfaf3d9e5f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:stor=\"http://store.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <stor:addNewStore>\r\n         <arg0>\r\n            <address>\r\n               <id>16</id>\r\n            </address>\r\n            <managerStaff>\r\n               <id>7</id>\r\n            </managerStaff>\r\n         </arg0>\r\n      </stor:addNewStore>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/stores","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2da43b83-914b-487f-a775-bdfaf3d9e5f2"},{"name":"UpdateStore","id":"6df8198b-1714-40be-b444-b91a14cd4d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:stor=\"http://store.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <stor:updateStore>\r\n         <arg0>12</arg0>\r\n         <arg1>\r\n            <address>\r\n               <id>16</id>\r\n            </address>\r\n            <managerStaff>\r\n               <id>7</id>\r\n            </managerStaff>\r\n         </arg1>\r\n      </stor:updateStore>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/stores","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6df8198b-1714-40be-b444-b91a14cd4d07"},{"name":"DeleteStore","id":"caf99700-6487-49be-a021-fe8d1ea18a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:stor=\"http://store.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <stor:deleteStore>\r\n         <arg0>10</arg0>\r\n      </stor:deleteStore>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/stores","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","stores"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"caf99700-6487-49be-a021-fe8d1ea18a46"}],"id":"455dfa7e-e5cc-4c8c-8276-0f72c14b50d1","_postman_id":"455dfa7e-e5cc-4c8c-8276-0f72c14b50d1","description":""},{"name":"inventories","item":[{"name":"GetAllInventories","id":"3a7b3f0d-eb3e-463e-ae94-118d616179fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:inv=\"http://inventory.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <inv:getAllInventories/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/inventories","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","inventories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a7b3f0d-eb3e-463e-ae94-118d616179fd"},{"name":"AddNewInventoryItem","id":"3660de41-6ae7-43e2-a2b3-074a4e1d0707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:inv=\"http://inventory.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <inv:addNewInventoryItem>\r\n         <arg0>\r\n            <film>\r\n               <id>1005</id>\r\n            </film>\r\n            <store>\r\n               <id>2</id>\r\n            </store>\r\n         </arg0>\r\n      </inv:addNewInventoryItem>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/inventories","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","inventories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3660de41-6ae7-43e2-a2b3-074a4e1d0707"},{"name":"DeleteInventory","id":"4f989fba-e41e-456e-adb9-cbc5d97d88a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:inv=\"http://inventory.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <inv:deleteInventoryItem>\r\n         <arg0>4584</arg0>\r\n      </inv:deleteInventoryItem>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/inventories","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","inventories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f989fba-e41e-456e-adb9-cbc5d97d88a2"}],"id":"0b662484-ceb9-4641-be36-9d8ed1655c50","_postman_id":"0b662484-ceb9-4641-be36-9d8ed1655c50","description":""},{"name":"customers","item":[{"name":"GetAllCustomers","id":"79b5f0a3-e773-42c2-a4d8-12a2d4dbdaa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cus=\"http://customers.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cus:getAllCustomers/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/customers","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"79b5f0a3-e773-42c2-a4d8-12a2d4dbdaa7"},{"name":"addNewCustomer","id":"a654c6ed-9ed8-4ce0-9e21-d68f8aa7f0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cus=\"http://customers.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cus:addNewCustomer>\r\n         <arg0>\r\n            <active>true</active>\r\n            <address>\r\n               <id>5</id>\r\n            </address>\r\n            <email>Khaled_Hisham@sakilacustomer.org</email>\r\n            <firstName>Khaled</firstName>\r\n            <lastName>Hisham</lastName>\r\n            <store>\r\n               <id>1</id>\r\n            </store>\r\n         </arg0>\r\n      </cus:addNewCustomer>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/customers","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a654c6ed-9ed8-4ce0-9e21-d68f8aa7f0d4"},{"name":"DeleteCustomer","id":"2881daf1-3266-433b-9dd9-cfe5948ec847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cus=\"http://customers.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cus:deleteCustomer>\r\n         <arg0>604</arg0>\r\n      </cus:deleteCustomer>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/customers","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2881daf1-3266-433b-9dd9-cfe5948ec847"},{"name":"UpdateCustomer","id":"eaac221e-7b71-40a5-8ee2-85e66f1dae0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:cus=\"http://customers.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <cus:updateCustomer>\r\n         <arg0>604</arg0>\r\n         <arg1>\r\n            <active>true</active>\r\n            <address>\r\n               <id>5</id>\r\n            </address>\r\n            <email>Khaled_Hisham@sakilacustomer.org</email>\r\n            <firstName>Khaled</firstName>\r\n            <lastName>Hisham</lastName>\r\n            <store>\r\n               <id>1</id>\r\n            </store>\r\n         </arg1>\r\n      </cus:updateCustomer>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/customers","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","customers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eaac221e-7b71-40a5-8ee2-85e66f1dae0a"}],"id":"2f7cd920-1047-4dda-ad33-4dcb62dec4bb","_postman_id":"2f7cd920-1047-4dda-ad33-4dcb62dec4bb","description":""},{"name":"rentals","item":[{"name":"GetAllRentals","id":"3b2d659b-ce8f-4cb0-b158-0ae8dc8197a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ren=\"http://rentals.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <ren:getAllRentals/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/rentals","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","rentals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b2d659b-ce8f-4cb0-b158-0ae8dc8197a3"},{"name":"addNewRental","id":"3fb487cb-29aa-47a9-8b3a-3afba72a9d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ren=\"http://rentals.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <ren:addNewRental>\r\n         <arg0>\r\n            <customer>\r\n               <id>130</id>\r\n            </customer>\r\n            <inventory>\r\n                <id>367</id>\r\n            </inventory>\r\n            <staff>\r\n               <id>1</id>\r\n            </staff>\r\n         </arg0>\r\n      </ren:addNewRental>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/rentals","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","rentals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fb487cb-29aa-47a9-8b3a-3afba72a9d19"},{"name":"DeleteRental","id":"57765e10-1ee7-425c-88b4-302b1b53b35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ren=\"http://rentals.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <ren:deleteRental>\r\n         <arg0>16053</arg0>\r\n      </ren:deleteRental>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/rentals","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","rentals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57765e10-1ee7-425c-88b4-302b1b53b35a"},{"name":"UpdateRental","id":"c3ecb9b4-73c9-4b13-b8c7-00b515f4a35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ren=\"http://rentals.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <ren:updateRental>\r\n         <arg0>16053</arg0>\r\n         <arg1>\r\n            <customer>\r\n               <id>130</id>\r\n            </customer>\r\n            <inventory>\r\n                <id>367</id>\r\n            </inventory>\r\n            <staff>\r\n               <id>2</id>\r\n            </staff>\r\n         </arg1>\r\n      </ren:updateRental>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/rentals","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","rentals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3ecb9b4-73c9-4b13-b8c7-00b515f4a35e"}],"id":"0b365ba0-8c51-4d6d-a3e1-242f9e63bb14","_postman_id":"0b365ba0-8c51-4d6d-a3e1-242f9e63bb14","description":""},{"name":"payments","item":[{"name":"GetAllPayments","id":"f8451d1d-0ea1-421f-9cde-f29be8746227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:pay=\"http://payments.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <pay:getAllPayments/>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://localhost:8888/sakila/ws/payments","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8451d1d-0ea1-421f-9cde-f29be8746227"},{"name":"addNewPayment","id":"36948f3a-65fe-4ae0-b7cf-a8d3119efe3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:pay=\"http://payments.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <pay:AddNewPayment>\r\n         <arg0>\r\n            <amount>2.99</amount>\r\n            <customer>\r\n               <active>true</active>\r\n               <id>1</id>\r\n            </customer>\r\n            <staff>\r\n               <active>true</active>\r\n               <id>1</id>\r\n            </staff>\r\n         </arg0>\r\n      </pay:AddNewPayment>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/payments","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"36948f3a-65fe-4ae0-b7cf-a8d3119efe3a"},{"name":"DeletePayment","id":"6e5e90a9-d082-4f27-aa29-d8be4f9cc7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:pay=\"http://payments.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <pay:deletePayment>\r\n         <arg0>16053</arg0>\r\n      </pay:deletePayment>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/payments","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e5e90a9-d082-4f27-aa29-d8be4f9cc7e8"},{"name":"UpdatePayment","id":"02846164-ce9c-4c00-85ab-5922ddbc5a84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"}],"body":{"mode":"raw","raw":"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:pay=\"http://payments.soap.controllers.sakila.jets.iti.gov/\">\r\n   <soapenv:Header/>\r\n   <soapenv:Body>\r\n      <pay:updatePayment>\r\n         <arg0>16054</arg0>\r\n         <arg1>\r\n            <amount>2.99</amount>\r\n            <customer>\r\n               <active>true</active>\r\n               <id>1</id>\r\n            </customer>\r\n            <staff>\r\n               <active>true</active>\r\n               <id>1</id>\r\n            </staff>\r\n         </arg1>\r\n      </pay:updatePayment>\r\n   </soapenv:Body>\r\n</soapenv:Envelope>"},"url":"http://localhost:8888/sakila/ws/payments","urlObject":{"protocol":"http","port":"8888","path":["sakila","ws","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"02846164-ce9c-4c00-85ab-5922ddbc5a84"}],"id":"450504c4-fcf8-4f58-b2fd-5b2090e39e35","_postman_id":"450504c4-fcf8-4f58-b2fd-5b2090e39e35","description":""}]}