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  iWay Software Product Forum on Focal Point    Configuring Request Attributes -- Webservice Adapter

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Configuring Request Attributes -- Webservice Adapter
 Login/Join
 
Silver Member
posted
While consuming a webservice from webfocus, is there a mechanism on webfocus to configure so that webservice request gets issued without xsd attributes to each of the element tag.
Eg: Currently after the configuration i am able to generate request as follows:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header>
<m:ServiceInputHeader xmlns:m="http://ns/messages/2003-08">
<m:ServiceName xsi:type="xsd:string">GET_NONPAS_PROSPECT_PERID</m:ServiceName>
<m:ConsumerRole xsi:type="xsd:string">1234567890</m:ConsumerRole>
<m:TimeOut xsi:type="xsd:int">120</m:TimeOut>
<m:ReturnPerfStats xsi:type="xsd:boolean">false</m:ReturnPerfStats>
<m:ServiceVersion xsi:type="xsd:string"/>
<m:SessionID xsi:type="xsd:string">0987654321</m:SessionID>
<m:CorrelationID xsi:type="xsd:string">0987654321</m:CorrelationID>
</m:ServiceInputHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<m:GET_NONPAS_PROSPECT_PERID xmlns:m="http://ns/services/PAS3Services/2003-08">
<m:PROSPECT_ID xsi:type="xsd:string">P12456</m:PROSPECT_ID>
</m:GET_NONPAS_PROSPECT_PERID>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


Now we need to turn off the xsi attributes against each of elements in soap header and body. So any direction in this regard will be of great help.


dharma
------------------
WF v 7.1.1
OS - Win XP
Output: PDF, EXL2K
 
Posts: 41 | Location: Boston | Registered: August 17, 2005Report This Post
Platinum Member
posted Hide Post
New parameters are introduced in the Access File in both the Segment and Id records:
ELEMFORM and ATTRFORM (for the SOAP Body).
HELEMFORM and HATTRFORM (for the SOAP Header).
370 WebFOCUS
Managing Web Services Metadata
A new FORM parameter is introduced in the Field record that describes the element or
attribute.
Acceptable values for the new parameters are qualified and unqualified.
The default behavior, full qualification for all elements in the Header and Body, and no
qualification for the attributes is applied when no new parameters are found in the Access
File.
See the XML Schema Part 0: Primer, which you can access at
http://www.w3.org/TR/2001/REC-xmlschema-0-20010502/#NS, for details about Advanced
Concepts: Namespaces, Schemas & Qualification.
 
Posts: 229 | Location: New York | Registered: July 27, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  iWay Software Product Forum on Focal Point    Configuring Request Attributes -- Webservice Adapter

Copyright © 1996-2020 Information Builders