showClass("SosDescribeSensor")
# example for construction function
describeSensorRequest <- SosDescribeSensor(service = "SOS", version = "1.0.0",
procedure = "urn:procedure:42", outputFormat = "text/xml")
print(describeSensorRequest)
# encode the request in XML
encodeRequestXML(describeSensorRequest)
Run the code above in your browser using DataLab