Hi, I would like to know how to confirgure the Workflow to meet the requirements below;
-Make a request to the LoginOperationV3 from the WSDL below using the below parameters;
Userid: AL8
Password: AL
includeBillToShipTos: true
The response should include the following results
isLoginSuccessful
billToItem
shipToList
Sample login resonse as below; I would liks the returned values to be displayed in the Forms;
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header/><soapenv:Body><p221:loginResponseV3 xmlns:p221="urn:yokohamatire.com"><p221:transactionResponse><p221:transactionId>?</p221:transactionId><p221:isTransactionSuccessful>1</p221:isTransactionSuccessful><p221:transactionStartDateTime>2017-02-13T22:29:33.881Z</p221:transactionStartDateTime><p221:transactionEndDateTime>2017-02-13T22:29:34.779Z</p221:transactionEndDateTime></p221:transactionResponse><p221:isLoginSuccessful>1</p221:isLoginSuccessful><p221:customerBillToShipTos><p221:billToItem><p221:billToNumber>14581</p221:billToNumber><p221:billToName>TRIPLE S TIRE CO INC</p221:billToName><p221:billToDBA/><p221:billToAddress><p221:streetAddress1>405 S 9TH ST</p221:streetAddress1><p221:streetAddress2/><p221:city>ELWOOD</p221:city><p221:state>IN</p221:state><p221:zipCode>46036-2362</p221:zipCode></p221:billToAddress><p221:billToPhone>8002645016</p221:billToPhone><p221:businessDivision>Commercial</p221:businessDivision><p221:customerType>Dealer</p221:customerType></p221:billToItem><p221:shipToList><p221:shipToItem><p221:shipToNumber>14581005</p221:shipToNumber><p221:shipToName>TRIPLE S TIRE CO INC</p221:shipToName><p221:shipToStoreNumber/><p221:shipToAddress><p221:streetAddress1>8802 PORTLAND RD</p221:streetAddress1><p221:streetAddress2/><p221:city>CASTALIA</p221:city><p221:state>OH</p221:state><p221:zipCode>448249259</p221:zipCode></p221:shipToAddress><p221:shipToPhone>4194833900</p221:shipToPhone></p221:shipToItem><p221:shipToItem><p221:shipToNumber>14581006</p221:shipToNumber><p221:shipToName>TRIPLE S TIRE CO INC</p221:shipToName><p221:shipToStoreNumber/><p221:shipToAddress><p221:streetAddress1>5177 DUFF DR</p221:streetAddress1><p221:streetAddress2/><p221:city>CINCINNATI</p221:city><p221:state>OH</p221:state><p221:zipCode>452461310</p221:zipCode></p221:shipToAddress><p221:shipToPhone>5136827804</p221:shipToPhone></p221:shipToItem></p221:shipToList></p221:customerBillToShipTos><p221:userPermissions><p221:permission>SUBMIT_WARRANTY_CLAIM</p221:permission><p221:permission>REVIEW_FINANCIALS</p221:permission><p221:permission>SEARCH_INVENTORY</p221:permission><p221:permission>VIEW_AR_DOCS</p221:permission><p221:permission>PURCHASE_HISTORY</p221:permission><p221:permission>PROCESS_DELIVERY_RECEIPTS</p221:permission><p221:permission>PAY_AR_DOCS</p221:permission><p221:permission>CHECK_ORDER_STATUS</p221:permission><p221:permission>VIEW_DR_HISTORY</p221:permission><p221:permission>PLACE_ORDERS</p221:permission><p221:permission>VIEW_PAYMENT_HISTORY</p221:permission></p221:userPermissions></p221:loginResponseV3></soapenv:Body></soapenv:Envelope>