[ACE-544] Error while creating Copper Workorder V+D. Created: 05/Feb/26  Updated: 05/Feb/26  Due: 05/Feb/26

Status: Ready for QA
Project: ACE
Component/s: FN
Affects Version/s: UA 4.0.0.10
Fix Version/s: UA 4.0.0.10

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Unresolved Votes: 0
Labels: Milestone2
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:

 Description   

Error while creating Copper Workorder V+D.

Order not created

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<NS3:arborSingleWO_fCNA xmlns:NS3="http://server.api.nep.mobinets.com/">
<fAppType>I</fAppType>
<fExc>OB72</fExc>
<fCabinet>045M</fCabinet>
<fDpoint>0073</fDpoint>
<fSubno>44444074</fSubno>
<fSubscr_Type>T</fSubscr_Type>
<fWOID>4444400174</fWOID>
<fUsage_Type>2</fUsage_Type>
<fOrder_Type>INST</fOrder_Type>
<fUserID>96109</fUserID>
<arborOrderId>4444440074</arborOrderId>
</NS3:arborSingleWO_fCNA>
</soapenv:Body>
</soapenv:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>org.springframework.transaction.UnexpectedRollbackException: Transaction silently rolled back because it has been marked as rollback-only</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>



 Comments   
Comment by Zein Trabelsi [ 05/Feb/26 ]

Fixed ,REquest :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:arborSingleWO_fCNA>
<fAppType>I</fAppType>
<fExc>OB72</fExc>
<fCabinet>045M</fCabinet>
<fDpoint>0073</fDpoint>
<fSubno>44444123</fSubno>
<fSubscr_Type>T</fSubscr_Type>
<fWOID>4444400123</fWOID>
<fUsage_Type>2</fUsage_Type>
<fOrder_Type>INST</fOrder_Type>
<fUserID>96109</fUserID>
<arborOrderId>4444440123</arborOrderId>
</ser:arborSingleWO_fCNA>
</soapenv:Body>
</soapenv:Envelope>

Response :
<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-3728b126-0a17-476f-b89c-ed2a9552d0dd">
<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:arborSingleWO_fCNAResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>0</return>
</ns2:arborSingleWO_fCNAResponse>
</soap:Body>
</soap:Envelope>

Generated at Wed Apr 15 09:59:33 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.