• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk MapGuide Developer

    Reply
    Contributor
    Posts: 14
    Registered: ‎02-19-2009

    WebService get address and send back picture

    221 Views, 4 Replies
    02-20-2009 12:33 AM
    I'm really beginner in MapGuide developing. I need a little help, how can I start.

    My task is to create a web service which is able to get an address, and send back a map in png format to the receiver.

    We have a published map in MapGuide2009 server, with Oracle database. I have to develop in C#, with ASP.NET.
    I have a Visual Studio 2008.

    I'm able to make ClassLybraryes, which are refer to Topobase.Form.Dll API methods, but these dlls are built in into Topobase Client (Web and Windows too). But I have to make a WebService.

    Which DLLs I have to refer in my WebService. Where I can found examples how to start? How can I start? Please help!
    Please use plain text.
    Contributor
    Posts: 15
    Registered: ‎11-03-2007

    Re: WebService get address and send back picture

    05-06-2009 02:38 AM in reply to: satu777
    hi

    What is it that you are trying to do...I am unable to understand.
    Are you trying to select a parcel on map to get the details and send the map to the user in print layout. or there is anything else.

    regards
    teja.
    Please use plain text.
    Contributor
    Posts: 14
    Registered: ‎02-19-2009

    Re: WebService get address and send back picture

    05-09-2009 12:52 AM in reply to: satu777
    Thanks tejaswi, finally I found the right DLL (API), what I have to refer.

    (I have to create a web service, which is able to send back raster picture (ex. jpg) to the application. (It is similar to GetMap WMS service. I can't use the Ajax Viewer in my application.)
    Please use plain text.
    Member
    Posts: 4
    Registered: ‎06-17-2009

    WebService get address and send back picture

    06-17-2009 12:40 AM in reply to: satu777
    hi,

    this is siva, can you please post the solution what u get
    Please use plain text.
    Contributor
    Posts: 14
    Registered: ‎02-19-2009

    Re: WebService get address and send back picture

    09-08-2009 02:49 AM in reply to: satu777
    Thanks, finally I have found the missing things...

    Need to create a reference to the project in Visual Studio:

    Topobase.Data (Topobase Api) - C:\Program Files\Autodesk Topobase Client 2009\bin\Topobase.Data.dll
    Topobase.Forms (Topobase Forms API) - C:\Program Files\Autodesk Topobase Client 2009\bin\Topobase.Forms.dll
    Topobase.Map - C:\Program Files\Autodesk Topobase Client 2009\bin\Topobase.Map.dll
    Topobase.Update - C:\Program Files\Autodesk Topobase Client 2009\bin\Topobase.Update.dll

    And now everything is working!
    Please use plain text.