Discussion:
Trying to suscribe to web-service
(too old to reply)
eferreyra
2013-03-26 16:56:01 UTC
Permalink
Hi, im trying to suscribe to an existing external web-service, im looking at this topic:
http://publib.boulder.ibm.com/infocenter/idshelp/v115/topic/com.ibm.4gl_admin.doc/fgl_wsg_018.htm

First the w4gl tool says version:
IBM INFORMIX-4GL Version 7.50.FC6

I go to SUBSCRIBE and for start the scrren is diferent, as soon i use ADD cursor goes to "WSDL Path" field (in the help is not there, is split in directory and name), in this field i try the url to the WSDL and says:
-CDCAK0010: Failed to retrieve the operations. Check the wsdl path

Then i try copy the wsdl to a local file, i put the path for the local file and again:
-CDCAK0010: Failed to retrieve the operations. Check the wsdl path

??? i dont know what else to do.

Any idea ?
Ramesh G Srinivasan
2013-03-27 04:41:25 UTC
Permalink
You can also refer to a standard template of a subscriber configuration
file and manually create one. Once you have that you can follow the link to
use w4glc utility to generate the source code,

Thanks And Regards,

S.Ramesh Gopal
IBM India Software Lab, Bangalore
1st Floor, D2, Manyata Tech Park,
Outer Ring Road, Nagawara, B'lore -45
Ph - (080)40255155 / (0)9986023241



eferreyra
<***@gmail.
com> To
Sent by: informix-***@iiug.org
informix-list-bou cc
***@iiug.org
Subject
Trying to suscribe to web-service
03/26/2013 10:26
PM








Hi, im trying to suscribe to an existing external web-service, im looking
at this topic:
http://publib.boulder.ibm.com/infocenter/idshelp/v115/topic/com.ibm.4gl_admin.doc/fgl_wsg_018.htm


First the w4gl tool says version:
IBM INFORMIX-4GL Version 7.50.FC6

I go to SUBSCRIBE and for start the scrren is diferent, as soon i use ADD
cursor goes to "WSDL Path" field (in the help is not there, is split in
directory and name), in this field i try the url to the WSDL and says:
-CDCAK0010: Failed to retrieve the operations. Check the wsdl path

Then i try copy the wsdl to a local file, i put the path for the local file
and again:
-CDCAK0010: Failed to retrieve the operations. Check the wsdl path

??? i dont know what else to do.

Any idea ?
eferreyra
2013-03-27 15:18:52 UTC
Permalink
Hi i tried but the config file example in IBM page must be old too, -check command line says:


informix > w4glc -check DemoService.4cf
Reading configuration file DemoService.4cf...
Deprecated key WSHOME used at DemoService.4cf:4
Unexpected key/value (I4GL_FUNCTION = cons_ws_DoWork) - DemoService.4cf:6
at /usr/informix/lib/tools/Perl/Informix/ReadConfig.pm line 131

Also the config file is for 1 service with multiple functions or for 1 function only, its confusing, there is any working example over there?, or updated help?

informix > w4glc -version
IBM Informix 4GL 7.50.xC5

Loading...