[
https://issues.apache.org/jira/browse/AXIS2C-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michał Gazda updated AXIS2C-1667:
---------------------------------
Priority: Critical (was: Major)
> 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
> Priority: Critical
>
> 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"/><!-- here is the problem-->
> </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: [email protected]
For additional commands, e-mail: [email protected]