Overriding namespace of the wsdl while creating java classes

2010-02-09 Thread Himanshu Ramteke
Hello CXF Dev Team, I am trying to generate java classes from wsdl using cxf. Also I am using ant to generate it. The wsdl contains two namespaces starting with numeric text like http://123456.service.xyz.com and http://123456.service1.xyz.com The java classes are generated into the package

Changing Message.REQUEST_URI and Message.HTTP_REQUEST_METHOD values

2010-02-09 Thread Sergey Beryozkin
Hi I'd like to update the values of Message.REQUEST_URI and Message.HTTP_REQUEST_METHOD from org.apache.cxf.message.Message.REQUEST_URI and org.apache.cxf.message.Message.HTTP_REQUEST_METHOD to org.apache.cxf.request.uri and org.apache.cxf.request.method respectively. I do not see any issues

Re: Overriding namespace of the wsdl while creating java classes

2010-02-09 Thread Daniel Kulp
You should be able to use the -p flag to wsdl2java to override the package names. Alternatively, the standard jax-ws way to do it is via a jaxws binding file. Dan On Tue February 9 2010 1:45:39 am Himanshu Ramteke wrote: Hello CXF Dev Team, I am trying to generate java classes from

CXF, Java 6/Spring/etc... and deps.....

2010-02-09 Thread Daniel Kulp
As you may have noticed, last week (on trunk only) I moved all the dependencies that can be provided by Java 6 (except jaxb-impl/jaxb-xjc) into a special jdk15 profile that is auto activated on Java5. Thus, trunk should now require less dependencies when running on Java 6. HOWEVER, I