Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : WSAMAN update
 

WSAMAN update

Lets you change a Web service's deployment information (stored in the WSM file) without undeploying and deploying. Updating does not affect the Web service's friendlyname.props file. It is useful during development, but not during production.

Syntax

Operating system
Syntax
UNIX
Windows
wsaman
   -name wsainstance-name
   -wsm wsm-location-on-wsaman-machine
   { -appname app-friendlyname
     | -namespace app-targetnamespace }
   [ -encoding encodingstyle ]
   -update
-name wsainstance-name
The name of the WSA instance to which the Web service is deployed.
-wsm wsm-location-on-wsaman-machine
The path of the WSM file on the WSAMAN machine.
-appname app-friendlyname
The friendly name of the Web service.
-namespace app-targetnamespace
The target namespace of the Web service.
-encoding encodingstyle
An integer indicating the new style/use combination of the WSDL file.
Use a value from the following table, which lists the WSDL style/use combinations supported.
Table 106. Setting the SOAP format for update using WSAMAN
To specify this WSDL style/use combination . . .
Use this value . . .
RPC/Encoded
1
RPC/Literal
2
Document/Literal
3

Notes

*If the friendly name is different from the AppObject name, you must use the -appname option and not the -namespace option.
*Progress Software Corporation recommends that you never use WSAMAN update function on a production system.