cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL to JDBC

Former Member
0 Kudos

Hi Guys,

In my scenario (WSDL to JDBC), i want to send the error message(db not available/no record found) to wsdl back.

Let me know how can i achive that.

Thanks

Prabhakar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thnks

rajasekhar_reddy14
Active Contributor
0 Kudos

He Venkat,

Develop a scenario SOAP -


>PI---->JDBC, JDBC adapter works as a Synchronous,so map response message.

search in sdn how to use SOAP and JDBC Adapter,you will find many docs.

Regards,

Raj

Former Member
0 Kudos

I actually wanted to implement Fault message in this scenario, i didn't find any blog in SDN for this scenario with fault meesage and how to test fault message

former_member200962
Active Contributor
0 Kudos

You need to include the fault message types in the Message INterface...both OB and IN.....then if required define a mapping program for them and include it in the Interface Mapping....in the dropdown (in interface mapping) you will have Request, response, Fault options.

Regards,

Abhishek.

former_member181962
Active Contributor
0 Kudos

Did you check this blog?

/people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi

Regards,

Ravi

former_member200962
Active Contributor
0 Kudos

actually there are many threads which deal with fault message....a simple search can give you many details like this:

Regards,

Abhishek.