Guest User

Untitled

a guest
Dec 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. options = weboptions('Username', 'chankey007@gmail.com', 'Password', '********', 'RequestMethod', 'post', 'MediaType', 'application/xml');
  2. payload = '<some_query>';
  3. response = webwrite(url, payload, options);
Add Comment
Please, Sign In to add comment