Quantcast
Channel: Ariba Exchange: Message List
Viewing all articles
Browse latest Browse all 3363

Re: Webservice - Problem with Operation field

$
0
0

Hi,

 

I havent done Export service, only import so far but I have few questions :

 

did you define a new class as Listener in MessageDefintion :

    GeneralDataRequestService = {

        Signature = {

               Error = {};

               ListenerClass = "integration.service.GeneralDataRequestProcessor";

            Request = {};

            Response = {};

        };

        TopicName = GeneralDataRequestService;

        Type = Service;

    };

 

Just to make check, use the default ws handler

ListenerClass = "ariba.channel.ws.WebServiceServiceMessageHandler";

 

in MessageConfiguration.table is probably the error indicated by the log as the Operation in channel part is not supported I think so you need to remove this one

 

     GeneralDataRequestService = {

          Channel = {

               Encoding = UTF-8;

               WSDLLocation = "config/variants/cvar1/wsdl/GeneralDataRequestService.wsdl";

               Operation = "GeneralDataRequest";

               Port = "";

               ObjectNameTag = "DataRequest";

               TimeoutInSec = 60;

               FileType = SOAP;

               Name = WS;

          };

          MessageParameters = {

               Request = {

                    Parameters = {

                         EventSource = "External";

                         Operation = "Export";

                         Filename = "TBD";

                    };

                    SchemaName = ariba.integration.SimpleFileSchema;

               };

          };

          TopicName = GeneralDataRequestService;

     };

 

Hope that helps

 

Thanks,

Fred


Viewing all articles
Browse latest Browse all 3363

Trending Articles