Thank you very much. Your code solved my problem. Ali Ihsan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Casey McGuire Sent: Tuesday, December 19, 2006 10:16 PM To: [EMAIL PROTECTED] Subject: Re: calling a webservice with password
Ali İhsan Türkoğlu wrote: > How can I send username and password to a web service in vfp9? > Programatically or from task pane- xml > <http://msdn.microsoft.com/xml/default.asp> web services? > Web service is : > http://test.sgk.gov.tr/saglikws/services/ProvizyonIslemleri/wsdl/ProvizyonIs > lemleri.wsdl This works for me. You need to send the username and password in the url. soap = CREATEOBJECT("mssoap.soapclient30") soap.MSSoapInit("http:// 43000210000:[EMAIL PROTECTED]/saglikws/services/ProvizyonIslemleri /wsdl/ProvizyonIslemleri.wsdl") Casey McGuire [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

