Author Message
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
I created a wsop file in my IVR application that is developed on Dialog Designer 5.0
After validating the code, wsdl files give errors like written below:

s4s-att-not-allowed: Attribute 'schemaLocations' cannot appear in element 'import'. AuthenticationService.wsdl DispatcherArcelik/WEB-INF/classes/connectivity/ws/beans/getuserinformation line 1 WSDL Problem

schema_reference.4: Failed to read schema document 'file:///C:/Users/01481250/Documents/DD50/workspace/DispatcherArcelik/WEB-INF/classes/connectivity/ws/beans/checkomp/CallCenterService0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. CallCenterService.wsdl DispatcherArcelik/WEB-INF/classes/connectivity/ws/beans/checkomp line 4 WSDL Problem

schema_reference.4: Failed to read schema document 'null', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. AuthenticationService.wsdl DispatcherArcelik/WEB-INF/classes/connectivity/ws/beans/getuserinformation line 1 WSDL Problem

I attached the application and wsdl and xsd files.
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="CallCenterService" targetNamespace="http://tempuri.org/">
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="CallCenterService0.xsd" namespace="http://tempuri.org/"/>
<xsd:import schemaLocation="CallCenterService1.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="ICallCenterService_getVDN_InputMessage">
<wsdl:part name="parameters" element="tns:getVDN"/>
</wsdl:message>
<wsdl:message name="ICallCenterService_getVDN_OutputMessage">
<wsdl:part name="parameters" element="tns:getVDNResponse"/>
</wsdl:message>
<wsdl:message name="ICallCenterService_CheckOMP_InputMessage">
<wsdl:part name="parameters" element="tns:CheckOMP"/>
</wsdl:message>
<wsdl:message name="ICallCenterService_CheckOMP_OutputMessage">
<wsdl:part name="parameters" element="tns:CheckOMPResponse"/>
</wsdl:message>
<wsdl:message name="ICallCenterService_CustomerSmsPermission_InputMessage">
<wsdl:part name="parameters" element="tns:CustomerSmsPermission"/>
</wsdl:message>
<wsdl:message name="ICallCenterService_CustomerSmsPermission_OutputMessage">
<wsdl:part name="parameters" element="tns:CustomerSmsPermissionResponse"/>
</wsdl:message>
<wsdl:portType name="ICallCenterService">
<wsdl:operation name="getVDN">
<wsdl:input wsaw:Action="http://tempuri.org/ICallCenterService/getVDN" message="tns:ICallCenterService_getVDN_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/ICallCenterService/getVDNResponse" message="tns:ICallCenterService_getVDN_OutputMessage"/>
</wsdl:operation>
<wsdl:operation name="CheckOMP">
<wsdl:input wsaw:Action="http://tempuri.org/ICallCenterService/CheckOMP" message="tns:ICallCenterService_CheckOMP_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/ICallCenterService/CheckOMPResponse" message="tns:ICallCenterService_CheckOMP_OutputMessage"/>
</wsdl:operation>
<wsdl:operation name="CustomerSmsPermission">
<wsdl:input wsaw:Action="http://tempuri.org/ICallCenterService/CustomerSmsPermission" message="tns:ICallCenterService_CustomerSmsPermission_InputMessage"/>
<wsdl:output wsaw:Action="http://tempuri.org/ICallCenterService/CustomerSmsPermissionResponse" message="tns:ICallCenterService_CustomerSmsPermission_OutputMessage"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpBinding_ICallCenterService" type="tns:ICallCenterService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getVDN">
<soap:operation soapAction="http://tempuri.org/ICallCenterService/getVDN" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckOMP">
<soap:operation soapAction="http://tempuri.org/ICallCenterService/CheckOMP" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CustomerSmsPermission">
<soap:operation soapAction="http://tempuri.org/ICallCenterService/CustomerSmsPermission" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CallCenterService">
<wsdl:port name="BasicHttpBinding_ICallCenterService" binding="tns:BasicHttpBinding_ICallCenterService">
<soap:address location="https://yetkiliservis.arcelik.com/WsAftersales/CallCenterService.svc"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
XSD file


<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/"><xs:element name="getVDN"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="phoneNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getVDNResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getVDNResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckOMP"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="phoneNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckOMPResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckOMPResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomerSmsPermission"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="telefonNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sms" type="xs:boolean"/><xs:element minOccurs="0" name="sicilNo" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomerSmsPermissionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomerSmsPermissionResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element></xs:schema>
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Are you saying you are still using DD50? Can you just attach the files instead of copy and pasting the content?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Are you saying you are still using DD50? Can you just attach the files instead of copy and pasting the content?
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
Here are the attachments
  • [Thumb - Screenshot_2.png]
[Disk] Download
Filename errors.txt [Disk] Download
  • [Thumb - Screenshot_1.png]
[Disk] Download
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I was looking for the wsdl file you can attach to this post not screenshot. What version of DD/OD are you using?
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
DD5.0
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
This version is a bit too old. The end of support was 2012. Is it possible you can upgrade to a new version?
YasinUNAL
Joined: Nov 12, 2013
Messages: 36
Offline
I imported the same application to the AOD 7.0.1 but it gives the same errors. I don't think that it's related to old version DD50
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
The error I see is

Line=13: The prefix "xsd" for element "xsd:schema" is not bound.
Go to:   
Mobile view