When you deploy a WCF Service project:
- PowerBuilder creates a proxy NVO. Each NVO uses one of these methods, based on the
method you choose in the wizard or painter:
- GetMessage
- PostMessage
- PutMessage
- DeleteMessage
- Assigns the public property, RestConnectionObject, to a default
instance of WebConnection. You can use this property to set many service items such as
the endpoint URI, message format, and client credentials.
- Automatically adds any generated assemblies for the request or response message to the
target reference.
- If the response type defined in the wizard is RSS2.0 or ATOM1.0, the associated method
is System.ServiceModel.Syndication.SyndicationFeed. This class is
defined in the System.ServiceModel.dll assembly, which is required
to compile the generated proxy.