first commit
This commit is contained in:
22
HelpersXml/XmlNamespaces.cs
Normal file
22
HelpersXml/XmlNamespaces.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace EFCDesk.HelpersXml
|
||||
{
|
||||
public sealed class XmlNamespaces
|
||||
{
|
||||
public readonly XNamespace S =
|
||||
"http://schemas.xmlsoap.org/soap/envelope/";
|
||||
|
||||
public readonly XNamespace ns2 =
|
||||
"http://www.ventanillaunica.gob.mx/pedimentos/ws/oxml/consultarpedimentocompleto";
|
||||
|
||||
public readonly XNamespace ns3 =
|
||||
"http://www.ventanillaunica.gob.mx/common/ws/oxml/respuesta";
|
||||
|
||||
public readonly XNamespace comunes =
|
||||
"http://www.ventanillaunica.gob.mx/pedimentos/ws/oxml/comunes";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user