It seems to work on some clients when I use the wsdl2java.bat file in
my build script using the <exec> task,

however on some clients it fails saying,
[exec] The input line is too long.
[exec] The syntax of the command is incorrect.

with wsdl2java ant task all clients get to the same point but cannot compile.

hope this helps.



On 3/14/07, Amila Chinthaka Suriarachchi (JIRA) <[EMAIL PROTECTED]> wrote:

   [ 
https://issues.apache.org/jira/browse/AXIS2-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480785
 ]

Amila Chinthaka Suriarachchi commented on AXIS2-2322:
-----------------------------------------------------

can you check with the wsdl2java tool comes with the axis distribution.
please test with a nightly build?
if you still getting errors can you attach your xsd file as well?

> If i generate skeleton classes, interfaces and stubs using the no matter what 
version of axis2 I use
> 
----------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2322
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2322
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen, databinding, deployment, wsdl
>    Affects Versions: 1.1.1, 1.1, 1.0
>         Environment: Windows 2000, sdk 1.5
>            Reporter: John McCosker
>            Priority: Critical
>         Attachments: build.xml, GENI_FileSystemModifyService.wsdl
>
>
> If i generate skeleton classes, interfaces and stubs using the
> wsdl2java ant task I can't then compile my classes,
> now I know its because all of the below mentioned methods (and others)
> fromOM(result.getResponseEnvelope().getBody().getFirstElement() and
> toEnvelope(getFactory(_operationClient.getOptions().getSoapVersionURI())
> fromOM(faultElt,messageClass,null)
> are not included in org.apache.axis2.client.Stub as they have been
> left out for what-ever reason. All online documentation and mailing
> list indicated that,
> "getElement()  method was removed from the stub class sometime back,
> since the generated code no longer uses it.
> Please use the latest nightlies to generate your code... "
> Ok, I have done that, does'nt work.
> Others suggest get the latest stable build, what version is stable,
> have tried, 1.0, 1.1, 1.1.1, extracted axis.war tried that, and tried
> axis2-1.1.1-SNAPSHOT,
> but all gave the same error.
> What version of axis will stop creating the these properties in the
> stubs so that I can then compile it.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to