我有使用网络服务的链接。 http://smartcard.rmto.ir:7003/i/web_service/PKG_WEB_SERVICES.xml
我在delphi中使用此代码,但它不起作用。
procedure TForm1.Button1Click(Sender: TObject);
var
d : PKG_WEB_SERVICESPortType;
begin
Memo1.Lines.Clear;
d := GetPKG_WEB_SERVICESPortType(true,'http://smartcard.rmto.ir:7003/i/web_service/PKG_WEB_SERVICES.xml',nil);
Memo1.Lines.Text := d.GET_DRIVER_BY_SHC(Edit1.Text);
end;
网络服务 用户名:tr_web_service 密码:tr_web_service123
感谢