Accessing Virtual Earth SOAP-API from C/C++ via gSOAP

I wrote a small example application on how to access the Virtual Earth SOAP-API from a native C/C++ program.

You can find the sample and a description of all steps on MSDN Code Gallery

Here is the project:
Virtual Earth SOAP API with C/C++ via gSOAP

4 Responses to “Accessing Virtual Earth SOAP-API from C/C++ via gSOAP”

  1. thomas Says:

    Hallo

    hab das Beispiel zum Laufen gebracht. Wenn ich aber den MapStyle BirdsEye versuche bekomme ich ein “not supported”, obwohl in diesem
    http://download.microsoft.com/download/0/3/5/035e9eaa-f822-4700-85a1-db103b979427/DeveloperDatasheet.pdf
    Datasheet beschrieben ist das es via WEB-Service eigentlich gehen müsste.
    Liegt das daran das ich ein Staging account habe? Ich finde dazu nichts.
    Thomas

  2. jkalmbach Says:

    Den Birds-Eye-View gibt es nur in ganz bestimmten Gebieten… auch muss man die “Koordinaten” anders angeben…
    Brandenburger Toor ist z.B.:
    lvl=1
    tilt=-90
    dir=0
    alt=-1000
    phx=0
    phy=0
    phscl=1
    scene=12400624

    Kann Dir aber gerade nicht sagen, was man genau im SOAP-Interface angeben muss…

  3. Thomas Says:

    Danke. Das SOAP scheint irgendwie anders bestückt zu werden. Kann man den Tileserver direkt (via URL) ansprechen ? Wo hast Du denn die Parameter her?
    Thomas

  4. jkalmbach Says:

    Vielleicht hilft ja Folgendes weiter:
    http://rbrundritt.spaces.live.com/blog/cns!E7DBA9A4BFD458C5!585.entry?wa=wsignin1.0&sa=526309207

Leave a Reply