0

Our client has provided .Net 4.0 based Web service which we are trying to consume in Oracle Fusion SOA 12. .Net web method passes data in XML format. While consuming .Net Web service WSDL, Oracle Fusion SOA is breaking in several places.

One example of break is here:

><xsd:element minOccurs="1" name="Content" nillable="true" type="q35:ArrayOfstring" xmlns:q35="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/

One more example of break.

This web service is hosted by Amazon site. http://ec2-50-19-218-167.compute-1.amazonaws.com/BuyDesign/ConfiguratorService/ConfiguratorWebService.svc?wsdl

While importing WSDL file, we are getting following error.

Exception: Invalid reference: 'http://schemas.datacontract.org/2004/07/TDCI.Configurator.ServiceContract:QueueStatus'

Please let me know any changes/settings required

4

1 回答 1

0

您是否已验证该引用是否存在于提供的 WSDL 文件中或您的组件知道的单独模式中。也许命名空间http://schemas.datacontract.org/2004/07/TDCI.Configurator.ServiceContract:是指您的代码必须可用的外部模式?

于 2012-01-13T21:27:01.200 回答