Doug Kartio | Stephan -
Thanks for your help. I am able to hit the server now. Here's my next issue.
I am able to do a GET for a particular user.
GET /vmrest/users/f34daa87-a06c-4f6e-9125-dee46d767bbf
but when I change that to either a DELETE, which is exactly the same except for the "DELETE" part or try and modify the user with a "PUT"
1 2***************************************************************************** 3Sending message... 4--------------------- 5PUT /vmrest/users/f34daa87-a06c-4f6e-9125-dee46d767bbf HTTP/1.1 6Host:unccl01p:8443 7Authorization: Basic ZGthcnRpbzpUdW5kcmExMA== 8Content-type: application/xml 9Accept: application/xml 10User-Agent: Java/1.6.0_24 11Content-length: 103 12 13<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 14<User><DisplayName>zippy7</DisplayName></User>
I get the following error:
1 2--------------------- 3Response Back... 4--------------------- 5HTTP/1.1 400 Bad Request 6Pragma: No-cache 7Cache-Control: no-cache 8Expires: Wed, 31 Dec 1969 18:00:00 CST 9Set-Cookie: JSESSIONIDSSO=FB1D12272C575A1E54330918F40EEB94; Path=/; Secure 10Set-Cookie: JSESSIONID=F8158FD2258E4475D5EAF7FE9868E480; Path=/vmrest; Secure 11Content-Type: application/xml 12Transfer-Encoding: chunked 13Date: Fri, 24 Jun 2011 14:36:16 GMT 14Connection: close 15Server: 16 17a8 18<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ErrorDetails><errors><code>DATA_EXCEPTION</code><message>Subscriber not found </message></errors></ErrorDetails> 190
Any ideas???
Thanks |
| Please sign in to flag this as inappropriate. |