WCF Duplex communication with InterSystems -
can point me sample of how call wcf service using wsdualhttpbinding? created classes using soap client wizard , compiles. when run objectscript code, hangs on web service call while (it's hitting timeout) , returns exception:
| oref value: 4
| class name: %exception.systemexception
| oid: ""
| reference count: 2 (system)
+----------------- attribute values ------------------
| code = 64
| data = ""
| innerexception = ""
| location = "zinvokeclient+349^service.wsdualhttpbindingiservice.1"
| name = ""
and %objlasterror gives:
0 3"%zread+31^%net.httprequest.1:samples
location set "http://localhost:8733/design_time_addresses/pnservices/service1/"
any idea/clues?
just slight advice: try using w ##class(%system.status).geterrortext(status)
status example %objlasterror or sc. human readable unlike status itself.
Comments
Post a Comment