CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

Unable to generate JAX-WS artifacts

I downloaded Custom Object 10 wsdl and use JDeveloper 11g to generate the JAX-WS artifacts but I got errors as below.  Below are my ANT script and errors. 
It's working fine with when I generate JAX-RPC artifacts. I only have problems with JAX-WS artifacts.

Do you have any ideas?

Thanks,
============================== ANT CODE ====================================
<project>
    <taskdef name="clientgen"
           classname="weblogic.wsee.tools.anttasks.ClientGenTask"/>

    <target name="build_WS_client">
        <clientgen wsdl="c:\temp\CustomObject10.wsdl"
                   destDir="C:\e910\DV910\java\source\oracle\e1\bssv\JC57M113\proxy"
                   packageName="oracle.e1.bssv.JC57M113.proxy"
                   type="JAXWS"
                   verbose="True"/>
    </target>
</project>

============================== ERRORS =======================================
Buildfile: C:\JDeveloper_Workspace\GenerateWebServiceProxy\AntBuild\build.xml

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center