Guest User

Untitled

a guest
Nov 27th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. vscibts.gvddl.com:8081/intelligent/vehicle/login?userData={userName:"VARUN",password:"VARUN@123"}
  2.  
  3. <api xmlns="http://ws.apache.org/ns/synapse" name="usrepasswordAPI" context="/intelligent">
  4. <resource methods="OPTIONS GET" uri-template="/vehicle/login?userData=userName={userName}&password={password}">
  5. <inSequence>
  6. <send>
  7. <endpoint>
  8. <http method="GET" uri-template="https://gvscibts.gvddl.com:8081/intelligent/vehicle/login?userData=userName={uri.var.userName}&password={uri.var.password}"/>
  9. </endpoint>
  10. </send>
  11. </inSequence>
  12. </api>
Add Comment
Please, Sign In to add comment