Board index » delphi » Web Service To Web Service
John White
![]() Delphi Developer |
Web Service To Web Service2007-09-14 10:16:40 PM delphi23 Environment Delphi 7 with update 1 (Indy 9) Vista Business IIS 7 ISAPI dlls I am trying to write a web service that calls another web service both of which are written with the environment listed. I have a client that can call each web service respectively. This works indicating that the web services are functional. Each web service only returns a string as I am only trying to get this to work, and there is no other functionality built in at this point. I then modify web service 1 so it will call web service 2. Everything compiles just fine. Now the client calls web service 1 which calls web service 2, which should return a string to web service 1 which is then returned to the client. When the client calls web service 1, which then attempts to call web service 2, I am getting the following error 'Project WebServiceClient.exe raised exception ERemotableException with message 'Access violation at address 037F1D0D in module 'WebService1.dll'. Read of address 000000AC'. If I convert the two web service to WAD executables, this process works like a champ. I have looked thoroughly on the internet for examples but have come up short. It would appear in my research that this is entirely possible. I was wondering if anyone has knowledge on this or if anyone has a working example of how to do this. I tried to attached my sample code but the newsgroup did not all this. Thanks. John White |