Android Question MusicMagpie Web Service Call

potman100

Active Member
Licensed User
Longtime User
Hi All

I wonder if one of you lovely people can help me with this. Musicmagpie has an android app which uses a web service to make offers via an EAN/Barcode Number, I have run the app on my phone and have captured the following log data :

Performing call to webservice
JORDQUEUE SIZE = 1
THE PARAMS = {path=kValuationServicePath, context=uk.Musicmagpie.SearchActivity@42d4bbd0, postbody={"strBarcode":"5017188812313","booScan":"0","intSource":"108","intCondition":"5"}, interface=uk.Musicmagpie.SearchActivity@42d4bbd0, location=SearchActivity, token=5421EA3CA0CF122A805925FB96CA6075863A9AD72687A5E79CCFE4C6FC401CD972C76DD3EF8920B034A1ACE1CDAC563B05379BF2F7AF13117BB14AA44568777D2D2E861C378C838E9E7D0E23D974E9AA01F753B52260F66E75EC02604DBE1E319F0170DFDF06D45C61674C4E4420F4A07E6235D38E152EFB9A1ADB00BEA73CFF7E869EB766C309D6CF3ECE112071A67245A53DDB09F311ABE42BE57DAE6989B1551A48AAD47D2A6B54D106A2FEDAC3BE81316929, name=GetValuation}

TOKEN IN PARAMS = 5421EA3CA0CF122A805925FB96CA6075863A9AD72687A5E79CCFE4C6FC401CD972C76DD3EF8920B034A1ACE1CDAC563B05379BF2F7AF13117BB14AA44568777D2D2E861C378C838E9E7D0E23D974E9AA01F753B52260F66E75EC02604DBE1E319F0170DFDF06D45C61674C4E4420F4A07E6235D38E152EFB9A1ADB00BEA73CFF7E869EB766C309D6CF3ECE112071A67245A53DDB09F311ABE42BE57DAE6989B1551A48AAD47D2A6B54D106A2FEDAC3BE81316929
setProgress = 0
setProgress = 0, fromUser = false
mProgress = 0mIndeterminate = false, mMin = 0, mMax = 10000


PhoneWindowManager: focusChangedLw
PhoneWindowManager: focusChangedLw: Call setFocusedWindow()
SpenGestureView: setFocusedWindow
WebServiceCall
Method = GetValuation
Token = 5421EA3CA0CF122A805925FB96CA6075863A9AD72687A5E79CCFE4C6FC401CD972C76DD3EF8920B034A1ACE1CDAC563B05379BF2F7AF13117BB14AA44568777D2D2E861C378C838E9E7D0E23D974E9AA01F753B52260F66E75EC02604DBE1E319F0170DFDF06D45C61674C4E4420F4A07E6235D38E152EFB9A1ADB00BEA73CFF7E869EB766C309D6CF3ECE112071A67245A53DDB09F311ABE42BE57DAE6989B1551A48AAD47D2A6B54D106A2FEDAC3BE81316929

Post Body = {"strBarcode":"5017188812313","booScan":"0","intSource":"108","intCondition":"5"}
Beginning operation
URL https://77.239.105.25/wcfservice/mmuk_valuation.svc/mmuk_valuationW/GetValuation

id=1315(13) createSurf 0x4102c6f4 (1x1),1 flag=0, TearchActiv

I don't have a lot of knowledge of web services and have been messing with this for days trying to get a response from the server with with httpclient,

req.InitializePost2("https://77.239.105.25/wcfservice/mmuk_valuation.svc/mmuk_valuationW/GetValuation", "strBarcode=8717418326111&booScan=1&intSource=108&intCondition=5".GetBytes("UTF8"))


the only response I get is "Bad Request" from the server so I take it I am not sending the request correctly !!

Before I give up I thought I would post on here and see if anybody could help.

A big thanks in advance.

potman100
 
Top