The moose likes Web Services and the fly likes Problem parsing sysinit object from peoplesoft Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Problem parsing sysinit object from peoplesoft" Watch "Problem parsing sysinit object from peoplesoft" New topic
Author

Problem parsing sysinit object from peoplesoft

Jay Ganesh
Greenhorn

Joined: Sep 10, 2009
Posts: 4
I have a problem parsing the sysinit object which is coming from the peoplesoft as response.

Purpose: My aim is to parse this response into readable string which i need to write into a log file for logging purpose.

What I tried:
---------------
I tried with response.toString(). Still i am not able to print the actual xml, i am getting only the object as response@36331.

This problem is with the integration environment but in local i am able to parse it only if i use the System.setProperty("javax.xml.soap.MessageFactory", "org.apache.axis.soap.message.MessageFactoryImpl");

I am using axis.jar, wasp.jar in my project.
 
 
subject: Problem parsing sysinit object from peoplesoft
 
MyEclipse, The Clear Choice