Access to a Delphi Web Services. help please

Discussion of general topics about Seamonkey
Post Reply
User avatar
tulioserpio
Posts: 33
Joined: November 13th, 2002, 6:03 am

Access to a Delphi Web Services. help please

Post by tulioserpio »

I have recently made a Web service in Borland delphi 6.02 (a CGI exe)

I can't make it work with mozilla, in part because I don't understand what to put in SOAPCall.transportURI.

The example in apple talks to Google, but I couldn't translate for a local host and a Delphi Web Service.

Any Ideas or examples?

Thanks!
doron
Posts: 935
Joined: November 4th, 2002, 4:50 pm

Post by doron »

Is it hosted on a server somewhere?
User avatar
tulioserpio
Posts: 33
Joined: November 13th, 2002, 6:03 am

Post by tulioserpio »

Doron wrote:Is it hosted on a server somewhere?


It's hosted in an intranet server.
doron
Posts: 935
Joined: November 4th, 2002, 4:50 pm

Post by doron »

transportURI is the url to the location of the soap script.
If you see a marquee, clap your hands!
User avatar
tulioserpio
Posts: 33
Joined: November 13th, 2002, 6:03 am

Post by tulioserpio »

Doron wrote:transportURI is the url to the location of the soap script.


so it must be:

http://intranet/cgi-bin/webservice.exe

or

http://intranet/cgi-bin/webservice.exe/interfase

??
Post Reply