-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
20 lines (16 loc) · 812 Bytes
/
ReadMe.txt
File metadata and controls
20 lines (16 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PreRequisites:
1. .net 2.0
2. Java SE 5 or higher
3. XXsd2Code.exe ( Download Url : http://sourceforge.net/projects/xxsd2code/files/XXsd2Code.exe/download)
Steps
1. Run the GenerateCrossPlatformDataBindings.bat.
2. Open .\CustomerOrderProcessing-DotNetClient\CustomerOrderProcessing.sln and compile it.
3. Open .\FulfillmentCenterSimple-JavaTcpIpServer using Eclipse.
4. Export a runnable jar.
5. Run the jar file using this command. java -jar FulfillmentCenterApplication.jar
6. Now run the CustomerOrderProcessing.exe 127.0.0.1 1111
Note :
Make sure you run GenerateCrossPlatformDataBindings.bat anytime you make change to the xsds
in the CommonMessageContracts folder.
Codeproject Article on this project:
http://www.codeproject.com/Articles/154766/net-Java-interoperability-using-Service-Interface