Focal Point
[CLOSED] webFOCUS RESTful webServices

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7817070196

January 28, 2019, 09:52 AM
Siva1925
[CLOSED] webFOCUS RESTful webServices
I am trying to create an URL using webFOCUS RESTful webservices.
Below is the code,But it ends up in some error always.
Can someone tell me where i am going wrong.

when i paste the individual components in the test page and run it works properly.

 function button1_onclick(event) {

var eventObject = event ? event : window.event;

var ctrl = eventObject.target ? eventObject.target : eventObject.srcElement;

// TODO: Add your event handler code here

var val = IbComposer_getAllAmpersValues();

var url = "/ibi_apps/run.bip?BIP_REQUEST_TYPE=BIP_LAUNCH&BIP_folder=IBFS%253A%252FWFC%252FRepository%252FTraining%252FISOS%252F&BIP_item=HtmlPage1.htm";

var encodedData = window.btoa(url);

console.log(url);

var url1 = '/ibi_apps/rs/ibfs/WFC/Repository/Training/my.url?IBIRS_action=put&IBIRS_object=&IBIRS_object=rootObject _jt="IBFSMRObject" description="Yahoo" type="URLFile"><content _jt="IBFSByteContent" char_set="Cp1252">encodedData</content><properties size="1"><entry key="tool" value="url"/></properties></rootObject>';

window.open(url1); 

 

}  



WF8204
Windows 10

This message has been edited. Last edited by: FP Mod Chuck,
January 30, 2019, 05:22 AM
Frans
Which error do you get?


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
February 08, 2019, 11:28 AM
Siva1925
The attachment is the error. Error


webFOCUS 8206
Windows 10
February 08, 2019, 11:31 AM
Siva1925
Also i ran it from the IBI web Services Test page and it created the URL successfully


webFOCUS 8206
Windows 10