AndroMDA (3.3)  Executing Statement in WrappedMessageReceiver.java.vsl results 
in a invalid webservic response
--------------------------------------------------------------------------------------------------------------

         Key: WS-19
         URL: http://jira.andromda.org/browse/WS-19
     Project: WebService Cartridge
        Type: Bug

 Environment: Window XP Professional SP2
    Reporter: Holger Döppert
 Assigned to: Chad Brandon 


If that the following statement is executed, the webservice-response is not 
valid. Some clients can't handle that added attribute, because it is not 
expected as a attribute of the complex type

Actual:
  element.addAttribute(TYPE, attributeValue, namespaces.get(XSI_PREFIX));

Expected:
// FIXME ???
// element.addAttribute(TYPE, attributeValue, namespaces.get(XSI_PREFIX));
After deactivating that statements in WrappedMessageReceiver.java.vsl the 
clients (e.g. XMLSpy) could handle that response
What is the reason for adding that attribute?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Reply via email to