[LS-943] Gaming Add on IP provisioning requirements from Access nodes Created: 23/Feb/26  Updated: 14/Apr/26  Due: 30/Mar/26  Resolved: 14/Apr/26

Status: Closed
Project: L3 Support
Component/s: FN
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Abdulrahman Dabboussi Assignee: Abir Messaikeh
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: XML File FUL-T2C-GAMING-ADD.bpmn20.xml    
Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP

 Description   

FUL-T2C-GAMING-ADD termination process gaming is throwing success with error code 1

<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:ser=http://server.api.nep.mobinets.com/>
<soapenv:Header/>
<soapenv:Body>
<ser:arbor_startProcess>
<processName>FUL-T2C-GAMING-ADD</processName>
<processVariables>
<entry>
<key>fWOID</key>
<value>1440044003</value>
</entry>
<entry>
<key>fSubno</key>
<value>45005688</value>
</entry>
<entry>
<key>arborOrderId</key>
<value>440044003</value>
</entry>
<entry>
<key>fUsage_Type</key>
<value>G</value>
</entry>
<entry>
<key>fUserID</key>
<value>global-admin</value>
</entry>
<entry>
<key>fOrder_Type</key>
<value>55</value>
</entry>
<entry>
<key>fSubscr_Type</key>
<value>T</value>
</entry>
<entry>
<key>fOLT</key>
<value>QUR2</value>
</entry>
<entry>
<key>fFDHMDU</key>
<value>000S</value>
</entry>
<entry>
<key>fDPAP</key>
<value>0003</value>
</entry>
<entry>
<key>fFTP</key>
<value></value>
</entry>
<entry>
<key>fWO_TYPE</key>
<value>TESR</value>
</entry>
</processVariables>
</ser:arbor_startProcess>
</soapenv:Body>
</soapenv:Envelope>

<soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>
<SOAP-ENV:Header xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/>
<wsse:Security soap:mustUnderstand="1" xmlns:wsse=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd>
<wsse:UsernameToken wsu:Id="UsernameToken-92c7d789-0e2d-4355-9fb5-7d743917c5ff">
<wsse:Username>nep-api-key</wsse:Username>
<wsse:Password Type=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText>mobinets@2017</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<soap:Body>
<ns2:arbor_startProcessResponse xmlns:ns2=http://server.api.nep.mobinets.com/>
<return>
<responseCode>1</responseCode>
<responseMessage>Success</responseMessage>
</return>
</ns2:arbor_startProcessResponse>
</soap:Body>
</soap:Envelope>



 Comments   
Comment by Ayed Bada [ 23/Feb/26 ]

After checking the logs, the problem was related to the process. I have re-uploaded a new version to the staging environment and received a successful response with success code.
Please find attached the updated version of the process.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:arbor_startProcess>
<processName>FUL-T2C-GAMING-ADD</processName>
<processVariables>
<entry>
<key>fWOID</key>
<value>1440044003</value>
</entry>
<entry>
<key>fSubno</key>
<value>45005688</value>
</entry>
<entry>
<key>arborOrderId</key>
<value>440044003</value>
</entry>
<entry>
<key>fUsage_Type</key>
<value>G</value>
</entry>
<entry>
<key>fUserID</key>
<value>global-admin</value>
</entry>
<entry>
<key>fOrder_Type</key>
<value>55</value>
</entry>
<entry>
<key>fSubscr_Type</key>
<value>T</value>
</entry>
<entry>
<key>fOLT</key>
<value>QUR2</value>
</entry>
<entry>
<key>fFDHMDU</key>
<value>000S</value>
</entry>
<entry>
<key>fDPAP</key>
<value>0003</value>
</entry>
<entry>
<key>fFTP</key>
<value/>
</entry>
<entry>
<key>fWO_TYPE</key>
<value>TESR</value>
</entry>
</processVariables>

</ser:arbor_startProcess>
</soapenv:Body>
</soapenv:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-d90f7f27-bf64-4c1f-b7ae-4f1b12690f76">
<wsse:Username>nep-api-key</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<soap:Body>
<ns2:arbor_startProcessResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>
<responseCode>0</responseCode>
<responseMessage>Success</responseMessage>
</return>
</ns2:arbor_startProcessResponse>
</soap:Body>
</soap:Envelope>

Comment by Abir Messaikeh [ 14/Apr/26 ]

Process applied On PROD and used by Arbor also - issue fixed

Generated at Wed Apr 15 13:44:29 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.