4everalone

Results 3 issues of 4everalone

Posibility to add custom date format when serializing date-time data from soap resposnse

Hi, there is a compilation error after generation java code. I'm generating the code from wsdl during compilation of my project, so manual fixing is not unacceptably for me. Here...

When resonse is a boolean type, mwsc generated a code: ``` java ..... import boolean; ..... /** public method */ public void verify(Data requestObject, SOAPServiceCallback serviceCallback) { super.invoke(requestObject, serviceCallback, boolean.class);...