cancel
Showing results for 
Search instead for 
Did you mean: 

Java Objects in XI

Former Member
0 Kudos

Hello,

I want to know the possibility of send Java Objects through XI. I know about other formats like file, jdbc......

But, is there any way that i can do this ...... probably with http.

IF YES, How to manipulate these objects once they are in XI in order to send to my receiver.

IF NOT, What is the way.

Thanks,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Srinivasa,

Java Proxy is one of mechanism as per your query for sending as well as for receiving ...apart from this you have JMS/SOAP adapters...and yeah HTTP too..

Regards,

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

Thanks for your replies. I would like to send a Java Collections Object ( Vector or Arraylist) using SOAP adapter. Can you please let me know how i can i proceed.

so i believe the type should be "xsd:hexBinary" hence i am using windows server.

Thanks,

Srinivas.

Former Member
0 Kudos

which Java objects you are referring to?

Thanx

Aamir

GabrielSagaya
Active Contributor
0 Kudos

Hi

You can send Java object by using Java proxy conected to XI

with regards

Gabriel

Former Member
0 Kudos

did u check java proxy (r u sending from standalone java appl)