Posted: Mon Nov 30, 2009 2:15 pm Post subject: Reading Soap Request URL from broker database
Newbie
Joined: 21 Aug 2009 Posts: 4
Hi all, I have a set of soap message flows where I override the soap request URL in ESQL code throught an user defined property, but i know that is better do this reading the URL of the Web Service from a broker database, could you help me please with an example about this. thnak you
P.D. This is the code that i am using for override the Web Service URL:
CREATE PROCEDURE AsignURL(IN localEnvironment REFERENCE,IN newURL CHARACTER) BEGIN
SET localEnvironment.Destination.SOAP.Request.Transport.HTTP.WebServiceURL = newURL;
END;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum