Navi Singh

Ranch Hand
+ Follow
since Jul 24, 2002
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 Navi Singh

That worked perfect......
Have another question,
How do we include the UserId / password in the header of the SOAP request.
Code patch if possible..Please

Thanks Very Much,
-Navi
19 years ago
Cool Sounds good to me,
Let me try this and get back to you!!!

Thanks,
-Navi
19 years ago
Hi Mark,
I am using the IBM-WSAD 5.1.1 environment.
Haven't got a clue about ASP or Microsoft Product.

Thanks,
-Navi.
19 years ago
Hi Guys,
Digging digging found out the use of "Handlers" .
Now is there any good article for how/where/when to
use the "Handlers in Soap Response and Request".

Thanks In advance,
-Navi
19 years ago
Hi Guys,
i am have the same issue.But am at a very early stage.
Don't know where/what/how to "Use the Handler's".
Also am using WSAD5.1.1 as the IDE..so..don't know where to start.
Could u guys guide me to any good tutorial to this "Handler's" topic.

Thanks,
-Navi
19 years ago
Hi Guys,
Have a question as usual.
I have a XML-response using SOAP service.
Also am using JAXB for Marshalling/Unmarshalling.
So when i have the SOAP response XML, how do i send it "DIRECTLY" to the
"UnMarhshalling()" of JAXB.
Sample code if possible.

Right now i have a sample ".XML" stored in a folder-file which is passed as string to "Unmarshall()".


Thanks IN advance,
-Navi

[ October 15, 2004: Message edited by: Navi Singh ]

[ October 15, 2004: Message edited by: Navi Singh ]
[ October 16, 2004: Message edited by: Navi Singh ]
19 years ago
Ok More changes :-

Error is as follows :-
EXCEPTION IS AS FOLLOWS java.lang.IllegalArgumentException: wrong number of arguments
[ September 30, 2003: Message edited by: Navi Singh ]
20 years ago
Hi Again,
i tried to put hte following first as a test

Gives the folowing Exception :java.lang.IllegalArgumentException: argument is not an array.
It is an array,but don't know why...it gives the error
[ September 30, 2003: Message edited by: Navi Singh ]
20 years ago
Ur perfectly right.
I have to loop thru the array of objects and pass each object to the above loop.
But that i am not able to do.Can u show e how..

Thanks for responding so quickly,
N
20 years ago
I am trying to invoke the methods of an object which is a result of invoking a method previuosly.The object is itself an array type
The code follows as :

[ September 30, 2003: Message edited by: Navi Singh ]
// Added code formatting --JAM
[ September 30, 2003: Message edited by: Joel McNary ]
20 years ago
Hi Joel,
The SUN-link did help, still have a problem.
I get the following error.
"Method invocation failed: java.lang.IllegalArgumentException: object is not an instance of declaring class".
Thanks again,
N
20 years ago
Hi Joel,
i have a q.
I am using reflections to invoke the associated methods of the object.
Now also one of the method returns me "another-object" which also i wish to execute the same way using(Recursively) the Reflections.Also the object is of type Array.
Thanks in advance,
-N
[ September 26, 2003: Message edited by: Navi Singh ]
20 years ago
From what i have understood,
The web-sphere wasn't refusing ,
It kept the tcp/ip connection alive/in stack,
which overflowed and hence the Empty-responses.
Thanks,
Navi
20 years ago
Hi William,
The problem was with the Websphere resources.Added IBM fix-packs,seems to run Ok Now.
Thanks for assisting,
N
20 years ago

Originally posted by William Brogden:
That 30% blank is really puzzling
If the rpcrouter is not available you should get an HTML error message.
If the SOAP service has a problem you should get a SOAP error.
It just occurred to me that I'm not sure what you mean by an empty response - do you mean an empty SOAP envelope or what?
Bill



Right On William,
I am attaching the error below.
So from ur statement ,it means the rpcrouter is not available when we r having the error.right?? please correct me ..
Abt the Empty response...that was a resource issue,which has been resolved..
have to make sure/confirm whether the inference (rpcrouter unavailable)above is correct or not..
***************
[SOAPException: faultCode=SOAP-ENV rotocol; msg=Unsupported response content type "text/html; charset=iso-8859-1", must be: "text/xml". Response was:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or
misconfiguration and was unable to complete
your request.<P>
***************
Appreciate ur responses,
N
20 years ago