开发者

Hit the webservice wsdl with the authentication ID and password

getting response from 开发者_JAVA百科the webservice where authentication ID and password need to be sent for the access of WSDL webservice and also sending xml data to webservice... I knew that the AndroidHttpTransport should be written again according to our needs... so, that we can send in the form as mention below..

httpConnection.call(SoapAction, envelop, xmlData);

unable to mention the right code for AndroidHttpTransport.... Thank's for your concentration..


i dont fully understand but to send any data to server, i use

request.addproperty("name",value); //something like this

so just add username and password like this and the function on server will get these values as input argument...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜