mwsc icon indicating copy to clipboard operation
mwsc copied to clipboard

WSDL to IOS Objective-C and Android Java Compiler based on JAX-WS Wsimport

Results 7 mwsc issues
Sort by recently updated
recently updated
newest added

Hi, Hope you are doing great! We are getting SSL with MWSC lib.Is there any way to integrate MWSC with SSL? Thanks & Regards Yogesh Chander

I've managed to generate ObjC code from ews WSDL file, but i get this strange function body. ``` +(NSMutableDictionary *)getPropertyMetaData { NSMutableDictionary *map = [OrderedDictionary dictionary]; PicoPropertySchema *ps = nil;...

Does this code generator support mtom request generation using soap? I tried the same but only plain soap request message is generated. No boundaries are being created.

Hello trying the mwsc with Magento API v2 and get the following error mwsc -pico -prefix SOAP_ -d generated http://consoleplanet.httdev.it/api/v2_soap?wsdl parsing WSDL... 11-ott-2013 10.55.58 freemarker.log.JDK14LoggerFactory$JDK14Logger error GRAVE: Error on line...

Hi: Thanks for your this project and pico, it's great! But I found a bug of mws, Some elements lost when transfer the WSDL to objectC code: the item idType,...

Hi, I tried to evaluate the fix for nano Soap Action generation, updating my mwsc binaries with Maven, but got the error : "Failed to execute goal on project mwsc:...

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);...