[Progress Communities] [Progress OpenEdge ABL] Forum Post: Getting SOAP Error - 11773 while calling web service

Status
Not open for further replies.
M

mdanwarh

Guest
Code snippet : Create server hnwebservice. hnWebservice:Connect(“wsdl”). If not hnWebservice:connected() then DO: Throw error. END. Run myproc at procHandle in hnWebservice …. …. …. I have to process some stuff here. Unfortunately this is how the approach is. IF valid-handle( hnwebservice) and valid-handle(procHandle) THEN DO: Run myprocedure in hnwebservice no-error . END. I get an error Soap process request error: Error receiving Web Service Response : Fatal Error : csnet read operation failed ( Broken pipe) ( 11773) ] . So, though the valid-handle returns true – Should I still check one more time for hnWebservice:connected() ? Thanks in advance Anwar Hussain

Continue reading...
 
Status
Not open for further replies.
Top