cancel
Showing results for 
Search instead for 
Did you mean: 

Inqmysoap jar in WAS6.20 shall we use in WAS6.40

Former Member
0 Kudos

Hi ,

I am migrating the java application from WAS6.20 to WAS6.40.

I have used inqmysoap.jar and its classes in my application.

But in WAS6.40 it has been renamed to webservices_lib.

But it does not contain all the required classes,method and the package structure.

Shall I add that inqmysoap.jar as a external library?

If I add any compactible issue will come?

If comes what will be the resolution?

Please advice.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Srikanth,

If the package structure is completly changed may be you can add inqmysoap.jar as a external library, but this is not a standard way to do. And also SAP does not support if you have problems.

If the package structure is not changed and there are classes with same names (also same package structure) then you may come across classloader problems while resolving the classes with same names. Classloader always returns the class from the first jar file it finds from the loading sequence. So it is most probabily the classes in webservices_lib jar.

So to my best of knowledge, the only way is to upgrade your application by is using the webservices_lib library.

Greetings,

Praveen Gudapati

p.s. Poinst are always welcome for helpful answers

null

Answers (0)