nano icon indicating copy to clipboard operation
nano copied to clipboard

A light Android web serivce client framework

Results 9 nano issues
Sort by recently updated
recently updated
newest added

Hi, Hope you are doing great! We are getting SSL issue with Nano 0.7.0 Lib. We have successfully generated the classes using MWSC Lib and Successfully implemented it with nano...

Hi, In this library one issue still present when my phone language set like Arabic than time stamp not make proper so please add Local English 'en' in sample->webservice->HelloAmazonProductAdvertising->src->com.amazon.service.ecommerce in...

add date format 'yyyy-MM-dd'T'HH:mm:ss' to the DateTransformer

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

I have in the wsdl file next line: ``` s:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="s:base64Binary" ``` And Nano library throws exception when i try to parse the response from server:...

Hi, I'm trying to consume an API, the soap envelope generated by Nano looks like this: ``` 1234 abcd 57 1 TipoConsulta Precatórios / Beneficiário ``` It returns incorrect results...

Nano does not handle WSDL attribute elementFormDefault="qualified" and generates namespaces in requests incorrectly.

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