Hi All
I have created a SOAP Service from a tutorial, using sample code, as follows:
Class Hospital.MyService Extends EnsLib.SOAP.Service
{
/// For this business service, ADAPTER should be "" so that we use the normal SOAP processing
Parameter ADAPTER;
Parameter SERVICENAME = "MyService";
Parameter NAMESPACE = "http://www.myhospital.org";
Parameter USECLASSNAMESPACES = 1;
Method SubmitMessage(pRequest As Hospital.SoapRequest) As Hospital.SOAPResponse [ WebMethod ]
{
// Do something with pRequest
//set sc= .