Hi All,
Running through the example for Java Wcf API, I am running into the following error. Has anyone seen this before?
WARNING: Interceptor for {docs.oasis-open.org/.../wsdl}SecurityTokenService has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>307 Temporary Redirect</title>
</head><body>
<h1>Temporary Redirect</h1>
<p>The document has moved <a href="www.w3.org/.../p>
</body></html>
Appreciate all the help in advance.