OpenEdge.Core.ServerConnection.WebServiceConnectionParameters
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetConnectionString () |
/** Returns the Options as a formatted string for use by the server to connect.
This may be the the ABL CONNECT statement or some other parameter.
@return character A useable string of connection parameters. */
|
||
| Initialise () |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| WebServiceConnectionParameters (character) |
|
||
| WebServiceConnectionParameters (JsonObject) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Operation |
|
||
| CHARACTER PortName |
|
||
| CHARACTER ServiceName |
|
Method Detail
CHARACTER GetConnectionString ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Initialise () |
||||||||||||
Constructor Detail
WebServiceConnectionParameters (character)
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
WebServiceConnectionParameters (JsonObject)
|
||||||||||
Property Detail
CHARACTER Operation
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER PortName
|
||||||||
CHARACTER ServiceName
|
||||||||