Java2WSDL should generate a WSDL interface that accepts an empty SOAP Body
--------------------------------------------------------------------------

         Key: AXIS2-837
         URL: http://issues.apache.org/jira/browse/AXIS2-837
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

    Reporter: Davanum Srinivas


Java code:
public class TestAxis {
    public String getDate(){
        return new java.util.Date().toString();
    }
}


Quote from Anne at 
http://marc.theaimsgroup.com/?l=axis-user&m=115089935000189&w=2:

Java2WSDL should generate a WSDL interface that accepts an empty SOAP Body. 
e.g.,

<wsdl:message name="getDateMessage"/>

But based on a bunch of recent messages I've seen, Axis2 barfs on an empty SOAP 
Body. This is a bug that needs to be fixed. I don't know if anyone has created 
a JIRA for it.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to