I have an http component proxying an internal endpoint. The wsdlport:address
generated is the following: http://localhost:8192/Service/VinciService.
If I try this url I get the following response by the servelt container:
14:48:30 : DEBUG : << "HTTP/1.1 302 Found[\r][\n]"

14:48:30 : DEBUG : << "Location:
http://localhost:8192/Service/VinciService/[\r][\n]";


the 302 response code means resource temporarily moved, which to me sound a bit
weird. The new location is also given and is the same url with / at the and.
However the point is that come http client like web browser can automaticaly
handle this condition requering the web server, other clients do not (typically
those used for test automation, I use soapui).
I believe that the wsdlport:address should contain the exact location of the web
service so for me this is a bug, what do you think?

PS: I'm using the 3.0-M2-incubating version

bye
Raffaele


Reply via email to