Solution for "The invocation resulted in an error: Not Found" message in response
Hi,
Recently I got an error while testing my business service. Please find the below screen shot.
But the service used to work properly when I test it from SOAP UI.
The solution for this is to disable (by default enabled) "Use Chunked Streaming Mode" in business service.
Formal definition:
Thanks,
Rohan
Recently I got an error while testing my business service. Please find the below screen shot.
But the service used to work properly when I test it from SOAP UI.
The solution for this is to disable (by default enabled) "Use Chunked Streaming Mode" in business service.
Formal definition:
Use Chunked Streaming Mode | Select this option if you want to use HTTP chunked transfer encoding to send messages. Note: Do not use chunked streaming with if you use the Follow HTTP Redirects option. Redirection and authentication cannot be handled automatically in chunked mode |
Rohan