Bala'J'i Rags

Greenhorn
+ Follow
since Jul 29, 2008
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 Bala'J'i Rags

Thanks for the quick reply Ivan.

Actually Axis1.4 comes with utility -Wsdl2Java which autogenerates stub/skeleton given a WSDL file. Since i am using a Top down approach and iam using jdk1.4..iam

handicapped with this issue.

Where should i give the wsdl location in the program.Can you suggest some sample code snippet

Thanks for your time..
14 years ago
I have the below WSDL . The problem here is that WSDL2java does not bother about the MaxOccur .Which means for any value of maxoccur more than 1,it considers as unbound. Is this an error ?

For example in the below WSDL empSkills elelement has a maxOccur ="2" ,but WSDL2java converts this as maxOccur=unbound . After deploying the application ,when i try to hit the end point URI i get the WSDL with empSkills element representing maxOccurs=unbound.

ENVIRONMENT: Axis 1.4,Weblogic 8.1




14 years ago
HI All,

I have a requirement to customize portlets in my portal Dynamically.Currently we are using BEA weblogic 10.2 -File based Portal.

Is it possible to bring dynamic customization (similar to igoogle) in a File based portal environment.

Any tutorial or help towards creating Customized portal is appreciated.

Thanks
14 years ago
Hi All,

I am having a similar requirement, but iam using a weblogic 10.2 server and migrating it to weblogic 10.3 with JDK1.6. If any one have any view or suggestions please put forward. Thanks in advance
14 years ago
HI All,

I am developing a webservice - serverside service using Axis 1.4 - RPC/encoded . My response is not as expected. Can some one help me

My request takes a employee ID and the response retrieves the employee details .My question is that the expected Response that my client wants is little diffrent from the actual response.The method name in the SOAP Body gets generated with a "Response" text to it .For example the method name igetEmployeeDetails is generated as "getEmployeeResponse" inside the soap body .. Can some one help me why this happens and how this can be tweaked.


Thanks in advance.

Request





Response - Actual


Response Expected :



My Server-config.wsdd


My WSDL


14 years ago
Congrats Vijayendren,Can you share you experiecne.which materials you followed how many days was your preparation time. So that it can help us.Thanks!
14 years ago
HI All,


I am working on an requirement to convert source XML to a Target XML. Iam using JAXB to Marhsall and UNMarshall the xml data. I am having issue with the DOCTYPE declaration in the source xml i.e when i use JAXB for transformation, the target xml doesnt contain the DOCTYPE information..I came to know that the below lines would achieve that..but i dont want to hardcode in my code and rather want it to pick from the source xml's DOCTYPE




Appreciate your help..
15 years ago
It focuses on saving the file in an oracle table..Sorry if the post was ambiguios
I am working on a application which has an requirement like uploading a word/excel document into a database table from a jsp view using hibernate or JDBC API .(Like the user browses the file to upload and clicks on a upload button).Can anyone help me with some suggestion and tips on the ways to upload /download documents to a table.


Thanks in advance..
[ December 04, 2008: Message edited by: Bala'J'i Rags ]
Thanks Ernest..I was concerned about the performance issue in using a Linked HashMap instead of HashMap (memory usage as well as the Speed factor of retreiving and inserting data into the Map)
15 years ago
Hi All,

I am using a LinkedHashMap to save the key-value pairs in the order in which they were inserted.There are scenarios when i use LinkedHashMap's keySet() method to iterate the Map,so when we use the KeySet() method which returns the Set object,is their a garuntee that the returned Set objects contains the keys in the order in which it was in the Hashmap(insertion order).Are there any performance issue in using the same??Please suggest and advice..


Thanks!
[ November 09, 2008: Message edited by: Bala'J'i Rags ]
15 years ago
Congrats Chris!!Thanks on your Feedback..
15 years ago
Thanks Jan.enjoy!! good luck for rest of your certifications!!
COngrats dude..what only a beer!!!
Thanks all ...
Thanks Marc thank you very much you notes helped me a lot!
Thanks Cameron !!


Hi Raji,
I took SCWCD 1.5 (#310-083),all the note specified holds good for 1.5 version also..you have to read them after you have gone through all the objectives..

Hi Rajneesh,
I am not sure on this part probabaly if some one can help it would be great
[ September 04, 2008: Message edited by: Bala'J'i Rags ]