Hya everyone, I'm pretty new to Tomcat and after much googling didn't yield anything that helped me I'm trying my luck here ;-)
My current problem is that I'm trying to access a Webservice (via wsdl, classes are generated in netbeans, one custom binding was needed to resolve a naming conflict in a response object) Headers are also modified to allow for 2 custom fields to be transmitted on the request (the response doesn't contain these and we don't need them either). The Request is being sent and the response is received on my end (checked with Wireshark). Tomcat seems to have a problem interpreting this response though: Exception: javax.xml.ws.soap.SOAPFaultException: MustUnderstand headers:[{http://www.w3.org/2005/08/addressing}Action] are not understood I've done initial testing with glassfish and there everything works perfectly. One difference I've also noticed between glassfish and tomcat is that on tomcat some of the basic headers aren't being generated in the request (To and Action), I've modified the headers accordingly to send these out (exact copies of what glassfish generates automatically) Any thoughts or ideas on how to resolve this would be much appreciated. cheers, Raphael