1062 Soap Fault Exception. Shipping address not set? -


  • request = new soapobject(namespace, "shoppingcartshippingmethod"); request.addproperty("sessionid", sessionid); request.addproperty("quoteid",cartid); request.addproperty("shippingmethod","flatrate_flatrate");

            log.e("shippingrespomnse...", request.tostring());              env.setoutputsoapobject(request);             androidhttptransport.call("", env);              soapobject methodset;             methodset = (soapobject) env.getresponse();                   log.e("shippingrespomnse...", methodset.tostring()); 


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -