Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TRKD /
avatar image
Question by Ripley79 · Aug 27, 2015 at 11:43 AM · trkdxml

Extracting XML programmatically to communicate with TRKD API

Aside from using the Fiddler tool, can you show me a way of extracting XML request/response from the client's application?

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by DevTrev · Aug 31, 2015 at 10:52 AM

Yes, you can do this programmatically.

Developers can print XML request/response of TRKD services in their applications just by adding a few code lines. Below you can find information on how to catch SOAP messages in .NET, Java and PHP. .NET

This simple code sample showing how to serialize TRKD XML request/response and output it wherever you want (console, xml file).

// Create request

// userName, password, appID should be initialized above

var request = new CreateServiceToken_Request_1

{

Username = userName,

Password = password,

ApplicationID = appID

}; // Serialize request

var serializer = new XmlSerializer(request.GetType()); // using

//var serializer = new XmlSerializer(typeof(CreateServiceToken_Request_1)); // System.Xml.Serialization;

// Print to console

var builder = new StringBuilder(); // using System.Text;

var writer = new StringWriter(builder); // using System.IO;

serializer.Serialize(writer, request);

writer.Close();

Console.WriteLine(builder.ToString());

// Print to XML

var xmlDocument = new XmlDocument(); // using System.Xml;

var writer = new StringWriter(); // using System.IO;

serializer.Serialize(writer, request);

xmlDocument.LoadXml(writer.ToString());

writer.Close();

XmlTextWriter xwriter = new XmlTextWriter("request.xml", null); // using System.Xml;

xwriter.Formatting = Formatting.Indented;

xmlDocument.Save(xwriter);

Java (GlassFish Metro)

The following code sample shows MessageDumpingFeature class usage. Metro has this feature to provide the access to the SOAP messages. Using MessageDumpingFeature it is possible to get the content of SOAP messages at run-time and process them with your own code any way you like.

import com.sun.xml.ws.assembler.MessageDumpingFeature;

...

// Instantiate the web service client

TokenManagement1 tokenService = new TokenManagement1();

// get port

ITokenManagement1 tokenPort = tokenService.getHttpsAndAnonymousITokenManagement1HttpsAndAnonymous( new AddressingFeature(true));

// create request

// serviceUserApplicationID, serviceUserPassword, serviceUserName should be initialized above

CreateServiceTokenRequest1 serviceTokenRequest = new CreateServiceTokenRequest1();

serviceTokenRequest.setApplicationID(serviceUserApplicationID); serviceTokenRequest.setPassword(serviceUserPassword);

serviceTokenRequest.setUsername(serviceUserName);

// Prepare to plug in the code that allows to read SOAP messages

MessageDumpingFeature auth = new MessageDumpingFeature();

WSBindingProvider wsbp = (WSBindingProvider) tokenPort;

// call Token Management service

CreateTokenResponse tokenResponse = tokenPort.createServiceToken1(serviceTokenRequest);

// print the request to console

System.out.println(mdf.nextMessage());

// print the response to console

System.out.println(mdf.nextMessage());

PHP

This code sample demonstrates SoapClient class usage.

The class contains 2 methods, which allow to extract SOAP XML request/response(__getLastRequest and __getLastResponse).

In order to enable your SoapClient to catch request and responses you need to set trace option to true in the options list that you pass to the constructor.

// create request

// make sure the credentials are initialized here

$createTokenRequest = array(

'ApplicationID' => '',

'Username' => '',

'Password' => '');

// create SoapClient object specifying a WSDL required

$client = new SoapClient("http://api.rkd.reuters.com/schemas/wsdl/TokenManagement/TokenManagement_1_HttpsAndAnonymous.wsdl",

array('soap_version' => SOAP_1_2,

'trace' => true)); // <-- here enable trace to log SOAP messages

// create request headrs array

$wsAddressingHeaders = array(new SoapHeader(

'http://www.w3.org/2005/08/addressing',

'To',

'https://api.rkd.reuters.com/api/2006/05/01/TokenManagement_1.svc/Anonymous'), new SoapHeader(

'http://www.w3.org/2005/08/addressing', 'Action', 'http://www.reuters.com/ns/2006/05/01/webservices/rkd/TokenManagement_1/CreateServiceToken_1'));

// call service and get response

$createTokenResponse = $client->__soapCall('CreateServiceToken_1',

array('parameters' => $createTokenRequest),

null, $wsAddressingHeaders);

// print request

// the htmlentities() function converts characters to HTML entities

echo htmlentities($client->__getLastRequest());

// print response

// the htmlentities() function converts characters to HTML entities

echo htmlentities($client->__getLastResponse());

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
1 Person is following this question.

Related Questions

PHP SOAP and XML mixed content (empty elements in XML requests)

Historical\Timeseries Economic Indicators

Inline WSHttpBinding configuration

What is required to retrieve bond ratings from TRKD

How do I get TRKD search V2 with keyword specify by fields CommonName, TickerSymbol?

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges