Forum Discussion

hemanthkumar535's avatar
hemanthkumar535
New Contributor
12 years ago

Failed to route via endpoint

HI..

i am getting error when getting the response in soapUI

ERROR:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=jdbc://PACQUOTE, connector=JdbcConnector
{
name=JDBC
lifecycle=start
this=2dfc7585
numberOfConcurrentTransactedReceivers=4
createMultipleTransactedReceivers=false
connected=true
supportedProtocols=[jdbc]
serviceOverrides=&lt;none>
}
, name='endpoint.jdbc.PACQUOTE', mep=REQUEST_RESPONSE, properties={queryTimeout=-1, queries=merged: {PACQUOTE=select * from mule.PACQUOTE}}, transactionConfig=Transaction{factory=org.mule.transport.jdbc.JdbcTransactionFactory@10854a27, action=NONE, timeout=10000}, deleteUnacceptedMessages=false, initialState=started, responseTimeout=10000, endpointEncoding=UTF-8, disableTransportTransformer=false}. Message payload is of type: NewQuoteResponse</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

can someone tell where am i going wrong..


thanks..

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    It looks as if the API (where you are sending your request) is incorrectly configured to access the database. Send the error to your developer, this is a server configuration issue.