Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with Setting up syndicationserviceurl for Internal Syndication using CSS.

2924663Feb 7 2016 — edited Mar 3 2016

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2016
Added on Feb 7 2016
33 comments
5,270 views