BookmarkSubscribeRSS Feed
JanSvarcbach
SAS Employee

We need recieve add-hoc WSDL on decision (or rather event) from RTDM run-time repository. But not from SAS Management Console as generic WSDL...Best way it will be through query in http:

 

Is there some experiences with this theme or advice?

 

Thanks

 

Jan

2 REPLIES 2
Dmitry_Alergant
Pyrite | Level 9

Hi Jan,  Yes, we have some expertise on that.

If I am reading you correctly, you are asking two separate questions:

  1. The need to get the wsdl using an HTTP request, rather than through a SAS Management Console

  2. The need for the "Decision (Event) WSDL"  versus what you call "generic WSDL" that you currently have

 

It is easier to answer question #1. As far as we are aware, there is no HTTP API in RTDM to get event-specific WSDLs. You can only export one as a file using SAS Management Console.    If the application you are integrating with SAS RTDM requires http-accessible wsdl file, your only option is to put this file manually under some web server, like a static content file - like a SAS Web Server, or a standalone Apache instance. I don't see any reason not using the SAS Web Server though.

 

As for the question #2, if you even asked it, more details are needed - how exactly isn't the existing WSDL suit your needs (the one you get from SAS MC), and what would you want instead.

 

-------
Dmitriy Alergant, Tier One Analytics
shill
SAS Employee

RTDM's WSDL is a very interesting (and in my opinion, incredibly clever) structure, in that it allows a single actual WSDL structure to be sufficient for ANY event. The "tailored" version that SMC spits out for each event is nothing more than a version of that generic Event WSDL with a pre-filled set of the (technically) optional types based on your event's # of variables.

 

If you're happy to put the right set of allowed types together programmatically (which from my experience writing RTDM clients is pretty much how you do it anyway), then you can simply reference the "base" WSDL provided by the SASDecisionServices engine web app server at: http://your.midtier.com:port/RTDM/EventService.wsdl

 

Hope that helps!


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

G2 Grid Leader Spring 2025.png

 

 

 

 

Want to review SAS Customer Intelligence 360? Gartner and G2 are offering a gift card or charitable donation for each accepted review. Use this link for G2 to opt out of receiving anything of value for your review.

 

Gartner.jpg

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

G2 Grid Leader Spring 2025.png

 

 

 

 

Want to review SAS Customer Intelligence 360? Gartner and G2 are offering a gift card or charitable donation for each accepted review. Use this link for G2 to opt out of receiving anything of value for your review.

 

Gartner.jpg

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

Discussion stats
  • 2 replies
  • 2493 views
  • 1 like
  • 3 in conversation