Forum Post: Re: Pasoe Web Transport: Determining Handler Url In Handler Class

  • Thread starter Thread starter mbanks
  • Start date Start date
Status
Not open for further replies.
M

mbanks

Guest
You should be able to get the path parameter without the URI prefix. For example, GetPathParameter( "custnum" ) instead of GetContextValue( "URI_CUSTNUM" ). The difference is that the path parameter names should be as defined in the URI template and the ones in the context have a URI prefix to set them apart from other context values.

Continue reading...
 
Status
Not open for further replies.
Back
Top