File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
BtmsGateway/Services/Converter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ public static class SoapUtils
2929 private static string SuccessfulAlvsClearanceResponseBody =>
3030 "<?xml version=\" 1.0\" encoding=\" utf-8\" ?>\n <soapenv:Envelope xmlns:soapenv=\" http://www.w3.org/2003/05/soap-envelope\" >\n \t <soapenv:Body>\n \t \t <ALVSClearanceResponse xmlns=\" http://submitimportdocumenthmrcfacade.types.esb.ws.cara.defra.com\" xmlns:ns2=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:ns3=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" >\n \t \t \t <StatusCode>000</StatusCode>\n \t \t </ALVSClearanceResponse>\n \t </soapenv:Body>\n </soapenv:Envelope>" ;
3131 private static string SuccessfulFinalisationNotificationResponseBody =>
32- "<?xml version=\\ \ " 1.0\\ \ " encoding=\\ \ " utf-8\\ \ " ?>\n <soapenv:Envelope xmlns:soapenv=\\ \ " http://www.w3.org/2003/05/soap-envelope\\ \ " >\n \t <soapenv:Body>\n \t \t <FinalisationNotificationResponse xmlns=\\ \ " http://notifyfinalisedstatehmrcfacade.types.esb.ws.cara.defra.com\\ \ " xmlns:ns2=\\ \ " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\\ \ " xmlns:ns3=\\ \ " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\\ \" >\n \t \t \t <StatusCode>000</StatusCode>\n \t \t </FinalisationNotificationResponse>\n \t </soapenv:Body>\n </soapenv:Envelope>" ;
32+ "<?xml version=\" 1.0\" encoding=\" utf-8\" ?>\n <soapenv:Envelope xmlns:soapenv=\" http://www.w3.org/2003/05/soap-envelope\" >\n \t <soapenv:Body>\n \t \t <FinalisationNotificationResponse xmlns=\" http://notifyfinalisedstatehmrcfacade.types.esb.ws.cara.defra.com\" xmlns:ns2=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:ns3=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" >\n \t \t \t <StatusCode>000</StatusCode>\n \t \t </FinalisationNotificationResponse>\n \t </soapenv:Body>\n </soapenv:Envelope>" ;
3333 private static string SuccessfulAlvsErrorNotificationResponseBody =>
34- "<?xml version=\\ \ " 1.0\\ \ " encoding=\\ \ " utf-8\\ \ " ?>\n <soapenv:Envelope xmlns:soapenv=\\ \ " http://www.w3.org/2003/05/soap-envelope\\ \ " >\n \t <soapenv:Body>\n \t \t <ALVSErrorNotificationResponse xmlns=\\ \ " http://alvserrornotification.types.esb.ws.cara.defra.com\\ \ " xmlns:ns2=\\ \ " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\\ \ " xmlns:ns3=\\ \ " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\\ \" >\n \t \t \t <StatusCode>000</StatusCode>\n \t \t </ALVSErrorNotificationResponse>\n \t </soapenv:Body>\n </soapenv:Envelope>" ;
34+ "<?xml version=\" 1.0\" encoding=\" utf-8\" ?>\n <soapenv:Envelope xmlns:soapenv=\" http://www.w3.org/2003/05/soap-envelope\" >\n \t <soapenv:Body>\n \t \t <ALVSErrorNotificationResponse xmlns=\" http://alvserrornotification.types.esb.ws.cara.defra.com\" xmlns:ns2=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:ns3=\" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" >\n \t \t \t <StatusCode>000</StatusCode>\n \t \t </ALVSErrorNotificationResponse>\n \t </soapenv:Body>\n </soapenv:Envelope>" ;
3535
3636 public static XElement AddSoapEnvelope ( XElement rootElement , SoapType soapType )
3737 {
You can’t perform that action at this time.
0 commit comments