Opened 17 years ago

Closed 17 years ago

#37 closed defect (fixed)

WMS: FdoIConnection::SetConfiguration fails

Reported by: jacklee Owned by: anonymous
Priority: major Milestone: 3.3.0
Component: FDO API Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

The problem only occurs on Linux.

From the WmsTestDescribeSchema::testSchemaMapping unit

FdoPtr<FdoIConnection> conn = this->GetConnection (); conn->SetConnectionString(L"FeatureServer=http://wms.jpl.nasa.gov/wms.cgi"); FdoIoFileStreamP fileStream = FdoIoFileStream::Create(L"WmsSchemaConfig.xml", L"r"); conn->SetConfiguration(fileStream);

Calling SetConfiguration returns Physical schema mapping 'WorldMap' was not found.

Change History (2)

comment:1 by jacklee, 17 years ago

Owner: changed from jacklee to anonymous
Status: newassigned

comment:2 by jacklee, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.