I need to allow to a customer using Delphi access to a Delphi server i develop.
That customer have no remobjects library and have knowledge about soap.
i add a soap message and enable it, but seems like delphi cant detect the wsdl file right. I get this message when trying to import WSDL from delphi:
Theres any other way to share remobjects services to customers not having remobjects library?
What i’m doing wrong?
Vovanl, i just can checkthis and no still don’t work on Delphi.
You can get a xml file on the navigator, then export to xml and delphi get it. The problem is it dot work, i suspect theres many things missing on the file.
Why can’t RO produce a SOAP File undesirable for Delphi? Thayt way must be simple to consume RO services on delphi mobile, a big step. I send you on support @remobjects the file and the generated interface.
I send it today. Please let me know if you need any other thing.
The fact is you don’t even need my RODL file. You can just generate a simple RO server with soap message and try to import the service on delphi. You can’t.
I tried with latest release and latest beta RO SDK and link like http://localhost:8099/soap?service=NewService1 works fine for WSDL importer in Delphi XE5 Upd1. What version of RO SDK and Delphi you are using?
so you create simple RO server and can’t import wsdl from it using Delphi wsdl importer.
What server type(server component) you are using? Or send us your test case.
What version Delphi you are using?