I am trying to set up a web service for receiving CSS output using SyndicationServiceTransporterFactory.
i created a Test WebService and provided the WSDL in the cssLibConfig.xml for SyndicationServiceurl
Currently i am able to get a XML output using the FileCopyMessageTransporterFactory for material and formulation specification,
when using the SyndicationServiceTransporterFactory, i am getting the below errors:
initial error:
Syndication failed for following exception.There was no endpoint listening at http://localhost:61816/Service1.svc?wsdl that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details
After setting up a Test WSDL:
Syndication failed for following exception.The message with Action 'http://www.prodika.com/services/syndication/2006/04:publishSpecIn' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).
How do i set up a SyndicationServiceurl for delivering the message from SyndicationServiceTransporterFactory. what is the service contract that needs to be defined.
As per my understanding the generated xml output using FileCopyMessageTransporterFactory will be same as the output that will be transported and exposed to receiver by the SyndicationServiceurl using SyndicationServiceTransporterFactory correct?
The XML output generated using FileCopyMessageTransporterFactory doesn’t get data from the Nutrient tab of the Material Specification. is nutrient data supported by CSS?