Hi Glen, I debugged the CXF code and found out the cause.
As CXF 2.4 ( SoapTransportFactory class) only supposrts below namespaces. "http://schemas.xmlsoap.org/wsdl/soap/" "http://schemas.xmlsoap.org/wsdl/http" "http://schemas.xmlsoap.org/wsdl/soap/http" "http://schemas.xmlsoap.org/wsdl/soap/http/" "http://schemas.xmlsoap.org/wsdl/http/". But i have http://schemas.xmlsoap.org/soap/http/ namespace in my wsdl binding , hence no match found, causing recursion. Is this namespace not supported by CXF?? -- View this message in context: http://cxf.547215.n5.nabble.com/StackOverflowError-while-creating-webservices-tp5716168p5716186.html Sent from the cxf-user mailing list archive at Nabble.com.
