You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Michał Gazda (JIRA)" <ji...@apache.org> on 2014/10/05 16:17:33 UTC

[jira] [Created] (AXIS2C-1667) Problem with href in SOAP body

Michał Gazda created AXIS2C-1667:
------------------------------------

             Summary: Problem with href in SOAP body
                 Key: AXIS2C-1667
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1667
             Project: Axis2-C
          Issue Type: Wish
         Environment: windows, axsis 1.7 trunk
            Reporter: Michał Gazda


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:

{code}
<?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"/ * >
    </q1:SendAndCommitResponse>
    <types:TransactionResult xsi:type="types:TransactionResult" id="id1">

    </types:TransactionResult>
  </soap:Body>
</soap:Envelope>
{code}

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org