Skip to Content
0
Dec 05, 2007 at 09:13 AM

Dynamic URL for Adaptive Webservice Model

34 Views

Hi everyone,

I'm developing a web dynpro application which uses an adaptive webservice model called and it works fine. But I want to set the wsdl-url dynamicly in the implementation-code and I don't know how.

This is what i use so far:

	model = new MdlRunSQL();
	Request_RunSQL requestMO = new Request_RunSQL(model);
	RunSQL runsqlMO = new RunSQL(model);
	requestMO.setRunSQL(runsqlMO);
	wdContext.nodeRequest_RunSQL().bind(requestMO);

Does anyone know how to set the url there?

Greetings,

Constantin