Autodesk MapGuide Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
WebService get address and send back picture
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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!
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!
Re: WebService get address and send back picture
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
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.
Re: WebService get address and send back picture
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.)
(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.)
WebService get address and send back picture
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-17-2009 12:40 AM in reply to:
satu777
hi,
this is siva, can you please post the solution what u get
this is siva, can you please post the solution what u get
Re: WebService get address and send back picture
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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!
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!

