Microstation SS10 WMS Failure ESRI ArcGIS

Greets...I am trying to consume a WMS imagery service from an ArcGIS server.  The URL and subsequent imagery works fine in PowerDraft Connect Edition.  However, when I try to use the same URL in Microstation SS10, I get an error: The underlying connection was closed: An unexpected error occurred on a send.

I'm using the same URL string:

https://img.something.com:6443/arcgis/services/2020_Hillshade_Full_Feature/ImageServer/WMSServer

Is there something in the underlying implementation that prevents interpretation, sending and receiving of information correctly in SS10 as opposed to CE?

Thank you in advance

Scott..

Parents Reply
  • There is no solution in v8i as WMS is badly supported. Try printouts and it will get even worse. CONNECT is little bit better but still no 1.3 WMS support.

    All you could try is to edit xwms manually and set  <MAXWIDTH>10000</MAXWIDTH> and  <MAXHEIGHT>10000</MAXHEIGHT>

    Also there is issue with ESRI WMS that it is not entirely OGC compliant. For example SS10 explicitly asks VERSION=1.1.1 in request but ESRI sends 1.3.0 instead because it doesn't recognize parameter in uppercase letters. Silly.

Children
No Data