Dipti Karnataki

Greenhorn
+ Follow
since Apr 23, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Dipti Karnataki



Hi,

I have a requirement where I need to call a procedure which has five arguments and three are in and 2 are out.

The first parameter is of type TBL and has a corresponding OBJ type in data base, all the values of TBL type are varchar.

For this TBL type I am using a ArrayDescrptor and for OBJ using StructDescriptor.

once this is done setting the values of Object[] to User's Strings and passing to new STRUCT , the struct which I get from this I am passing to ARRAY and this is giving me a

Internal Representation Error.

while creating ARRAY object. If I am directly passing STRUCT object to cstcmt.setObject , it is giving me invalid number or type of arguments.



I have to complete this very urgently. Please help me with this. If any one has good knowledge on this may be we can have a call or webex.


Thanks in advance.

Dipti
I have a axis 2 client stand alone for which I have to add a handler for handling response with fault mustUnderstand . I am setting the header and sending it in the cleint. Please can anyone tell me the exact configurations and content of the handler class and client to invoke the handler(like binding provider with jax ws) for this type of problem since the generated client is cmd based dont have module.xml etc and also tell me what are the modifications to be done when deploying this cleint as a servlet.


Thanks
Dipti
14 years ago
Hi

I want to send the data in a secured way from one jsp running on one application to another jsp running on other application when we do send redirect the values never persist. I want how can we achive this using J2EE.


Urgent help needed.

Thanks
14 years ago