Problem with deploying webservice

Hello List,

Linux 9
OpenEdge 10.1A
Java 1.4.2
Tomcat 4.1.30
WSA seems to be good.

I make wsm and wsd files with ProxyGen on a windows xp client (also OE 10.1A) and I can not deploy the webservice neither with Progress Explorer nor with wsaman on the Linux box.

Messages:

Progress Explorer:
Failed to deploy Web Service for: wsa1
AdminServer unable to recognize WSM content.

On Linux:
Unable to read WSM file: ./TestService.wsm (10803)
- the file should be available, of course, so the reason is something else.

I found few entries on the EPG and in the KB, went through but still stucked. Any ideas ... ?

TIA,
-istvan
 

sachin4gl

New Member
hi istvan
did you manage to resolve issue i am also having same problem

I am trying to deploy a progress program as a web service . I had successfully done it on windows xp operating system by using following steps


  1. Write progress program and compile it
  2. Generate proxy form proxy generator
  3. Deploy this service via progress explorer

Now I am trying it on Linux machine facing lot of problem , is anyone have step by step document of creating web service on Linux machine ?
Kindly suggest me how can I create a proxy of progress program as I am not able to find proxy generator on Linux on \usr\dlc\bin ?
Is there any way via which I can create proxy on windows xp environment and deploy it on Linux ?
 
Top