Open ShammiL opened 4 months ago
The reason for the above:
When the placeOrder
resource used in the above example is called by a client, the server console would display the following message:
samples.services.SimpleStockQuoteService :: Accepted order #1 for : 18398 stocks of IBM at $ 172.23182849731984
but would not send a proper response or terminate the connection from the server side. Hence the client would hang waiting for a responde before timing out.
Description
When calling
SimpleStockQuoteService
in AxisServer using the wsdl file located in https://github.com/wso2-docs/WSO2_EI/blob/master/samples-protocol-switching/sample_proxy_1.wsdl through a proxy service returns an empty response with 202 status code.Steps to Reproduce
Follow the documentation for Using WSDL Endpoint.
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response