I don't know of any specific sites besides Google. We use gSOAP at work but it's c++-based not java.
Axis seems to be the most popular java SOAP framework but it's not the only one.
Avoid using a datahandler as a variable type for transferring, unless you can require all clients to connect to the server with Axis (or possibly another java-based SOAP).