[ 
http://issues.apache.org/jira/browse/AXISCPP-501?page=comments#action_60139 ]
     
Fred Preston commented on AXISCPP-501:
--------------------------------------

There is still a problem with the uri associated with the nsp prefix.  It 
changed from its original definition of 'http://apache.com' to 
'http://axis.apache.com', thus the xml should be:-

<ns:TestHeader xmlns:ns="http://ws.apache.org/"; nsp:Name="axis" 
xmlns:nsp="http://axis.apache.com";><Project xmlns:ns2="http://axis.apache.com"; 
ns2:TYPE... 


> IAttributeTest4Request.out change
> ---------------------------------
>
>          Key: AXISCPP-501
>          URL: http://issues.apache.org/jira/browse/AXISCPP-501
>      Project: Axis-C++
>         Type: Bug
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Fred Preston

>
> The content of IAttributeTest4Request.out change needs to change in two 
> places...
> BEFORE:
> <ns:TestHeader xmlns:ns="http://ws.apache.org/"; ns2:Name="axis" 
> xmlns:nsp="http://apache.com"; xmlns:ns2="http://axis.apache.com";><Project 
> ns2:TYPE...
> AFTER:
> <ns:TestHeader xmlns:ns="http://ws.apache.org/"; nsp:Name="axis" 
> xmlns:nsp="http://apache.com";><Project xmlns:ns2="http://axis.apache.com"; 
> ns2:TYPE...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to