[
https://jira.jboss.org/jira/browse/JBIDE-5022?page=com.atlassian.jira.plu...
]
Feng Qian resolved JBIDE-5022.
------------------------------
Resolution: Done
When a parameter of a web service operation is not string, we can not use the args[] from
commandline as the parameter. Because maybe the parameter is a Object and very complex, I
use 'null' as a default value and let user to set a real value instead of the
'null'
web service client sample java file has a error when using a wsdl
that uses a object as parameter of a wsdl operation to generate client
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5022
URL:
https://jira.jboss.org/jira/browse/JBIDE-5022
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.0.M3
Reporter: Feng Qian
Assignee: Feng Qian
Attachments: Crypter.wsdl
Create a dynamic web project
Copy the attached wsld file into this project
Using this wsdl to generate web service client
In the generated java files, the client sample file has a error:
use a string not a object as a parameter of a method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira