You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2010/04/25 09:47:50 UTC

[jira] Resolved: (AXIS2-4558) WebService is not interoperable with other frameworks, because of href elements

     [ https://issues.apache.org/jira/browse/AXIS2-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-4558.
-------------------------------------------------

    Resolution: Won't Fix

Axis2 does not support href

> WebService is not interoperable with other frameworks, because of href elements
> -------------------------------------------------------------------------------
>
>                 Key: AXIS2-4558
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4558
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>            Reporter: Chris S.
>            Priority: Blocker
>
> When accessing a web service (generated by axis2) via a .Net client, messages may include href-elements. This href-elements are not interpreted correctly, so that their values are empty.
> Example message:
>       <?xml version="1.0" encoding="utf-8" standalone="yes"?>
>       <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>          <env:Header></env:Header>
>          <env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
>             <m:exampleMethod xmlns:m="http://www.example.com/service">
>                <exampleRequest xmlns:n1="java:com.example.request" xsi:type="n1:ExampleRequest">
>                   <id xsi:type="xsd:string">123456789</id>
>                   <orderid href="#ID_3"></orderid>
>                </exampleRequest>
>             </m:exampleMethod>
>             <xsd:string xsi:type="xsd:string" id="ID_3">091029135557269</xsd:string>
>          </env:Body>
>       </env:Envelope>
> Orderid should be '091029135557269' but is empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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