Fetch WSDL Error: There was an error processing the WSDL

I am using a wsdl file.Can anyone guide me what is the error?

<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://schemas.molinahealthcare.com/crmcalltrack" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://schemas.molinahealthcare.com/crmcalltrack" name="CallTrackService"> -<wsdl:types> -<xs:schema targetNamespace="http://schemas.molinahealthcare.com/crmcalltrack" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:import namespace="http://schemas.molinahealthcare.com/crmenterprise"/> -<xs:element name="SaveAndUpdateInteractionActivity"> -<xs:complexType> -<xs:sequence> <xs:element name="callTrackRequest" xmlns:q1="http://schemas.molinahealthcare.com/crmenterprise" type="q1:CalltrackRequest" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="SaveAndUpdateInteractionActivityResponse"> -<xs:complexType> -<xs:sequence> <xs:element name="SaveAndUpdateInteractionActivityResult" type="q2:CallTracKCallCodeRespons" nillable="true" minOccurs="0" xmlns:q2="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="UpdateCallTrackAssignment"> -<xs:complexType> -<xs:sequence> <xs:element name="CallTrackAssignmentRequest" type="q3:ArrayOfCallTrackAssignmentReq" nillable="true" minOccurs="0" xmlns:q3="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="UpdateCallTrackAssignmentResponse"> -<xs:complexType> -<xs:sequence> <xs:element name="UpdateCallTrackAssignmentResult" type="q4:ArrayOfCallTrackAssignmentResp" nillable="true" minOccurs="0" xmlns:q4="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="UpdateCallNotes"> -<xs:complexType> -<xs:sequence> <xs:element name="NotesUpdateRequest" type="q5:CallNotesUpdateRequest" nillable="true" minOccurs="0" xmlns:q5="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="UpdateCallNotesResponse"> -<xs:complexType> -<xs:sequence> <xs:element name="UpdateCallNotesResult" type="q6:CallNotesUpdateResponse" nillable="true" minOccurs="0" xmlns:q6="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="CloseActivity"> -<xs:complexType> -<xs:sequence> <xs:element name="closeActivityRequest" type="q7:CloseActivityRequest" nillable="true" minOccurs="0" xmlns:q7="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> -<xs:element name="CloseActivityResponse"> -<xs:complexType> -<xs:sequence> <xs:element name="CloseActivityResult" type="q8:CloseActivityResponse" nillable="true" minOccurs="0" xmlns:q8="http://schemas.molinahealthcare.com/crmenterprise"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> -<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified"> <xs:element name="anyType" type="xs:anyType" nillable="true"/> <xs:element name="anyURI" type="xs:anyURI" nillable="true"/> <xs:element name="base64Binary" type="xs:base64Binary" nillable="true"/> <xs:element name="boolean" type="xs:boolean" nillable="true"/> <xs:element name="byte" type="xs:byte" nillable="true"/> <xs:element name="dateTime" type="xs:dateTime" nillable="true"/> <xs:element name="decimal" type="xs:decimal" nillable="true"/> <xs:element name="double" type="xs:double" nillable="true"/> <xs:element name="float" type="xs:float" nillable="true"/> <xs:element name="int" type="xs:int" nillable="true"/> <xs:element name="long" type="xs:long" nillable="true"/> <xs:element name="QName" type="xs:QName" nillable="true"/> <xs:element name="short" type="xs:short" nillable="true"/> <xs:element name="string" type="xs:string" nillable="true"/> <xs:element name="unsignedByte" type="xs:unsignedByte" nillable="true"/> <xs:element name="unsignedInt" type="xs:unsignedInt" nillable="true"/> <xs:element name="unsignedLong" type="xs:unsignedLong" nillable="true"/> <xs:element name="unsignedShort" type="xs:unsignedShort" nillable="true"/> <xs:element name="char" type="tns:char" nillable="true"/> -<xs:simpleType name="char"> <xs:restriction base="xs:int"/> </xs:simpleType> <xs:element name="duration" type="tns:duration" nillable="true"/> -<xs:simpleType name="duration"> -<xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/> <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/> <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/> </xs:restriction> </xs:simpleType> <xs:element name="guid" type="tns:guid" nillable="true"/> -<xs:simpleType name="guid"> -<xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName"/> <xs:attribute name="Id" type="xs:ID"/> <xs:attribute name="Ref" type="xs:IDREF"/> </xs:schema> -<xs:schema xmlns:tns="http://schemas.molinahealthcare.com/crmenterprise" targetNamespace="http://schemas.molinahealthcare.com/crmenterprise" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/> -<xs:complexType name="CalltrackRequest"> -<xs:sequence> <xs:element name="CallTrackInfo" type="tns:CallTrack" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CalltrackRequest" type="tns:CalltrackRequest" nillable="true"/> -<xs:complexType name="CallTrack"> -<xs:sequence> -<xs:element name="ActivityNotes" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AffiliationId" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="AssignedTo" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CRMActivityID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CRMCallCodeID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CRMMailboxID" type="xs:string" nillable="true" minOccurs="0"/> -<xs:element name="CallNotes" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> -<xs:element name="CallSourceID" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> -<xs:element name="CallerType" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> -<xs:element name="Channel" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="City" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ClaimsCheckList" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Comment" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="County" type="xs:string" nillable="true" minOccurs="0"/> -<xs:element name="CreateID" type="xs:string" nillable="true"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="DonotProcess" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Effdate" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Email" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="EnrollmentId" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="HealthPlanID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="IHHProviderID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="InteractionID" type="ser:guid" minOccurs="0"/> <xs:element name="IsEscalated" type="xs:boolean" nillable="true" minOccurs="0"/> <xs:element name="IsLargeFormat" type="xs:boolean" minOccurs="0"/> <xs:element name="IssueRelatedTo" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="MailingAddr1" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="MailingAddr2" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="MemoMessage" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memodesc" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memoeffdate" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memoname" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memorelation" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memotermdate" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Memotype" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Monitordate" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Paytoaffilid" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Phone" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ProvSpeciality" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="QNXTMemberID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="QNXTProviderID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ReferenceNumber" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="RequestType" type="xs:string" nillable="true" minOccurs="0"/> -<xs:element name="ResolCode" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> -<xs:element name="ResolNotes" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="Secfaxphone" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="State" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Statecode" type="xs:string" nillable="true" minOccurs="0"/> -<xs:element name="Status" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="TermDate" type="xs:dateTime" nillable="true" minOccurs="0"/> <xs:element name="Zipcode" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CallTrack" type="tns:CallTrack" nillable="true"/> -<xs:complexType name="CallTracKCallCodeRespons"> -<xs:complexContent mixed="false"> -<xs:extension base="tns:ResponseBase"> <xs:sequence/> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="CallTracKCallCodeRespons" type="tns:CallTracKCallCodeRespons" nillable="true"/> -<xs:complexType name="ResponseBase"> -<xs:sequence> <xs:element name="ErrorMessage" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="Status" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="ResponseBase" type="tns:ResponseBase" nillable="true"/> -<xs:complexType name="ArrayOfCallTrackAssignmentReq"> -<xs:sequence> <xs:element name="CallTrackAssignmentReq" type="tns:CallTrackAssignmentReq" nillable="true" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfCallTrackAssignmentReq" type="tns:ArrayOfCallTrackAssignmentReq" nillable="true"/> -<xs:complexType name="CallTrackAssignmentReq"> -<xs:sequence> <xs:element name="AssignedTo" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CRMMailBoxID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CallcodeID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CallerID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="State" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CallTrackAssignmentReq" type="tns:CallTrackAssignmentReq" nillable="true"/> -<xs:complexType name="ArrayOfCallTrackAssignmentResp"> -<xs:sequence> <xs:element name="CallTrackAssignmentResp" type="tns:CallTrackAssignmentResp" nillable="true" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfCallTrackAssignmentResp" type="tns:ArrayOfCallTrackAssignmentResp" nillable="true"/> -<xs:complexType name="CallTrackAssignmentResp"> -<xs:complexContent mixed="false"> -<xs:extension base="tns:ResponseBase"> -<xs:sequence> <xs:element name="ActivityID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="CallcodeID" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="CallTrackAssignmentResp" type="tns:CallTrackAssignmentResp" nillable="true"/> -<xs:complexType name="CallNotesUpdateRequest"> -<xs:sequence> <xs:element name="CallNotes" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="InteractionIds" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" nillable="true" minOccurs="0"/> <xs:element name="State" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CallNotesUpdateRequest" type="tns:CallNotesUpdateRequest" nillable="true"/> -<xs:complexType name="CallNotesUpdateResponse"> -<xs:complexContent mixed="false"> -<xs:extension base="tns:ResponseBase"> -<xs:sequence> <xs:element name="IsSuccess" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="CallNotesUpdateResponse" type="tns:CallNotesUpdateResponse" nillable="true"/> -<xs:complexType name="CloseActivityRequest"> -<xs:sequence> <xs:element name="CloseActivityInfo" type="tns:CloseActivity" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CloseActivityRequest" type="tns:CloseActivityRequest" nillable="true"/> -<xs:complexType name="CloseActivity"> -<xs:sequence> -<xs:element name="ActivityNotes" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="CRMCallCodeID" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ModifiedById" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ModifiedByName" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ReferenceNumber" type="xs:string" nillable="true" minOccurs="0"/> <xs:element name="ResolCode" type="xs:string" nillable="true" minOccurs="0"/> -<xs:element name="ResolutionNotes" type="xs:string" nillable="true" minOccurs="0"> -<xs:annotation> -<xs:appinfo> <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="State" type="xs:string" nillable="true" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:element name="CloseActivity" type="tns:CloseActivity" nillable="true"/> -<xs:complexType name="CloseActivityResponse"> -<xs:complexContent mixed="false"> -<xs:extension base="tns:ResponseBase"> <xs:sequence/> </xs:extension> </xs:complexContent> </xs:complexType> <xs:element name="CloseActivityResponse" type="tns:CloseActivityResponse" nillable="true"/> </xs:schema> -<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> -<xs:complexType name="ArrayOfstring"> -<xs:sequence> <xs:element name="string" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfstring" type="tns:ArrayOfstring" nillable="true"/> </xs:schema> </wsdl:types> -<wsdl:message name="CallTrackService_SaveAndUpdateInteractionActivity_InputMessage"> <wsdl:part name="parameters" element="tns:SaveAndUpdateInteractionActivity"/> </wsdl:message> -<wsdl:message name="CallTrackService_SaveAndUpdateInteractionActivity_OutputMessage"> <wsdl:part name="parameters" element="tns:SaveAndUpdateInteractionActivityResponse"/> </wsdl:message> -<wsdl:message name="CallTrackService_UpdateCallTrackAssignment_InputMessage"> <wsdl:part name="parameters" element="tns:UpdateCallTrackAssignment"/> </wsdl:message> -<wsdl:message name="CallTrackService_UpdateCallTrackAssignment_OutputMessage"> <wsdl:part name="parameters" element="tns:UpdateCallTrackAssignmentResponse"/> </wsdl:message> -<wsdl:message name="CallTrackService_UpdateCallNotes_InputMessage"> <wsdl:part name="parameters" element="tns:UpdateCallNotes"/> </wsdl:message> -<wsdl:message name="CallTrackService_UpdateCallNotes_OutputMessage"> <wsdl:part name="parameters" element="tns:UpdateCallNotesResponse"/> </wsdl:message> -<wsdl:message name="CallTrackService_CloseActivity_InputMessage"> <wsdl:part name="parameters" element="tns:CloseActivity"/> </wsdl:message> -<wsdl:message name="CallTrackService_CloseActivity_OutputMessage"> <wsdl:part name="parameters" element="tns:CloseActivityResponse"/> </wsdl:message> -<wsdl:portType name="CallTrackService"> -<wsdl:operation name="SaveAndUpdateInteractionActivity"> <wsdl:input message="tns:CallTrackService_SaveAndUpdateInteractionActivity_InputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/SaveAndUpdateInteractionActivity"/> <wsdl:output message="tns:CallTrackService_SaveAndUpdateInteractionActivity_OutputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/SaveAndUpdateInteractionActivityResponse"/> </wsdl:operation> -<wsdl:operation name="UpdateCallTrackAssignment"> <wsdl:input message="tns:CallTrackService_UpdateCallTrackAssignment_InputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallTrackAssignment"/> <wsdl:output message="tns:CallTrackService_UpdateCallTrackAssignment_OutputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallTrackAssignmentResponse"/> </wsdl:operation> -<wsdl:operation name="UpdateCallNotes"> <wsdl:input message="tns:CallTrackService_UpdateCallNotes_InputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallNotes"/> <wsdl:output message="tns:CallTrackService_UpdateCallNotes_OutputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallNotesResponse"/> </wsdl:operation> -<wsdl:operation name="CloseActivity"> <wsdl:input message="tns:CallTrackService_CloseActivity_InputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/CloseActivity"/> <wsdl:output message="tns:CallTrackService_CloseActivity_OutputMessage" wsaw:Action="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/CloseActivityResponse"/> </wsdl:operation> </wsdl:portType> -<wsdl:binding name="BasicHttpBinding_CallTrackService" type="tns:CallTrackService"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> -<wsdl:operation name="SaveAndUpdateInteractionActivity"> <soap:operation style="document" soapAction="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/SaveAndUpdateInteractionActivity"/> -<wsdl:input> <soap:body use="literal"/> </wsdl:input> -<wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> -<wsdl:operation name="UpdateCallTrackAssignment"> <soap:operation style="document" soapAction="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallTrackAssignment"/> -<wsdl:input> <soap:body use="literal"/> </wsdl:input> -<wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> -<wsdl:operation name="UpdateCallNotes"> <soap:operation style="document" soapAction="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/UpdateCallNotes"/> -<wsdl:input> <soap:body use="literal"/> </wsdl:input> -<wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> -<wsdl:operation name="CloseActivity"> <soap:operation style="document" soapAction="http://schemas.molinahealthcare.com/crmcalltrack/CallTrackService/CloseActivity"/> -<wsdl:input> <soap:body use="literal"/> </wsdl:input> -<wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> -<wsdl:service name="CallTrackService"> -<wsdl:port name="BasicHttpBinding_CallTrackService" binding="tns:BasicHttpBinding_CallTrackService"> <soap:address location="http://molinacaresservices.molina.mhc/CRM13/IntegrationServices/CallTrackService.svc"/> </wsdl:port> </wsdl:service> </wsdl:definitions>

0 1 298
1 REPLY 1

ylesyuk
Participant V

This inlined wsdl is pretty useless to do anything with it. Can you attach it as a file, please?