Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; on 
the appropriate lines in the java stub file, so getting runtime error 
'undeclared namespace prefix "t"'


  Please advise.






  Here is Maven snippet:





<plugin>
        <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
        <version>1.6.2</version>
    <configuration>
    <wsdlFile>src/main/resources/wsdl/unmcusthelpcom.wsdl</wsdlFile>  <!-- 
https://unm.custhelp.com/cgi-bin/unm.cfg/services/soap?wsdl=typed -->
         <databindingName>adb</databindingName>
        <packageName>com.rightnow.ws.wsdl</packageName>
        <outputDirectory>src/main/java</outputDirectory>
        <unpackClasses>true</unpackClasses>
        <unwrap>true</unwrap>
        <syncMode>sync</syncMode>
   </configuration>
    <executions>
        <execution>
            <goals>
                <goal>wsdl2code</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Robert

Reply via email to