Search results

  1. L

    Question Consuming a web service - An error was detected

    Hi Mike, Thanks for your reply. I eventually figured out it was due to the Appserver running AppServer Keepalive config as denyclientask, denyserverask. I've changed this and it is working now.
  2. L

    Question Consuming a web service - An error was detected

    Hi, I'm new to working with web services. I've setup a web service with adapter WSA1. I am able to connect to the service using code below :- hWebService:CONNECT("-WSDL 'C:/am/working/WSA1.wsdl'"). RUN WSA1Obj SET hWSTestObj ON hWebService. IF hWebService:CONNECTED() THEN MESSAGE...
Top