cancel
Showing results for 
Search instead for 
Did you mean: 

xml token writer class

Former Member
0 Kudos

Hi

I have created an application that sends a request to XI web service for transferring data from source system to target system.

The data gets tranferred when the size of data is average, however when large sized data is transferred, I get an error with the message ' xml token writer ' class definition not found.May you please provide the API that I should use to make this class available..

Thanks in advance,

Sudeep.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just to elaborate,

I have created an application which accepts a user request for data transfer from a source system to target system viz. Primavera project planner and SAP project system.

The application verifies the data on the source and target system before actually transferring data.The info is displayed to the user and only when the user clicks transfer button is the data transferred.

When the data size is small,the transferred successfully.

However , when data size is large, the application gives XML Token Writer Class not found exception.

Is there any specific reason for this??

Thanks in advance.

Former Member
0 Kudos

Hi,

Its part of


  import com.sap.engine.lib.xml.parser.tokenizer.XMLTokenWriter;

//Its part of sapxmltoolkit.jar

Regards

Ayyapparaj

0 Kudos

hi ayyapparaj,

we are using same jar file but it works fine when xml is small but for large xml of size more than 40 MB we get the above exception

is there any specific reason ?

Thanks in advance