13 years ago
SOAP-UI Testing
Dear fellows:
I am new to this forum. I am currently using the SOAP-UI4.5.1 (basic version) for testing a couple of webservices. I understand that the basic soap-ui version has some limited capabilities. However before deep diving, I want to confirm that if I can test some services in my business scenario using SOAP-UI basic. Here are a couple of points:
1. In my business scenario I am sending a message to the IBM-Datapower (used for routing only- no business logic), then to ESB (for mediation, routing, transformation ). The ESB does some logging and message processing and then connect with the database via jdbc adapters and pull some content from the database and send response back to the message consumer.
2. I am interested to test this scenario in the SOAP-UI. Currently the message being used is pretty simple. I am not using any load testing.
Here is the error message, while testing a simple message:
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.generalException</faultcode>
<faultstring>com.ibm.websphere.sca.ServiceRuntimeException: CWSXM0202E: An unexpected exception occurred when processing mediation flow for component Generic_Service in module Generic_Service: CWSXM1025E: An unexpected exception occurred when the flow was called: Error serializing BO {http://www.ibm.com/websphere/sibx/smo/v6.0.1, DocumentRoot}: caused by: com.ibm.wsspi.sibx.mediation.flow.MediationRuntimeException: CWSXM1025E: An unexpected exception occurred when the flow was called: Error serializing BO {http://www.ibm.com/websphere/sibx/smo/v6.0.1, DocumentRoot}</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
3. My question from the expert on this FORUM is: Can SOAP-UI handle this kind of scenarios where a transactions spans over a number of other middle ware components using the serialization and deserilizations of message using business OBJECTS ? Or is there any thing I am missing or doing wrong.
4. By the way the same message I am able to test in another parallel test environment and can see the expected response. I don't have any issue in that environment.
Any response/insights (general/specific) from the SOAP-UI technical team/experts on the forum would be highly appreciated.
Thanks and Best Regards
(Sajjad Khan)
Tech Specialist
Middleware Team
Email: Sakhan2612@gmail.com
I am new to this forum. I am currently using the SOAP-UI4.5.1 (basic version) for testing a couple of webservices. I understand that the basic soap-ui version has some limited capabilities. However before deep diving, I want to confirm that if I can test some services in my business scenario using SOAP-UI basic. Here are a couple of points:
1. In my business scenario I am sending a message to the IBM-Datapower (used for routing only- no business logic), then to ESB (for mediation, routing, transformation ). The ESB does some logging and message processing and then connect with the database via jdbc adapters and pull some content from the database and send response back to the message consumer.
2. I am interested to test this scenario in the SOAP-UI. Currently the message being used is pretty simple. I am not using any load testing.
Here is the error message, while testing a simple message:
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.generalException</faultcode>
<faultstring>com.ibm.websphere.sca.ServiceRuntimeException: CWSXM0202E: An unexpected exception occurred when processing mediation flow for component Generic_Service in module Generic_Service: CWSXM1025E: An unexpected exception occurred when the flow was called: Error serializing BO {http://www.ibm.com/websphere/sibx/smo/v6.0.1, DocumentRoot}: caused by: com.ibm.wsspi.sibx.mediation.flow.MediationRuntimeException: CWSXM1025E: An unexpected exception occurred when the flow was called: Error serializing BO {http://www.ibm.com/websphere/sibx/smo/v6.0.1, DocumentRoot}</faultstring>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
3. My question from the expert on this FORUM is: Can SOAP-UI handle this kind of scenarios where a transactions spans over a number of other middle ware components using the serialization and deserilizations of message using business OBJECTS ? Or is there any thing I am missing or doing wrong.
4. By the way the same message I am able to test in another parallel test environment and can see the expected response. I don't have any issue in that environment.
Any response/insights (general/specific) from the SOAP-UI technical team/experts on the forum would be highly appreciated.
Thanks and Best Regards
(Sajjad Khan)
Tech Specialist
Middleware Team
Email: Sakhan2612@gmail.com