JSoap icon indicating copy to clipboard operation
JSoap copied to clipboard

JSoap is an Android library which allows automatic handling of SOAP webservices.

Results 12 JSoap issues
Sort by recently updated
recently updated
newest added

Hi, can I deal with Web ServicesSecurity with this lib? Any suggestion? http://docs.oasis-open.org/wss-m/wss/v1.1.1/os/wss-SOAPMessageSecurity-v1.1.1-os.html

Hi, I`ve been trying to connect to this ws but I don't know what I'm doing wrong... The call never gets into onSuccess, never gets into onError but I can...

How to change request time out ?

Hi! I'm using your library in my app and now I have to establish a secure connection to a server that uses a self-signed certificate. In the soap-2 library documentation...

I'm soap for billing api. WSDL URL : http://94.206.70.106:8181/cxf/services/UnifiedPartner?wsdl My request is : ``` 97XXXXXXX S-KXXXXX MP-xxx-xx-xxxx-Sub-B2-D-xx Daily MAP Test Sub V2 IN du:assetDescription Subscription du:assetID - du:contentType mobileApp du:channel...

@JSoapClass(namespace = "http://www.travelport.com/schema/util_v38_0") public class ReferenceDataRetrieveReq extends SOAPSerializable { ``` @JSoapReqField(order = 0, fieldName="BillingPointOfSaleInfo") private BillingPointOfSaleInfo BillingPointOfSaleInfo; ``` } @JSoapClass(namespace = "http://www.travelport.com/schema/common_v38_0") public class BillingPointOfSaleInfo extends SOAPSerializable { ``` @JSoapAttribute(name="OriginApplication")...

I can't seem to use any objects other than primitives. How would I pass an array? ``` @JSOAPReq.. w/e it is String[] fields = new String[]{"one", "two"}; ``` I always...

When trying to add your library to gradle I receive this error: ``` Error:Execution failed for task ':app:processBetaDebugManifest'. > Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:10:9-43 is also...

hello, In the tutorial it is said that the request class must extends the SOAPSerializable,but there is no class with this name in the library? What I am doing wrong?