Hi Willem,

I also tried below maven plugin, it does not help, seem problem.
do you know which maven plugin could help?

Thanks!

<plugin>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-codegen-plugin</artifactId>
    <version>${cxf.version}</version>
    <executions>
        <execution>
            <id>generate-sources</id>
            <phase>generate-sources</phase>
            <configuration>
               
<sourceRoot>${project.build.directory}/generated/cxf</sourceRoot>
                <wsdlOptions>
                    <wsdlOption>
                       
<wsdl>${basedir}/src/main/resources/myService.wsdl</wsdl>
                    </wsdlOption>
                </wsdlOptions>
            </configuration>
            <goals>
                <goal>wsdl2java</goal>
            </goals>
        </execution>
    </executions>
</plugin>




--
View this message in context: 
http://camel.465427.n5.nabble.com/CustomSoapFault-Problem-tp5751844p5751868.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to