Route requests to the correct endpoint based on the generated Media Type. If the Respond() function from #17 is used by an Endpoint's method handler they should be able to support xml or json output so long as the body they give has been marked up with xml & json struct tags.
Route requests to the correct endpoint based on the generated Media Type. If the
Respond()function from #17 is used by an Endpoint's method handler they should be able to support xml or json output so long as the body they give has been marked up withxml&jsonstruct tags.