[
https://issues.apache.org/jira/browse/TUSCANY-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706145#action_12706145
]
Raymond Feng commented on TUSCANY-3009:
---------------------------------------
Can you post the com.rhi.test.tw.SayHiResponse class?
> Could not get the data out of Soap response
> -------------------------------------------
>
> Key: TUSCANY-3009
> URL: https://issues.apache.org/jira/browse/TUSCANY-3009
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA HTTP Binding
> Affects Versions: Java-SCA-1.4
> Environment: Tuscany 1.4 and Axis1 Server
> Reporter: karthik raja
>
> Please respond.
> I received SOAP response
> <?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>
> <SayHiResponse xmlns="http://a.tw.test.rhi.com/">
> <ns1:karResponse
> xmlns:ns1="http://hqp-as-lmbdev01:7001/teamworks/webservices/KarWebService.tws">Hi
> this is karthik</ns1:karResponse>
> </SayHiResponse>
> </soapenv:Body>
> </soapenv:Envelope>
> But I could not get the data to my output . The output comes as null.
> this is my interface
> package com.rhi.test.tw.a;
> import org.osoa.sca.annotations.Remotable;
> @Remotable
> public interface KarWebServiceSkeletonInterface {
> public com.rhi.test.tw.SayHiResponse SayHi(String sayHi);
> }
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.