Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] connecting to WMS

The link you sent does not work for me (even in a browser). However here is something to try - the URL you provided is not a valid GetCapabilities URL. As such uDig will enter into "version negotiation" with the server ... it will produce a URL that includes:
- REQUEST=GetCapabilities (this is actually a requirmenet)
- VERSION=X.X.X (this will be the highest version of the WMS protocol that uDig likes - SERVICE=WMS (this is also a requirement - many servers speak several protocols)

The server will respond with a valid capabilities document that contains the "closest" version number the server can produce. Based on this response uDig may connect and show you the capabilities document; or change the VERSION and try again ...

To get more information in the logs drop the attached ".options" file into your udig folder and try again. The .options file enables additional tracing showing each WMS request/response...
Jody

John Caprez wrote:
Hello ..

I am trying to access a WMS server and doing so i get the error message : "Verbindungsparameter enthalten Fehler."

Most other WMS clients have no problems get at least the Capabilities.

The server i try to connect to is : http://wms.aeridigitals.com/project/Calonge+2008

Is there any way to get more information abut the error. The application log does not show anything use full.
Thanks

John

_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users

#Master Tracing Options
#Tue Aug 05 14:56:31 PDT 2008
net.refractions.udig.catalog.wms/debug=true
net.refractions.udig.catalog.wms/debug/request=true

Back to the top