Even with the namespace suggested http://schemas.xmlsoap.org/soap/http ( without trailing /) it causes Stack over flow. It is because of the mapTransportURI() method of SoapTransportFactory class in cxf-rt-bindings-soap-2.4.2.jar. If you notice there are no support for http://schemas.xmlsoap.org/soap/http namespace, which cause the recursion as it tried to resolve it by calling same method again and again.
And i checked cxf 2.5.4 also, there also same thing. Regards Sachin -- View this message in context: http://cxf.547215.n5.nabble.com/StackOverflowError-while-creating-webservices-tp5716168p5716224.html Sent from the cxf-user mailing list archive at Nabble.com.
