Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1667

Problem with href in SOAP body

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • windows, axsis 1.7 trunk

    Description

      Hello, it is a question not a wish but there is no such type in this JIRA. I have problem with href in SOAP body, parser returns that my result is empty because it is given by: href="#id1" where #id1 object is proper result. More you can see form the sample:

      <?xml version="1.0" encoding="UTF-8"?>
      <soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://secure2.e-xact.com/vplug-in/transaction/rpc-enc/" xmlns:types="http://secure2.e-xact.com/vplug-in/transaction/rpc-enc/encodedTypes">
        <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
          <q1:SendAndCommitResponse xmlns:q1="http://secure2.e-xact.com/vplug-in/transaction/rpc-enc/Response">
            <SendAndCommitResult href="#id1"/><!-- here is the problem-->
          </q1:SendAndCommitResponse>
          <types:TransactionResult xsi:type="types:TransactionResult" id="id1">
      
          </types:TransactionResult>
        </soap:Body>
      </soap:Envelope>
      

      Is this implemented in 1.7 version from SVN? Eventually is there any config to enable reading such data if it is possible?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              michal.gazda MichaƂ Gazda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: