I want to know how to implement bonjour on windows, so that i can set up server on windows and access files in windows(server) using bonjour service from my iphone(client).
Note that Bonjour is only for notifying other devices that a service is present on the network, it doesn't handle the actual file transfer.
There is a Java implementation called Rendezvous Proxy that broadcasts bonjour notifications, may be all you need on your server?
Web page is here: http://ileech.sf.net/RendezvousProxy/
Don't think the source is open though.