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...
精彩评论