
530 WebSphere and .NET Coexistence
• A reference for the SOAP operation defining an input message and an
output message, both to be SOAP encoded because RPC/Literal Web
Service calls are not supported by Microsoft .NET. Notice that both
input and output messages must contain the name of the Lotus Script
Library as the namespace (
namespace="uri:Domino").
e. In the
<service> part, you will define the port that use the SOAP binding
specified before and the URL for the Web Service.
Example 11-1 Web Service WSDL
<?xml version='1.0' encoding='UTF-8'?>
<definitions name="ResCodeSearch" targetNamespace="Domino"
xmlns:http="http://schemas.xmlsoap.org/wsd ...