Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Oracle and Web services.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Oracle and Web services.
 Login/Join
 
Member
posted
I have a procedure in Oracle that returns a xml, with several levels. Web Focus will treat me properly and automatically.

This message has been edited. Last edited by: Kerry,


7.6.8, Linux
HTML,Excel,PDF,...
 
Posts: 13 | Registered: January 07, 2010Report This Post
Expert
posted Hide Post
Thats nice to hear Smiler

Is there a question Confused


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
Sorry ... Frowner

"WebFOCUS could properly treat different levels of nodes? My colleagues tells me that WebFOCUS is only able to treat:

xxx xxz

and not:


yyy xxx

Thanks in advance Smiler


7.6.8, Linux
HTML,Excel,PDF,...
 
Posts: 13 | Registered: January 07, 2010Report This Post
Member
posted Hide Post
Sorry ... Frowner

WebFOCUS could properly treat different levels of nodes? My colleagues tell me that WebFOCUS is only able to treat:
" > / Request>"

and not

" > / Request>"

Thanks in advance Smiler


7.6.8, Linux
HTML,Excel,PDF,...
 
Posts: 13 | Registered: January 07, 2010Report This Post
Member
posted Hide Post
 <Request> <Level1> </ Level1> </Request> 


and not


 <Request> <Level1><Level2></Level2></Level1> </Request> 


7.6.8, Linux
HTML,Excel,PDF,...
 
Posts: 13 | Registered: January 07, 2010Report This Post
Platinum Member
posted Hide Post
I don't think that is necessarily correct.



would be represented in the Master as:

FIELDNAME=REQUEST, ALIAS=Request, USAGE=A1, ACTUAL=A1,
MISSING=ON, ACCESS_PROPERTY=(INTERNAL),
PROPERTY=ELEMENT, $

FIELDNAME=LEVEL1, ALIAS=Level1, USAGE=A30, ACTUAL=A30,REFERENCE=REQUEST, PROPERTY=ELEMENT, $

FIELDNAME=LEVEL2, ALIAS=Level2, USAGE=A30, ACTUAL=A30,
REFERENCE=LEVEL1, PROPERTY=ELEMENT, $

Am I missing something in the analysis.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
<JG>
posted
quote:
My colleagues tells me that WebFOCUS


This is at least the second instance of wrong / bad information about WebFOCUS and it abilities
from your colleagues.

I seriously suggest that you get your company to invest in some training for both you and your
colleagues.

As a starting point I would make sure that you download the correct documentation for the features
and functionality that you want to use in WebFOCUS.

Based on the very obvious lack of knowledge of your colleagues I would definitely not rely on them
as a way to go forward developing with WebFOCUS.
 
Report This Post
Member
posted Hide Post
Confused

I do not work with WF, only with Oracle. But my "colleagues" make me change my code because they say WF can do many things.

Please, indicate to me that I must do to learn everything you can about WF and has not have to re edit my code. I would be eternally grateful. Smiler


7.6.8, Linux
HTML,Excel,PDF,...
 
Posts: 13 | Registered: January 07, 2010Report This Post
Platinum Member
posted Hide Post
We on FocalPoint are just trying to help each other out. If I misunderstood your requirements then I'm sorry.

But, based on what I think I understand, you have an XML file where you have a structure as follows:

Request
Level1
Level2
/Level2
Level2
/Level2
/Level1
Level1
Level2
/Level2
/Level1
/Request

I'm leaving the caret signs out because they do not show properly in FOCALPOINT.

I the Master I previously posted, it was based on one occurrence of Level1. When I tested that scenario out it worked fine.

But, if you require a structure as indicated above, then the Master would look as follows:

FILENAME=BASEAPP_FOCALPOINT, SUFFIX=XML , $
SEGMENT=REQUEST, SEGTYPE=S0, $
FIELDNAME=REQUEST, ALIAS=Request, USAGE=A1, ACTUAL=A1, MISSING=ON,
ACCESS_PROPERTY=(INTERNAL), $

SEGMENT=LEVEL1, SEGTYPE=S0, PARENT=REQUEST, $
FIELDNAME=LEVEL1, ALIAS=Level1, USAGE=A10, ACTUAL=A10, MISSING=ON,
REFERENCE=REQUEST, PROPERTY=ELEMENT, $

SEGMENT=LEVEL2, SEGTYPE=S0, PARENT=LEVEL1, $
FIELDNAME=LEVEL2, ALIAS=Level2, USAGE=P33, ACTUAL=A33, MISSING=ON,
REFERENCE=LEVEL1, PROPERTY=ELEMENT, $

I tried this out and it worked fine.

Remember, we are responding to what we think the requirements are. If there is a misunderstanding, it must be posted in the thread.

Please feel free to post in this thread if I'm still not understanding what you are asking.
I will try to help you out.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
<JG>
posted
Efrem post anything containing HTML/XML tags
inside the code tags by clicking on the

</>
tab
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Oracle and Web services.

Copyright © 1996-2020 Information Builders