Could not find a valid Message Responder to respond to this request.
Hi Team,
I have created virtual asset ad deployed successfully(WSDL) ,Can any one help me,how to call the wsdl operations from the deployed wsdl?
WSDL:http://soaptest.parasoft.com/calculator-02.wsdl
Virtual End point: http://localhost:9080/glue/calculator/
getting the below error message while calling the add operation with the below endpoint.
http://localhost:9080/glue/calculator/add/2/
01/02 11:41:53 AM Undeploying...
01/02 11:41:53 AM Name="Sample", Path="/glue/calculator", Location="C:\Users\swapna.vellanki\parasoft\workspace1\VirtualAssets\Sample.pva".
01/02 11:41:53 AM Undeployment finished
01/02 11:41:53 AM Deploying virtual asset...
01/02 11:41:53 AM Name="Sample", Path="/glue/calculator", Location="C:\Users\swapna.vellanki\parasoft\workspace1\VirtualAssets\Sample.pva".
01/02 11:41:53 AM Deployment finished
01/02 11:42:42 AM Could not find a valid Message Responder to respond to this request.
Be sure you have a Message Responder with correlation criteria that match this message.
1 virtual asset attempted to process this request:
Sample
add
Correlation type: Transport
[criteria=SOAPAction, expected=add, actual=[NOT_FOUND], results=false]
divide
Correlation type: Transport
[criteria=SOAPAction, expected=divide, actual=[NOT_FOUND], results=false]
Fault
Correlation type: Transport
Disabled : true
Correlation type: Request Body
Empty Payload : false
multiply
Correlation type: Transport
[criteria=SOAPAction, expected=multiply, actual=[NOT_FOUND], results=false]
subtract
Correlation type: Transport
[criteria=SOAPAction, expected=subtract, actual=[NOT_FOUND], results=false]
subtract2
Correlation type: Transport
[criteria=SOAPAction, expected=subtract2, actual=[NOT_FOUND], results=false]
Request :
.
01/02 11:46:18 AM Could not find a valid Message Responder to respond to this request.
Be sure you have a Message Responder with correlation criteria that match this message.
1 virtual asset attempted to process this request:
Sample
add
Correlation type: Transport
[criteria=SOAPAction, expected=add, actual=[NOT_FOUND], results=false]
divide
Correlation type: Transport
[criteria=SOAPAction, expected=divide, actual=[NOT_FOUND], results=false]
Fault
Correlation type: Transport
Disabled : true
Correlation type: Request Body
Empty Payload : false
multiply
Correlation type: Transport
[criteria=SOAPAction, expected=multiply, actual=[NOT_FOUND], results=false]
subtract
Correlation type: Transport
[criteria=SOAPAction, expected=subtract, actual=[NOT_FOUND], results=false]
subtract2
Correlation type: Transport
[criteria=SOAPAction, expected=subtract2, actual=[NOT_FOUND], results=false]
Request :
.
01/02 11:47:25 AM Undeploying...
01/02 11:47:25 AM Name="Sample", Path="/glue/calculator", Location="C:\Users\swapna.vellanki\parasoft\workspace1\VirtualAssets\Sample.pva".
01/02 11:47:25 AM Undeployment finished
01/02 11:47:25 AM Deploying virtual asset...
01/02 11:47:25 AM Name="Sample", Path="/glue/calculator", Location="C:\Users\swapna.vellanki\parasoft\workspace1\VirtualAssets\Sample.pva".
01/02 11:47:25 AM Deployment finished
Thanks,
Swapna