cancel
Showing results for 
Search instead for 
Did you mean: 

Creating new Deployable proxy project

Amey-Mogare
Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the Project is type of Deployable proxy project.

To create a Stand alone proxy project, New Prject> Select Webservices> Select deployable proxy project.

To see the project open the webservices proxy and navigate to Client Explorer tab.

Regards,

Naga

Amey-Mogare
Contributor
0 Kudos

Hi Naga,

Thank you for reply. I could build EAR file for this project now.

I have selected File -> New -> Project -> Web Service -> Deployable Proxy Project

Can you tell me how do I deploy this?

Now, here is the complete scenario on which I am working:-

-- There a Portal Component type project TestPAR which has private sharing reference to a EAR project SAPJ2EE::sap.com/TestEar

-- This TestEar is a ear project containing an ejb project TestEJB.

-- This TestEJB refers to a Web Service proxy project TestWSProxy

Thanks and regards,

Amey Mogare

Former Member
0 Kudos

Hi,

You can build the ear for the deployable proxy project and deploy the ear by selecting the context menu of the EAR.

Regards,

Naga

Answers (0)