Skip to Content
0
Dec 02, 2009 at 05:41 AM

Creating new Deployable proxy project

70 Views

Hi,

I have received a Web Service proxy project which I have to import / create it as local project in my NWDS.

But I am not sure which type of project to create.

I have entire project structure available with me. From what I have with me, is there any way from which I can find out what type or project to create?

.project file in this project is as follows:-

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>TestWebServiceProxy</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.sap.ide.wsproxy.clientapijarbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.tssap.selena.cmf.PatternBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.sap.ide.wsproxy.wsProxyDeployableNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>com.tssap.selena.cmf.PatternNature</nature>
		<nature>com.tssap.selena.cmf.TemplateNature</nature>
	</natures>
</projectDescription>

Please help.

Thanks and regards,

Amey Mogare