Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
BderPan
Contributor III
Contributor III

tSOAP ASP.NET Action Error

Hi, I want to send a XML as Document on tSOAP.


If I use a JAVA Test Server it is a positive Response, So I use a ASP.NET Test Server so it cames a Fault message like this:

<s:Fault xmlns:s="http://www.w3.org/2003/05/soap-envelope">

<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="de-DE">The message with Action '' 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>


My SOAP message looks like:

"<soap:Envelope xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:urn=\"urn:msv3:v1\">
   <soap:Header/>
   <soap:Body>
      <urn:verbindungTesten>
         <clientSoftwareKennung>YAMA</clientSoftwareKennung>
      </urn:verbindungTesten>
   </soap:Body>
</soap:Envelope>"



Thanks for your Help

Chris

Labels (5)
2 Replies
vapukov
Master II
Master II

Hi Chris!

 

do you want us to guess - what difference between your settings in soapUI and Talend? 🙂

- check URI (EXACTLY char by char)

- check authentification

and etc - without information it very hard to tell what could be wrong (even with information it no warranty, but without - just no chances )

BderPan
Contributor III
Contributor III
Author

Hi vapukov, 

the settings in soapUI and Talend are the same, if I use a local JAVA Test Server there is a positiv response, but I start the asp.net server the response is the message from the first Post 0683p000009MPcz.png 

I belive the Message is not correct, but in soapUI is it ok 

Message:

"<soap:Envelope xmlns:soap='http://www.w3.org/2003/05/soap-envelope' xmlns:urn='urn:msv3:v2'>
<soap:Header/>
<soap:Body>
<urn:verbindungTesten>
<clientSoftwareKennung>?</clientSoftwareKennung>
</urn:verbindungTesten>
</soap:Body>
</soap:Envelope>
"

Thanks for your Help
Chris