Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Java-SCA-1.4
-
None
-
None
-
Tuscany 1.4 and Axis1 Server
Description
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