Re: No Content-type in the header

2011-01-10 Thread Christopher Schultz
ess, which is pretty generic. > Tomcat Version: 6.0.29 > JVM Version: 1.6.0_22 Ok, thanks. > C:\>java -jar TomcatClient.jar > Exception in thread "main" javax.xml.ws.WebServiceException: No > Content-type in the header! > at > com.sun.xml.internal.ws.transpor

Re: No Content-type in the header

2011-01-07 Thread 9-ACT-SWIM-SIF-LAB
Don't understand the forms question. Can you be more specific? Tomcat Version: 6.0.29 JVM Version: 1.6.0_22 Stack Trace: C:\>java -jar TomcatClient.jar Exception in thread "main" javax.xml.ws.WebServiceException: No Content-type

RE: No Content-type in the header

2011-01-07 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: No Content-type in the header > 9-ACT-SWIM-SIF-LAB, > > (Ever have trouble when filling-out forms?) > > On 1/6/2011 1:54 PM, 9-act-swim-sif-...@faa.gov wrote: Speaking as a licensed pilot, I ca

Re: No Content-type in the header

2011-01-07 Thread Christopher Schultz
thread "main" javax.xml.ws.WebServiceException: No > Content-type in the header! Please provide: * complete Tomcat version (6.0 is not a valid version number) * JVM version (JAVA-WS version if they are separate) * full stack trace for your exception > The solution to this problem is the foll

No Content-type in the header

2011-01-06 Thread 9-ACT-SWIM-SIF-LAB
I'm not sure this is a Tomcat issue but I'll explain why I'm posting it here shortly. When I execute a very simple Java console web service client I get the following: Exception in thread "main" javax.xml.ws.WebServiceException: No Content-type in the header! The w