When I changed the generated services.xml by adding an entry for an
operation like the follows, the deployment on axis2 failed, and the errors
were something like class cannot be found.
<operation name="opName">
<messageReceiver class="theMessageReceiver" />
</operation>
However, everything is K with the original generated services.xml.
1/16/06, Dong Liu <edongliu (AT) gmail (DOT) comwrote:
I found now <operation/entries are not in the generated services.xml by
WSDL2Java which used to be there in .93 and .92. Is this designed change?
1/16/06, Dong Liu <edongliu (AT) gmail (DOT) comwrote:
The generated code has syntax errors. In my case, one more ")" appears
in the line
private toEnvelope(
factory,
MElement param){
envelope =
factory.getDefaultEnvelope ();
envelope.getBody().addChild(param));
return envelope;
}
>
>
>
1/16/06, Dong Liu <edongliu (AT) gmail (DOT) comwrote:
The same behavior found for the command line.
1/16/06, Dong Liu < edongliu (AT) gmail (DOT) comwrote:
Hi, folks,
When I generate java code using 0.94 axis2 Eclipse code generator
plugin generator 1.1.0, an unwanted "src" created as the first
hierarchy of my package name. E.g. instead of generating the code in
/pName, it generates /src/pName .
Should I put it in JIRA?
Cheers,
Don
>
>
>
>
>