Decoding mapi payload-wireshark - wireshark

I am trying to understand the mapi protocol. Is there any resource links or opensource project that can help me in understanding of this?

Start with http://msdn.microsoft.com/en-us/library/cc425493(v=exchg.80).aspx
and http://msdn.microsoft.com/en-us/library/cc307725(v=exchg.80).aspx
For support, go to "Using the Exchange Server Protocols":
http://social.msdn.microsoft.com/Forums/en-US/os_exchangeprotocols/threads

Related

Does Dart have support for the FTP protocol

Does Dart have any support for the FTP protocol. In particular code running on the server not the client.
thanks
Richard
https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:html.HttpRequest says
HttpRequest can be used to obtain data from HTTP and FTP protocols, and is useful for AJAX-style page updates.
I don't know if there is more necessary to get FTP support as you might want it.

Microsoft ActiveSync

I am integrating microsoft activesync in my application using EAS Protocol. I have all code ready but now i am confused with WBXML request. Because of it i am getting Bad Request in response. So can you please guide me how can i convert my xml string to wbxml? I have already followed some instruction like Exchange ActiveSync Objective-C Provision Command Bad Request from different forums but not much helpful.
Any help will be appreciated!
Okay finally i found the answer. I used cocoa pods and libxml libraries as mentioned in http://cocoapods.org/?q=libwbxml

What libraries / approach should I have for connecting with ruby on rails system to a standard Microsoft Web service using the soap protocol?

I am looking to connect with an API (documentation: http://carsolize.com/carsolize_API_v2.5.pdf).
To get started in a good direction how would you do this? (What gems/methods would I use?, any tips highly appreciated!)
I recommend using Savon: https://github.com/savonrb/savon it helps you create SOAP request neatly. Check out the documentation here.

How to pause/resume the upload/download to/from WebDav server?

I have used JackRabbit library to connect to WebDav server. I can successfully upload/download files to/from WebDav server. But, I'm having problem(actually I have no idea) with pausing/resume of upload/download.
Can anyone please help me with implementing pausing/resuming of upload/download to WebDav server?
Thanks,
Satish
Now, I have the answer. Thought it might be useful to someone having the same problem. Pausing/resuming doesn't depends on server. It has to be done based on HTTP protocol. Please refer HTTP protocol specifications for more details.

Is it possible to use Cororna communicating with server via UDP/TCP/IP Protocol

I have a project needs to communiction with server via UDP/TCP/IP protocol
The client side I will use Corona sdk,
but I am not sure if Corona support UDP/TCP communication, or I need to make the function by myself?
Welcome any comment
Thanks
Try page 64 of the API reference here: http://www.google.com/url?sa=t&source=web&cd=2&ved=0CCsQFjAB&url=http%3A%2F%2Fdeveloper.anscamobile.com%2Fdemo%2FAPIReference.pdf&rct=j&q=carona%20sdk%20api&ei=Rh6RTcnUGY2WsgPQqfmnDg&usg=AFQjCNGqduQgly1eTfPV2KHGv2nbYeC4Yg
It redirects to the "socket reference" here: http://w3.impa.br/~diego/software/luasocket/reference.html
This talks about everything you asked about.
Corona SDK includes the luasocket module which supports low level socket support. It's hard to tell because it's not listed in the API reference (http://developer.anscamobile.com/resources/apis/) but there is a short discussion here (http://developer.anscamobile.com/content/network)

Resources