You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/05/14 11:47:26 UTC

DO NOT REPLY [Bug 19905] - SOAPMessage.writeTo prints 'processing instruction' against SOAP 1.1 spec

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19905>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19905

SOAPMessage.writeTo prints 'processing instruction' against SOAP 1.1 spec

stevel@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From stevel@apache.org  2003-05-14 09:47 -------
I'm not entirely sure that <? xml ?> constitutes a PI in the classic sense, and
the SOAP1.2 examples from w3c all include it
(http://www.w3.org/TR/2003/PR-soap12-part0-20030507/#Example), so I'd strongly
encourage its use in new code. 

For apps that cannot handle it, you can turn it off. 

Look at sendXMLDeclaration in the global axis configuration of reference.html