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 "Sagara Gunathunga (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/14 10:48:39 UTC

[jira] [Resolved] (AXIS2-3761) Client Values not transmitting properly

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

Sagara Gunathunga  resolved AXIS2-3761.
---------------------------------------

    Resolution: Not A Problem
    
> Client Values not transmitting properly
> ---------------------------------------
>
>                 Key: AXIS2-3761
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3761
>             Project: Axis2
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 1.3
>         Environment: Client is invoked from (witn in Eclipse) Windows XP and Server is Linux (RHEL 3)
>            Reporter: Srinivasan Sairam
>
> My web services is using Axis 2. 
> Some of the operations in the web services, take a complex object (obj1) as an input argument.  This input object in turn contains another object (obj2).  
> Signature looks something like:
>       String operation1(Object1 obj1)
> Definition of Object1 : 
>       String name;
>       Object obj2;
> Definition of Object2:
>       String id = "";
> The client code is generated using xml binding.  The client code has something like 
>       Obj1.obj2.setId("ID");
> Then the service is invoked, the operation1 receives empty string (which is the default value) for the id element.  
> In the Soap Monitor, it shows that the server (entry point) is getting the value of "ID" for the objcet2's id element; but when it comes to the operation1 method, it is empty string.
> Has anyone seen such a behavior? Is there any workarounds? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org