From ef451a19db09ffac5a76c36d06d0b92cc24a8a2b Mon Sep 17 00:00:00 2001 From: "andres.albarran" Date: Mon, 1 Dec 2025 22:39:40 +0100 Subject: [PATCH] Initial Commit --- .gitignore | 21 ++ NaturalCustomerMgmtSvc.jws | 56 +++ .../NaturalCustomerMgmtSvc.jpr | 195 ++++++++++ ...ralCustomerMgmtSvc_createCustomer.pipeline | 201 +++++++++++ ...gmtSvc_createCustomerRelationship.pipeline | 64 ++++ ...Svc_createNaturalCustomerMailAddr.pipeline | 173 +++++++++ ...gmtSvc_deleteCustomerRelationship.pipeline | 64 ++++ ...tomerMgmtSvc_deleteEmploymentData.pipeline | 64 ++++ ...Svc_deleteNaturalCustomerMailAddr.pipeline | 173 +++++++++ ...uralCustomerMgmtSvc_matchCustomer.pipeline | 179 ++++++++++ ...lCustomerMgmtSvc_readCustomerData.pipeline | 215 +++++++++++ ...omerMgmtSvc_readCustomerInterview.pipeline | 64 ++++ ...rMgmtSvc_readCustomerRelationship.pipeline | 54 +++ ...mtSvc_readNaturalCustomerMailAddr.pipeline | 173 +++++++++ ...ustomerMgmtSvc_updateCustomerData.pipeline | 216 +++++++++++ ...erMgmtSvc_updateCustomerInterview.pipeline | 64 ++++ ...gmtSvc_updateCustomerRelationship.pipeline | 64 ++++ ...ustomerMgmtSvc_upsertCustomerData.pipeline | 179 ++++++++++ NaturalCustomerMgmtSvc/pom.xml | 20 ++ .../proxy/NaturalCustomerMgmtSvc.pipeline | 33 ++ .../proxy/NaturalCustomerMgmtSvc.proxy | 31 ++ NaturalCustomerMgmtSvc/servicebus.sboverview | 2 + .../wsdl/NaturalCustomerMgmtSvc.wsdl | 335 ++++++++++++++++++ pom.xml | 24 ++ 24 files changed, 2664 insertions(+) create mode 100644 .gitignore create mode 100644 NaturalCustomerMgmtSvc.jws create mode 100644 NaturalCustomerMgmtSvc/NaturalCustomerMgmtSvc.jpr create mode 100644 NaturalCustomerMgmtSvc/operations/createCustomer/proxy/NaturalCustomerMgmtSvc_createCustomer.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/createCustomerRelationship/proxy/NaturalCustomerMgmtSvc_createCustomerRelationship.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/createNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_createNaturalCustomerMailAddr.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/deleteCustomerRelationship/proxy/NaturalCustomerMgmtSvc_deleteCustomerRelationship.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/deleteEmploymentData/proxy/NaturalCustomerMgmtSvc_deleteEmploymentData.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/deleteNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_deleteNaturalCustomerMailAddr.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/matchCustomer/proxy/NaturalCustomerMgmtSvc_matchCustomer.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/readCustomerData/proxy/NaturalCustomerMgmtSvc_readCustomerData.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/readCustomerInterview/proxy/NaturalCustomerMgmtSvc_readCustomerInterview.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/readCustomerRelationship/proxy/NaturalCustomerMgmtSvc_readCustomerRelationship.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/readNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_readNaturalCustomerMailAddr.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/updateCustomerData/proxy/NaturalCustomerMgmtSvc_updateCustomerData.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/updateCustomerInterview/proxy/NaturalCustomerMgmtSvc_updateCustomerInterview.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/updateCustomerRelationship/proxy/NaturalCustomerMgmtSvc_updateCustomerRelationship.pipeline create mode 100644 NaturalCustomerMgmtSvc/operations/upsertCustomerData/proxy/NaturalCustomerMgmtSvc_upsertCustomerData.pipeline create mode 100644 NaturalCustomerMgmtSvc/pom.xml create mode 100644 NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.pipeline create mode 100644 NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.proxy create mode 100644 NaturalCustomerMgmtSvc/servicebus.sboverview create mode 100644 NaturalCustomerMgmtSvc/wsdl/NaturalCustomerMgmtSvc.wsdl create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8eaa62d --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> TortoiseGit +# Project-level settings +/.tgitconfig + +# Archivos temporales +*.tmp +*.bak +*.swp +*.log + +# Archivos de integración continua +/.settings/ +/.project +/.classpath +/.factorypath + +# Carpetas +.data/ +.git/ +System/ + diff --git a/NaturalCustomerMgmtSvc.jws b/NaturalCustomerMgmtSvc.jws new file mode 100644 index 0000000..9c595d7 --- /dev/null +++ b/NaturalCustomerMgmtSvc.jws @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NaturalCustomerMgmtSvc/NaturalCustomerMgmtSvc.jpr b/NaturalCustomerMgmtSvc/NaturalCustomerMgmtSvc.jpr new file mode 100644 index 0000000..2b500d0 --- /dev/null +++ b/NaturalCustomerMgmtSvc/NaturalCustomerMgmtSvc.jpr @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NaturalCustomerMgmtSvc/operations/createCustomer/proxy/NaturalCustomerMgmtSvc_createCustomer.pipeline b/NaturalCustomerMgmtSvc/operations/createCustomer/proxy/NaturalCustomerMgmtSvc_createCustomer.pipeline new file mode 100644 index 0000000..a9cc124 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/createCustomer/proxy/NaturalCustomerMgmtSvc_createCustomer.pipeline @@ -0,0 +1,201 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + _ActionId-7f000101.N61a3ebd5.0.1630375bc5a.N7f1e + + $body + + + + + + + + + + + _ActionId-7f000101.N61a3ebd5.0.1630375bc5a.N7eb7 + + nat:createCustomer_Rq + body + + ./nat:createCustomer_Rq + + + + + + + + + + + + + _ActionId-7f000101.N61a3ebd5.0.1630375bc5a.N7e50 + + nat:createCustomer_Rs + body + + ./nat:createCustomer_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + + + + _ActionId-N3f576eff.N76d4f027.0.167ae55c155.N7e63 + + + data($body/nat:createCustomer_Rq/nat:MsgRqHdr/msg:NetworkTrnInfo/msg:TransactionCode)="" + + + + _ActionId-N3f576eff.N76d4f027.0.167ae55c155.N7e5f + + createCustomer + + + + + + + + _ActionId-N3f576eff.N76d4f027.0.167ae55c155.N7e5c + + createCustomer + + + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/createCustomerRelationship/proxy/NaturalCustomerMgmtSvc_createCustomerRelationship.pipeline b/NaturalCustomerMgmtSvc/operations/createCustomerRelationship/proxy/NaturalCustomerMgmtSvc_createCustomerRelationship.pipeline new file mode 100644 index 0000000..cb87a71 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/createCustomerRelationship/proxy/NaturalCustomerMgmtSvc_createCustomerRelationship.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:createCustomerRelationship_Rq + + ./nat:createCustomerRelationship_Rq + + + + + + + + + + + + nat:createCustomerRelationship_Rs + + ./nat:createCustomerRelationship_Rs + + + + + + + + + + + + createCustomerRelationship + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/createNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_createNaturalCustomerMailAddr.pipeline b/NaturalCustomerMgmtSvc/operations/createNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_createNaturalCustomerMailAddr.pipeline new file mode 100644 index 0000000..a323397 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/createNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_createNaturalCustomerMailAddr.pipeline @@ -0,0 +1,173 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7f2b + + nat:createNaturalCustomerMailAddr_Rq + body + + ./nat:createNaturalCustomerMailAddr_Rq + + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7ec4 + + nat:createNaturalCustomerMailAddr_Rs + body + + ./nat:createNaturalCustomerMailAddr_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7ee1 + + createNaturalCustomerMailAddr + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/deleteCustomerRelationship/proxy/NaturalCustomerMgmtSvc_deleteCustomerRelationship.pipeline b/NaturalCustomerMgmtSvc/operations/deleteCustomerRelationship/proxy/NaturalCustomerMgmtSvc_deleteCustomerRelationship.pipeline new file mode 100644 index 0000000..dc53bbe --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/deleteCustomerRelationship/proxy/NaturalCustomerMgmtSvc_deleteCustomerRelationship.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:deleteCustomerRelationship_Rq + + ./nat:deleteCustomerRelationship_Rq + + + + + + + + + + + + nat:deleteCustomerRelationship_Rs + + ./nat:deleteCustomerRelationship_Rs + + + + + + + + + + + + deleteCustomerRelationship + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/deleteEmploymentData/proxy/NaturalCustomerMgmtSvc_deleteEmploymentData.pipeline b/NaturalCustomerMgmtSvc/operations/deleteEmploymentData/proxy/NaturalCustomerMgmtSvc_deleteEmploymentData.pipeline new file mode 100644 index 0000000..00dfef2 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/deleteEmploymentData/proxy/NaturalCustomerMgmtSvc_deleteEmploymentData.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:deleteEmploymentData_Rq + + ./nat:deleteEmploymentData_Rq + + + + + + + + + + + + nat:deleteEmploymentData_Rs + + ./nat:deleteEmploymentData_Rs + + + + + + + + + + + + deleteEmploymentData + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/deleteNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_deleteNaturalCustomerMailAddr.pipeline b/NaturalCustomerMgmtSvc/operations/deleteNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_deleteNaturalCustomerMailAddr.pipeline new file mode 100644 index 0000000..4ce8437 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/deleteNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_deleteNaturalCustomerMailAddr.pipeline @@ -0,0 +1,173 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7de1 + + nat:deleteNaturalCustomerMailAddr_Rq + body + + ./nat:deleteNaturalCustomerMailAddr_Rq + + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7d7a + + nat:deleteNaturalCustomerMailAddr_Rs + body + + ./nat:deleteNaturalCustomerMailAddr_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7ee1 + + deleteNaturalCustomerMailAddr + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/matchCustomer/proxy/NaturalCustomerMgmtSvc_matchCustomer.pipeline b/NaturalCustomerMgmtSvc/operations/matchCustomer/proxy/NaturalCustomerMgmtSvc_matchCustomer.pipeline new file mode 100644 index 0000000..b96532e --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/matchCustomer/proxy/NaturalCustomerMgmtSvc_matchCustomer.pipeline @@ -0,0 +1,179 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7c97 + + $body + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7bc9 + + nat:matchCustomer_Rq + body + + ./nat:matchCustomer_Rq + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7c30 + + nat:matchCustomer_Rs + body + + ./nat:matchCustomer_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7ee1 + + matchCustomer + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/readCustomerData/proxy/NaturalCustomerMgmtSvc_readCustomerData.pipeline b/NaturalCustomerMgmtSvc/operations/readCustomerData/proxy/NaturalCustomerMgmtSvc_readCustomerData.pipeline new file mode 100644 index 0000000..8a0638c --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/readCustomerData/proxy/NaturalCustomerMgmtSvc_readCustomerData.pipeline @@ -0,0 +1,215 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + 1.0 + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7a25 + + nat:readCustomerData_Rs + body + + ./nat:readCustomerData_Rs + + + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7af3 + + $body + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7a8c + + nat:readCustomerData_Rq + body + + ./nat:readCustomerData_Rq + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + + + + _ActionId-a960f8a.N6f7d5af1.0.166efc3d1be.N7f34 + + + data($body/nat:readCustomerData_Rq/nat:MsgRqHdr/msg:RequestedOperationType) = "CORPOELEC_ONL" + + + + _ActionId-a960f87.4587e1a.0.18cd4b6e558.N7a4f + + readCustomerData + + + + + + + + fn:exists($body/nat:readCustomerData_Rq/nat:MsgRqHdr/msg:NetworkTrnInfo/msg:TransactionCode) + + + + _ActionId-a960f8a.N6f7d5af1.0.166efc3d1be.N7f30 + + readCustomerData + + + + + + + + _ActionId-a960f8a.N6f7d5af1.0.166efc3d1be.N7f2d + + createCustomer + + + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/readCustomerInterview/proxy/NaturalCustomerMgmtSvc_readCustomerInterview.pipeline b/NaturalCustomerMgmtSvc/operations/readCustomerInterview/proxy/NaturalCustomerMgmtSvc_readCustomerInterview.pipeline new file mode 100644 index 0000000..521c6ca --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/readCustomerInterview/proxy/NaturalCustomerMgmtSvc_readCustomerInterview.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:readCustomerInterview_Rq + + ./nat:readCustomerInterview_Rq + + + + + + + + + + + + nat:readCustomerInterview_Rs + + ./nat:readCustomerInterview_Rs + + + + + + + + + + + + readCustomerInterview + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/readCustomerRelationship/proxy/NaturalCustomerMgmtSvc_readCustomerRelationship.pipeline b/NaturalCustomerMgmtSvc/operations/readCustomerRelationship/proxy/NaturalCustomerMgmtSvc_readCustomerRelationship.pipeline new file mode 100644 index 0000000..024fc45 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/readCustomerRelationship/proxy/NaturalCustomerMgmtSvc_readCustomerRelationship.pipeline @@ -0,0 +1,54 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:readCustomerRelationship_Rq + + ./nat:readCustomerRelationship_Rq + + + + + + + + + + + + nat:readCustomerRelationship_Rs + + ./nat:readCustomerRelationship_Rs + + + + + + + + + + + + readCustomerRelationship + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/readNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_readNaturalCustomerMailAddr.pipeline b/NaturalCustomerMgmtSvc/operations/readNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_readNaturalCustomerMailAddr.pipeline new file mode 100644 index 0000000..aa38780 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/readNaturalCustomerMailAddr/proxy/NaturalCustomerMgmtSvc_readNaturalCustomerMailAddr.pipeline @@ -0,0 +1,173 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N794f + + nat:readNaturalCustomerMailAddr_Rq + body + + ./nat:readNaturalCustomerMailAddr_Rq + + + + + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N78e8 + + nat:readNaturalCustomerMailAddr_Rs + body + + ./nat:readNaturalCustomerMailAddr_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7ee1 + + readNaturalCustomerMailAddr + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/updateCustomerData/proxy/NaturalCustomerMgmtSvc_updateCustomerData.pipeline b/NaturalCustomerMgmtSvc/operations/updateCustomerData/proxy/NaturalCustomerMgmtSvc_updateCustomerData.pipeline new file mode 100644 index 0000000..d310aad --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/updateCustomerData/proxy/NaturalCustomerMgmtSvc_updateCustomerData.pipeline @@ -0,0 +1,216 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7812 + + $body + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7744 + + nat:updateCustomerData_Rq + body + + ./nat:updateCustomerData_Rq + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N77ab + + nat:updateCustomerData_Rs + body + + ./nat:updateCustomerData_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + + + + _ActionId-a7c04dd.N5ef7eeb3.0.16737b088b9.N7fba + + + fn:exists($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:NetworkTrnInfo/msg:TransactionCode) and +data($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:NetworkTrnInfo/msg:TransactionCode)!='' + + + + _ActionId-a7c04dd.N5ef7eeb3.0.16737b088b9.N7fb3 + + updateCustomerData + + + + + + + + fn:exists($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:RequestedOperationType) and +(data($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:RequestedOperationType)='USUARIOS_ACT_CORREO' +or data($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:RequestedOperationType)='USUARIOS_ACT_TELEFONO' +or data($body/nat:updateCustomerData_Rq/nat:MsgRqHdr/msg:RequestedOperationType)='USUARIOS_ACT_USER') + + + + _ActionId-a960f41.N349fdd7a.0.16b4c3c4cb1.N7f69 + + updateCustomerData + + + + + + + + _ActionId-a7c04dd.N5ef7eeb3.0.16737b088b9.N7fb6 + + updateCustomerData + + + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/updateCustomerInterview/proxy/NaturalCustomerMgmtSvc_updateCustomerInterview.pipeline b/NaturalCustomerMgmtSvc/operations/updateCustomerInterview/proxy/NaturalCustomerMgmtSvc_updateCustomerInterview.pipeline new file mode 100644 index 0000000..7edc324 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/updateCustomerInterview/proxy/NaturalCustomerMgmtSvc_updateCustomerInterview.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:updateCustomerInterview_Rq + + ./nat:updateCustomerInterview_Rq + + + + + + + + + + + + nat:updateCustomerInterview_Rs + + ./nat:updateCustomerInterview_Rs + + + + + + + + + + + + updateCustomerInterview + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/updateCustomerRelationship/proxy/NaturalCustomerMgmtSvc_updateCustomerRelationship.pipeline b/NaturalCustomerMgmtSvc/operations/updateCustomerRelationship/proxy/NaturalCustomerMgmtSvc_updateCustomerRelationship.pipeline new file mode 100644 index 0000000..244ec1a --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/updateCustomerRelationship/proxy/NaturalCustomerMgmtSvc_updateCustomerRelationship.pipeline @@ -0,0 +1,64 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + 1.0 + + + + + + + + nat:updateCustomerRelationship_Rq + + ./nat:updateCustomerRelationship_Rq + + + + + + + + + + + + nat:updateCustomerRelationship_Rs + + ./nat:updateCustomerRelationship_Rs + + + + + + + + + + + + updateCustomerRelationship + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/operations/upsertCustomerData/proxy/NaturalCustomerMgmtSvc_upsertCustomerData.pipeline b/NaturalCustomerMgmtSvc/operations/upsertCustomerData/proxy/NaturalCustomerMgmtSvc_upsertCustomerData.pipeline new file mode 100644 index 0000000..6264654 --- /dev/null +++ b/NaturalCustomerMgmtSvc/operations/upsertCustomerData/proxy/NaturalCustomerMgmtSvc_upsertCustomerData.pipeline @@ -0,0 +1,179 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + 1.0 + + + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2c + + 'Node: NOT-DEFINED Stage: NOT-DEFINED' + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f2b + + + exists($fault/ctx:location) + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f29 + + concat("Node: ", data($fault/ctx:location/ctx:node), " Stage: ",data($fault/ctx:location/ctx:stage)) + + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f28 + error + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + Global Error + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f27 + + Banesco: Oracle Service Bus Error + fatal + + fn:concat('[',fn:current-dateTime(),'][MessageID : ',$messageID,'][Global Error Handler][',fn:tokenize($inbound/@name,'\$')[last()],'/',$operation,'- message : ',$message,' - fault: ',fn-bea:serialize($fault),' - body : ',fn-bea:serialize($backupBody/*),'][Global Error Handler]') + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f26 + + + + + $inbound + + + $fault + + + $backupBody + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f25 + + ./* + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f24 + + . + + http://xmlns.banesco.com/Service/MgmtSvc + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f23 + + . + + + $message + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7f22 + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7661 + + $body + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N7593 + + nat:upsertCustomerData_Rq + body + + ./nat:upsertCustomerData_Rq + + + + + + + + + + + + + _ActionId-7f000101.f7bf7e.0.1630967ec82.N75fa + + nat:upsertCustomerData_Rs + body + + ./nat:upsertCustomerData_Rs + + + + + + + + request-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eef + response-N3f57c7ff.2208e8ab.0.1566fe4977d.N7eee + + + + + + _ActionId-N3f57c7ff.2208e8ab.0.1566fe4977d.N7ee1 + + upsertCustomer + + + + + + + + proxyName + backupHeader + backupBody + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/pom.xml b/NaturalCustomerMgmtSvc/pom.xml new file mode 100644 index 0000000..c9b0863 --- /dev/null +++ b/NaturalCustomerMgmtSvc/pom.xml @@ -0,0 +1,20 @@ + + + + 4.0.0 + + + com.oracle.servicebus + sbar-project-common + 12.2.1-5-0 + + + NaturalCustomerMgmtSvc + NaturalCustomerMgmtSvc + 1.0-SNAPSHOT + + sbar + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.pipeline b/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.pipeline new file mode 100644 index 0000000..104b671 --- /dev/null +++ b/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.pipeline @@ -0,0 +1,33 @@ + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + 1.0 + + + + + + + + + {fn:concat("NaturalCustomerMgmtSvc/operations/",$operation,"/proxy/NaturalCustomerMgmtSvc_",$operation)} + {data($operation)} +]]> + + + + + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.proxy b/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.proxy new file mode 100644 index 0000000..5037619 --- /dev/null +++ b/NaturalCustomerMgmtSvc/proxy/NaturalCustomerMgmtSvc.proxy @@ -0,0 +1,31 @@ + + + + + + + + + + NaturalCustomerMgmtSvcSOAP + http://xmlns.banesco.com/Service/NaturalCustomerMgmtSvc + + + + + + + + no-policies + + + + 1.0 + + + + local + true + + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/servicebus.sboverview b/NaturalCustomerMgmtSvc/servicebus.sboverview new file mode 100644 index 0000000..7c28b81 --- /dev/null +++ b/NaturalCustomerMgmtSvc/servicebus.sboverview @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/NaturalCustomerMgmtSvc/wsdl/NaturalCustomerMgmtSvc.wsdl b/NaturalCustomerMgmtSvc/wsdl/NaturalCustomerMgmtSvc.wsdl new file mode 100644 index 0000000..beb7793 --- /dev/null +++ b/NaturalCustomerMgmtSvc/wsdl/NaturalCustomerMgmtSvc.wsdl @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..282eda0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,24 @@ + + + + 4.0.0 + + NaturalCustomerMgmtSvc + NaturalCustomerMgmtSvc + 1.0-SNAPSHOT + + pom + + + System + BanescoCommonArtifacts + NaturalCustomerMgmtSvc + AS400CustomerInAppSvc + PCOELNaturalCustomerInAppSvc + CRMNaturalCustomerInAppSvc + AS400NaturalCustomerInAppSvc + MDMNaturalCustomerInAppSvc + PortalElectronicoNaturalCustomerInAppSvc + + + \ No newline at end of file