Hi,
I'm trying to create vnets with S2S VPN gateway using REST API, but although the gateway was created "Successfully", its type seems always "static routing" even I specify the DynamicRouting in the request body. Since I'm attempting to use a Windows RRAS server as my local VPN gateway, this static routing mode seems not supported according to http://msdn.microsoft.com/en-us/library/windowsazure/jj156075.aspx
The following is an HTTP session I captured with Fiddler for one of my try, can anybody kindly help me to find out what's wrong here?
POST https://management.core.windows.net/480d0439-19df-4e93-8cc7-b52d7a58db02/services/networking/HOSTED-2/gateway HTTP/1.1
x-ms-version: 2013-03-01
Content-Type: application/xml
Host: management.core.windows.net
Content-Length: 199
Expect: 100-continue
Connection: Keep-Alive
<?xml version="1.0" encoding="utf-8" standalone="no"?><CreateGatewayParameters xmlns="http://schemas.microsoft.com/windowsazure"><GatewayType>DynamicRouting</GatewayType></CreateGatewayParameters>
HTTP/1.1 201 Created
Cache-Control: no-cache
Content-Length: 210
Content-Type: application/xml; charset=utf-8
Server: 33.0.6198.68 (rd_rdfe_stable.130710-0833) Microsoft-HTTPAPI/2.0
x-ms-servedbyregion: ussouth
x-ms-request-id: 7faea861b6554dba92b1d6c2f3580cf2
Date: Thu, 01 Aug 2013 05:48:55 GMT
<GatewayOperationAsyncResponse xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ID>7faea861-b655-4dba-92b1-d6c2f3580cf2</ID></GatewayOperationAsyncResponse>
Thanks!
Shayu
This post is "AS IS" and confers no rights