Rajesh Balu

Ranch Hand
+ Follow
since Nov 07, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rajesh Balu

Hi,


Could you please explain with a sample build?
10 years ago
Yes the ant build runs on the host. Could you please tell me the way to set the "-D" parameters in ant build?

10 years ago
Hi,


I need to set some of the properties in System in such a way which can be accessed in other applications.

For example..



Instead of the writing the above code in client application, i want to set it through ant build of host.
10 years ago
Hi,


Client is accessing EJB but not data source directly. I fed up with failure results from database hence i configured the datasource manually.

And EJB is working perfectly.

Thanks
Hi,


I have a running application with EJB 2 to connect with database. There is a method to validate the user credentials against database. I want to use that method in client application to validate the user.

I have imported the EJB client jar in client application and able to access EJB. But i am getting different datasource instead of Oracle datasource. Hence i am getting ResultSet as null value. I have attached the debug screen of generated datasource in client application.

Can someone please help me?

Below is the code snippet of client.

Hi,


Thanks for all your prompt response.

yes there is an option to add the custom HTTP headers in SoapUI. But i need to add the same in the request itself instead of adding it through some options.
11 years ago

Actually i am in a scenario of not using any coding stuffs. So i need to add it without any coding stuffs.
11 years ago

For an example: i would like to add HTTP header like Content-Type HTTP header in SOAP request.
11 years ago

I am using SoapUI to sending the request. I don't want to use any java code here.

Sorry, It's Soap additional HTTP header. I need to add it along with the SOAP request.
11 years ago
Hi,


Still i am not getting any clear idea. Could someone please help me to add additional HTTP headers to SOAP message?


Thanks,
Rajesh.B
11 years ago

Transformation is a processing of converting XML to SOAP request. I am not familiar about the SOAP header format.

Please let me know the header format, so that i can add it in the transformation.
11 years ago
Here is my scenario.

I have an XML which is generated from an application.

I need to transform it to SOAP request through transformation.

I have created a transformation by adding the SOAP tags as text.

Now i am experiencing the SOAP header issue which i need to add along with the request.

I cannot use any coding stuff here.

Hpoe this is much clear now. Please let me know if you need more details.
11 years ago
I do not want to add it programmatically at run time.

I want to add it along with the existing SOAP header.
11 years ago
Here is the sample request.

12 years ago