Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: UA 4.0.0.10
-
Fix Version/s: UA 4.0.0.10
-
Component/s: FN
-
Labels:
-
Customer:OMAN-Tel
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>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
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>