Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problem with “org.eclipse.jst.ws.consumption.ui.clientRuntimes”
Problem with “org.eclipse.jst.ws.consumption.ui.clientRuntimes” [message #216467] Tue, 01 July 2008 09:18
Eclipse UserFriend
Originally posted by: Tanyu.Krasimirov.Trifonov.sap.com

Question about “org.eclipse.jst.ws.consumption.ui.clientRuntimes” and
"runtimePreferredServerType"

Hi All,

In “New Help for Old Friends III”
(http://wiki.eclipse.org/New_Help_for_Old_Friends_III) I found that there
was added an optional String field “runtimePreferredServerType”. I’m
trying to use in the following scenario:

In Window, Preferences, Web Services, Server and Runtime:
Server: SAP Server
Web service runtime: Apache Axis

Create java project
Import *.wsdl file
Invoke context menu for *.wsdl file and choose Web Services, Generate
Client.

In the opened wizard I want to see
Server: SAP Server
Web service runtime: SAP runtime

Is it correct to expect that if this new field was set it will be used
instead of the value in Window, Preferences, Web Services, Server and
Runtime?

If it is correct how can I use it?
Here is code from my extension point:

<extension
point="org.eclipse.jst.ws.consumption.ui.clientRuntimes">
<clientRuntime
id="com.sap.ide.jee.ws.jee5.consumption.java"
clientImplementationTypeId="org.eclipse.jst.ws.client.type.java "
runtimeId="com.sap.ide.jee.ws.common.integration.runtime"

class=" com.sap.ide.jee.ws.jee5.integration.consumer.internal.JaxWsW ebServiceClientRuntime "
runtimePreferredServerType="org.eclipse.jst.server.generic.sap ">

<required-facet-version facet="jst.java" version="5.0"
allow-newer="true"/>
</clientRuntime>
</extension>


When I use the example code above the Server was set to SAP Server, but
the runtime was set to Axis even I set the runtimePreferredServerType.

Best regards,
Tanyu
Previous Topic:Using local javascript files in webtools project
Next Topic:WST RunOnServerActionDelegate futures
Goto Forum:
  


Current Time: Fri Apr 26 08:46:08 GMT 2024

Powered by FUDForum. Page generated in 0.02992 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top