[ 
https://issues.apache.org/jira/browse/CXF-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805594#action_12805594
 ] 

Ravi Sukheja commented on CXF-2605:
-----------------------------------

Hi Daniel,

Yes, you are right, it does work. I didn't realise that I will have to change 
the client as well, I generated the client source from wsdl again and 
everything started working. I tried coparing the request in both cases, didn't 
find much difference other than

Unqualified
{code}
<in0 xmlns="">
{code}

Qualified
{code}
<in0>
{code}

In case of qualified, it doesn't give the qualified string, but 'xmlsns' is 
missing. Is this the right understand?

> Object argument is passed as null
> ---------------------------------
>
>                 Key: CXF-2605
>                 URL: https://issues.apache.org/jira/browse/CXF-2605
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.2.4
>            Reporter: Ravi Sukheja
>            Assignee: Daniel Kulp
>             Fix For: 2.1.9, 2.2.6
>
>         Attachments: package-info.java, StatusService.xml, 
> StatusService_211.xml, StatusService_2_2_6.xml
>
>
> Hi,
> We are using CXF-2.1.1 for our webservices and rest services, recently I 
> upgraded it to 2.2.4 as there was bug 2ith 2.1.1 when you go to /services to 
> view the list of all webservices and rest services. Upgrading to 2.2.4 seems 
> to fix that problem, but one of our webservice has stopped working, client is 
> passing the right object argument, but the service is getting null. I don't 
> know what the problem is. Any help would be appreciated.

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

Reply via email to