Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / ShippingProviderBase Class / SendRequestToProvider Method / SendRequestToProvider(XmlDocument,String,String) Method
The XML document to post
The URL to post to
The encoding to use
In This Topic
    SendRequestToProvider(XmlDocument,String,String) Method
    In This Topic
    Posts an XML request to given URL using the given encoding
    Syntax
    protected XmlDocument SendRequestToProvider( 
       XmlDocument request,
       string url,
       string encoding
    )

    Parameters

    request
    The XML document to post
    url
    The URL to post to
    encoding
    The encoding to use

    Return Value

    XML response from the server
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also