I have to call a secure WCF service from java using mutual authentication.
Everything works fine except I\'m unable to send messages which are greater than 48680 bytes in size.
Have you tried sending in request from SOAPUI tool and checking if it behaves the same way. Also worth looking at the below link that discusses something about WCF Services and Java client.