I setup a WS-RawClient and a WS-Server in the same Cloverleaf site for testing JSON message transport. No matter what message I send from the client to the server, I get a 302 (specific URL has been moved temporarily to a new location) error.
Jun 08, 2023 3:21:56 PM org.apache.cxf.interceptor.LoggingOutInterceptor
INFO: Outbound Message
—————————
ID: 8
Address: http://<URL Removed>:12700/wave
Http-Method: POST
Content-Type: application/json; charset=utf-8
Headers: {Content-Type=[application/json; charset=utf-8], Accept=[application/json]}
Payload: testing
————————————–
Jun 08, 2023 3:21:56 PM org.apache.cxf.interceptor.LoggingInInterceptor
INFO: Inbound Message
—————————-
ID: 8
Response-Code: 302
Encoding: ISO-8859-1
Content-Type:
Headers: {Content-Length=[0], Date=[Thu, 08 Jun 2023 13:21:56 GMT], Location=[http://<URL Removed>:12700/wave/], Server=[Jetty(9.2.11.v20150529)], X-Content-Type-Options=[nosniff], X-Frame-Options=[SAMEORIGIN], X-XSS-Protection=[1; mode=block]}
————————————–
What am I missing?
Best Regards, Jim