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=9637>.
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=9637

.NET interop problem due to missing soapenc:root="0" tag

           Summary: .NET interop problem due to missing soapenc:root="0" tag
           Product: Axis
           Version: beta-2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


.NET clients do not send the soapenc:root="0" tag in SOAP body elements that 
are href targets.  Axis interprets these body elements as root elements and 
attempts to execute them as operations.

We are trying out the following fix which is to change line 132 of 
RPCProvider.java as follows.

new - if (bodyEl.isRoot() && operation != null && bodyEl.getID() == null) {
old - if (bodyEl.isRoot() && operation != null) {

Reply via email to