Thanks
See articles like http://www.drbob42.com/examines/examin44.htm and
http://www.drbob42.com/examines/examin32.htm for examples of using the
WSDL Importer wizard and command-line importer.
What are the problems you are having?
Groetjes,
Bob Swart
--
Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi
Blog: http://www.drbob42.com/blog - RSS: http://drbob42.com/weblog.xml
New Delphi 2006 Courseware e-books at http://www.eBob42.com/courseware
void __fastcall TForm1::Button1Click(TObject *Sender)
{
_di_VFSi Service = GetVFSi();
Memo1->Lines->Add(Service->login("user","pass"));
}
But I received this Execption:
---------------------------
Debugger Exception Notification
---------------------------
Project Project1.exe raised exception class Exception with message ' -
URL:http://127.0.0.1:8080/axis/services/VFService - SOAPAction:""'.
Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
While I'm expecting a string from the service...