cancel
Showing results for 
Search instead for 
Did you mean: 

develop web service

Former Member
0 Kudos

Hi Guys...

One question...

On Integration Directory after a simple SOAP->File scenario is created, and after I've defined the corresponding web service, I have the wsdl for that scenario.

The question is, can I in a simple and quick way with NWDS develop the EAR file needed to deploy the web service?

To test the web service I can use any SOAP client right(altova xmlspy...etc)?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>with NWDS develop the EAR file needed to deploy the web service?

you don't need to deply the web service

it's already working

if you need you can develop an client application

that will call this web service

>>>>To test the web service I can use any SOAP client right(altova xmlspy...etc)?

yes

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

I'm having a really hard time just to try to deploy the application that I've developed(or even a simple EAR).

I'm trying to deploy the application on the SAP J2EE Engine installed on the XI server.

I've configured the properties on the window@preferences@SAP J2EE Engine for Engine installed on a remote host, but I'm always getting the same error when I try to deploy.

I'm getting:

Mar 22, 2006 9:54:40 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !

on message server host I have the name of my server (srv04) and on the port number I've 50019.

If i try it on the browser http://srv04:50019/ it directs me to the message server index, so I think it's correct.

I've looked at help.sap, at the forum, at the netweaver forum but it seems nobody has this tiny but annoying problem....

Can anyone suggest any ideas?

Shabarish_Nair
Active Contributor
0 Kudos

Try with the server ip instead of host in your engine configuration.

Have you selected the radio button SAP J2EE engine is installed on remote host in NDS ?

Former Member
0 Kudos

<i>Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !</i>

Can you get the SDMKIT.jar from WebAS installation and install it and run the RemoteGui.bat file from this installation? This will start the remote access GUI on your machine and you would be able to deploy your EARs/SDAs using this.

And regarding the message server port , i guess the default value is 3601.

Regards,

Amol

Former Member
0 Kudos

Hi Shabarish,

I've tried the ip but it didn't worked...same message.

Relating to the radio button, yes,it's correctly picked.

Former Member
0 Kudos

Hi Amol,

do you think I've to install the SDMKit on my machine?

The idea was to deploy it on a remote server.It should be a simple thing to do.

Regarding to the message port, the 3601 is the default one, but I think it's not the correct one on my case.

Thanks for the ideas

Former Member
0 Kudos

It would install the deployable arhive on your remote server only. As the name suggests i.e. "remotegui.bat" , it would connect from your machine to WebAS on a remote host and deploy your arhive there.

Regards,

Amol

Shabarish_Nair
Active Contributor
0 Kudos

hi,

Usually the port is 3601 and in the host provide your server ip. if the same doesnt work then try as Amol suggested.

You could also try to deploy the file using the visual administrator if the requirement is urgent.

ShaBZ

Answers (0)