UPVS - chyba ActionNotSupported

Pri testovani na FIX prostredi dostavame nasledovnu chybu:

The message with Action ‘http://gov.sk/eGov/IService/Receive’ 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).

Pozna niekto riesenie?

2 Likes

pošli aj číslo chyby

cislo chyby to nema, skonci to este niekde na ESB.

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"><s:Body><s:Fault><s:Code><s:Value>s:Sender</s:Value><s:Subcode><s:Value xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</s:Value></s:Subcode></s:Code><s:Reason><s:Text xml:lang="sk-SK">The message with Action 'http://gov.sk/eGov/IService/Receive' 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).</s:Text></s:Reason></s:Fault></s:Body></s:Envelope>

Nespravna konfiguracia na jednej z komunikujucich stran. Bez dalsich informacii tazko povedat.

jasne, citat viem, skor islo o to, ci sa s tym niekto uz nestretol a vedel by nasledne dat hinty ake bolo riesenie.

beztoho, aby si poslal cely req, kam to posielaš, ake parametre aj akú službu voláš to asi ti nikto nedá konkrétnu odpoved :slight_smile:

len skusam ci nahodou to u niekoho nemalo rovnaky root cause.

Mal. A príčinu som ti už napísal. Ak nedáš viac informácií, tak ti konkrétnejšie nikto neporadí.

Pridaj

  • SOAP správu, ktorú posielaš
  • konfiguráciu endpointu
  • WSDL danej služby
  • ak používaš http(s) protokol, tak http hlavičky z requestu

problem bol sposobeny volanim nespravneho endpointu - USR (sync) namiesto UIR (async)

1 Like