You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "David Rodríguez Alfayate (JIRA)" <ji...@apache.org> on 2007/08/31 15:00:32 UTC

[jira] Updated: (AXIS2-3165) Accessing to unexistant get() method from MessageReceiver when using xmlbeans databinding

     [ https://issues.apache.org/jira/browse/AXIS2-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Rodríguez Alfayate updated AXIS2-3165:
--------------------------------------------

    Attachment: ProxiaServices2.wsdl

WSDL used which generates the incorrect code.

> Accessing to unexistant get() method from MessageReceiver when using xmlbeans databinding
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3165
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3165
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JDK 1.4
>            Reporter: David Rodríguez Alfayate
>            Priority: Blocker
>         Attachments: ProxiaServices2.wsdl
>
>
> I'm using XMLBeans generation from WSDL, when the message receiver access the skeleton the content response is 
> processed as:
> wrappedType.get().<<real_method_name>>.
> The generated method name is not "get()" but get<<CLASS_NAME>>, so it fails to compile.
> I think that i cannot use ADB since I need to know if primitive fields are null or not, and I haven't seen any mechanism in order to verifiy this nullity with this mechanism.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org