1 / 12

PULS Webservices 2. marts 2012

PULS Webservices 2. marts 2012. 2. Overblik. Datamodel Arkitektur Webservices Teknik Spørgsmål. Datamodel. Aktiviteter og produkter. Arkitektur. PKDB. PULS WS. PULS UI. Brugerstyring STS. Danmarks Arealinformation. Tredjepart. Webservicekald. Miljøer. Webservices. Punktkilde

sumana
Télécharger la présentation

PULS Webservices 2. marts 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PULSWebservices2. marts 2012 2

  2. Overblik Datamodel Arkitektur Webservices Teknik Spørgsmål

  3. Datamodel

  4. Aktiviteter og produkter

  5. Arkitektur PKDB PULS WS PULS UI Brugerstyring STS Danmarks Arealinformation Tredjepart

  6. Webservicekald

  7. Miljøer

  8. Webservices Punktkilde Stamdata Pointsample Stanlab Tilsyn Udtraek (Stancode) Beregning Metadata

  9. Demomiljø PULS UI: https://puls.demo.miljoeportal.dk PULS WS: http://services.puls.demo.miljoeportal.dk Kortvisning: http://predemo-kort.arealdata.dk/index.html Kortvisning: http://predemo-kort.arealinfo.dk/ Eksempel: http://services.puls.demo.miljoeportal.dk /miljoeportal.surfacewater.pointsources.1.0.0/Stamdata.svc

  10. Teknik Forudsætning: DMP’s brugerstyring (ADFS), se wiki Værktøjer: SoapUI - http://www.soapui.org/ .Net: svcutil.exe

  11. .Net C# eksempel varchannel = DanBackendChannel<PunktkildeInterface>(ServiceAddressPunktkilde); try { IsAliveResponseresponse = channel.IsAlive(newIsAliveRequest()); // response.ResultCode, response.ResultReason, … } catch (Exception) { throw; } finally { WsTrustClient.CloseChannel(channel); }

  12. Spørgsmål ?

More Related