Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3009

Could not get the data out of Soap response

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Java-SCA-1.4
    • None
    • Java SCA HTTP Binding
    • 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

      { public com.rhi.test.tw.SayHiResponse SayHi(String sayHi); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            rkarthikn karthik raja
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: