On Sun August 9 2009 4:57:36 pm blitzer wrote: > I am wondering a few things. > One When you call cxf wsdl2java does that use the cxf.xml config file to > set proxies etc? and
With 2.1.5 and newer, it will for https. I THINK it works for regular http as well, but as a fallback if the default http fails. For 2.3, we probably should use the stuff in cxf.xml as the default (along with a better way to configure the name of the xml file) and fallback to Java level stuff as the fallback. > Two: when I am building against a .Net service I get the following error. > > [ERROR] BUILD ERROR > [INFO] org.apache.cxf.helpers.HttpHeaderHelper.findCharset(String) > > Any ideas? > I have added the charset to my cxf xml file but I get the same results. > Thanks, > blitzer What version of CXF? Also, can you run mvn with "-X -e" flags so the stack trace and such would be outputted? -- Daniel Kulp [email protected] http://www.dankulp.com/blog
