Forum Post: Multiple Query String Parameters In Rest Service

  • Thread starter Thread starter kevin_saunders
  • Start date Start date
Status
Not open for further replies.
K

kevin_saunders

Guest
OE 11.5.1 on Linux, Tomcat 7 I am having an issue with multiple parameters passed as part of the URL to my REST service. If I pass: filter=SessionID=xdjjkeAQthkcbcKd%7C%7CtOV0_j0rJX_gH7n5n2X~G~lR3x%406S~bO&SiteCode=10 or filter=xdjjkeAQthkcbcKd%7C%7CtOV0_j0rJX_gH7n5n2X~G~lR3x%406S~bO&SiteCode=10 or filter=xdjjkeAQthkcbcKd%7C%7CtOV0_j0rJX_gH7n5n2X~G~lR3x%406S~bO&10 then the parameter after the & gets ignored. There is only 1 input parameter in the method of the class because I cannot define multiple parameters on the Query String in the REST Resource URI editor. Any ideas as to why this is happening? Thanks in advance, Kevin

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