G
Guest
I'm trying to perform a webDav call to move selected messages into a
destination folder and does anybody know why BMOVE will work when i use the
regular folder name as the request parameters, and it won't work when i use
the folder permanentURL ?
Below you can see the two requests, the first one does NOT work, and the
second one works ok:
BMOVE
/exchange/lucianoresende/-FlatUrlSpace-/9414c48bbd498144b7b7238535deb823-233e2/ HTTP/1.1
Content-Type: text/xml
Host: pir03pc17.westford5.notesdev.ibm.com
Authorization: Basic d2VzdGZvcmQ1XGx1Y2lhbm9yZXNlbmRlOnBhc3N3MHJk
Destination:
/exchange/lucianoresende/-FlatUrlSpace-/9414c48bbd498144b7b7238535deb823-233e5/
User-Agent: Java/1.4.2
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 93
<?xml version='1.0'?>
<move xmlns='DAV:'>
<target>
<href>delete%20999.EML</href>
</target>
</move>
BMOVE /exchange/lucianoresende/inbox/ HTTP/1.1
Content-Type: text/xml
Host: pir03pc17.westford5.notesdev.ibm.com
Authorization: Basic d2VzdGZvcmQ1XGx1Y2lhbm9yZXNlbmRlOnBhc3N3MHJk
Destination: /exchange/lucianoresende/deleted%20items/
User-Agent: Java/1.4.2
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 93
<?xml version='1.0'?>
<move xmlns='DAV:'>
<target>
<href>delete%20999.EML</href>
</target>
</move>
destination folder and does anybody know why BMOVE will work when i use the
regular folder name as the request parameters, and it won't work when i use
the folder permanentURL ?
Below you can see the two requests, the first one does NOT work, and the
second one works ok:
BMOVE
/exchange/lucianoresende/-FlatUrlSpace-/9414c48bbd498144b7b7238535deb823-233e2/ HTTP/1.1
Content-Type: text/xml
Host: pir03pc17.westford5.notesdev.ibm.com
Authorization: Basic d2VzdGZvcmQ1XGx1Y2lhbm9yZXNlbmRlOnBhc3N3MHJk
Destination:
/exchange/lucianoresende/-FlatUrlSpace-/9414c48bbd498144b7b7238535deb823-233e5/
User-Agent: Java/1.4.2
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 93
<?xml version='1.0'?>
<move xmlns='DAV:'>
<target>
<href>delete%20999.EML</href>
</target>
</move>
BMOVE /exchange/lucianoresende/inbox/ HTTP/1.1
Content-Type: text/xml
Host: pir03pc17.westford5.notesdev.ibm.com
Authorization: Basic d2VzdGZvcmQ1XGx1Y2lhbm9yZXNlbmRlOnBhc3N3MHJk
Destination: /exchange/lucianoresende/deleted%20items/
User-Agent: Java/1.4.2
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 93
<?xml version='1.0'?>
<move xmlns='DAV:'>
<target>
<href>delete%20999.EML</href>
</target>
</move>