[
https://issues.apache.org/jira/browse/CXF-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797959#action_12797959
]
Ravi Sukheja commented on CXF-2605:
-----------------------------------
I have attached the wsdl of our service, and here is the input and output
message. As I mentioned earlier, the object that reaches the service is null.
---------------------------------------------
2010-01-08 10:08:18 [btpool0-7] - Inbound Message
----------------------------
ID: 1
Address: /services/StatusService
Encoding: UTF-8
Content-Type: text/xml; charset=utf-8
Headers: {content-type=[text/xml; charset=utf-8], Host=[localhost:8099],
Content-Length=[523], SOAPAction=[""], User-Agent=[Axis/1.1],
Content-Type=[text/xml; charset=utf-8], Accept=[application/soap+xml,
application/dime, multipart/related, text/*], Pragma=[no-cache],
Cache-Control=[no-cache]}
Payload: <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<getStatus xmlns="http://status.service.corymbus.db.com">
<in0 xmlns="">
<ns1:corymbusJobIds
xmlns:ns1="http://filter.corymbus.db.com">2453263,</ns1:corymbusJobIds>
<help>false</help>
<newPriority xsi:nil="true"/>
</in0>
</getStatus>
</soapenv:Body>
</soapenv:Envelope>
--------------------------------------
2010-01-08 10:08:19 [btpool0-7] - Outbound Message
---------------------------
ID: 1
Encoding: UTF-8
Content-Type: text/xml
Headers: {}
Payload: <soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Fault
occurred while
processing.</faultstring></soap:Fault></soap:Body></soap:Envelope>
--------------------------------------
> 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
> Attachments: StatusService.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.