Estimados junto con saludarles, les hago la siguiente consulta
Estoy consumiendo un webservice y me está arrojando el siguiente Error:
"Service call not completed, in the Service Proxy: static endpoint pattern"
El caso es que lo estoy consumiendo de la siguiente forma
wsCLIENTEResponse.EReturn = wsCliente.YRecibEvents(wsRequest);
y mi AppConfig es el siguiente
<system.serviceModel>
<bindings>
<customBinding>
<binding name="YWS_RECIB_EVENTS">
<!-- WsdlImporter encontró aserciones de directiva no reconocidas en ServiceDescription 'urn:sap-com:document:sap:soap:functions:mc-style': -->
<!-- <wsdl:binding name='ZWS_RECIB_EVENT'> -->
<!-- <wsaw:UsingAddressing xmlns:wsaw="
http://schemas.xmlsoap.org/ws/2004/....</wsaw:UsingAddressing> -->
<!-- <saptrnbnd:OptimizedXMLTransfer xmlns:saptrnbnd="
http://www.sap.com/webas/710/soap/f.../saptrnbnd:OptimizedXMLTransfer> -->
<!-- <sapattahnd:Enabled xmlns:sapattahnd="
http://www.sap.com/710/features/att...sapattahnd:Enabled> -->
<textMessageEncoding maxReadPoolSize="64" maxWritePoolSize="16"
messageVersion="Soap11" writeEncoding="utf-8">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
</textMessageEncoding>
<httpTransport manualAddressing="false" maxBufferPoolSize="524288"
maxReceivedMessageSize="65536" allowCookies="false" authenticationScheme="Anonymous"
bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
keepAliveEnabled="true" maxBufferSize="65536" proxyAuthenticationScheme="Anonymous"
realm="" transferMode="Buffered" unsafeConnectionNtlmAuthentication="false"
useDefaultWebProxy="false" proxyAddress="http://000.00.000.000:0000" />
</binding>
</customBinding>
</bindings>
<client>
<endpoint address="http://000.00.000.000:0000/events" binding="customBinding"
bindingConfiguration="YWS_RECIB_EVENTS" contract="ws.CLIENTE.yws_recib_events"
name="YWS_RECIB_EVENTS" />
</client>
</system.serviceModel>
Alguien me puede orientar con el error que está apareciendo, si es de mi lado o bien algo de la configuración del ambiente en donde está alojado el WebService?
Agradezco la ayuda.
Leer las respuestas