I work at an international organization with web servers all over the world.
I've successfully developed a WCF Service and am able to call it from my client application when I put it on any individual server.
I have been given the task to delpoy this service to multiple servers around the world and call it from the same client application.
I.E.
We are located in Vancouver, BC and the webserver/oracle db is located in Vancouver, BC.
We have an office in Paris, France.
1. The user from Paris will connect to the client interface in Vancouver, select the labels they want to print.
2. The client interface knows they are from Paris and will send the label data to the WCF service installed on the server in Paris.
3. The server in Paris will then generate these labels locally and print them on the label printer in Paris.
We could generate the labels in Vancouver and send the stream to the printer in Paris, but they contain images and barcodes and the bandwidth usage would be a killer. We'd rather just send the data and have the local server in the user's office generate the barcodes and pull the images required locally and then print locally.
I am having issues with calling the service dynamically from different locations.
I'm not looking for anyone to write the code for me, rather pointing me the right direction (i.e. examples on the web) would be great. I've searched and searched and searched, but can't find any examples of calling the same service in multiple locations.
--------
GOOGLE is a great resource to find answers to questions like "how do i..."
If you don't know exaclty what you want to do or what to search on, try Google Suggest: --------
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javasc
I've successfully developed a WCF Service and am able to call it from my client application when I put it on any individual server.
I have been given the task to delpoy this service to multiple servers around the world and call it from the same client application.
I.E.
We are located in Vancouver, BC and the webserver/oracle db is located in Vancouver, BC.
We have an office in Paris, France.
1. The user from Paris will connect to the client interface in Vancouver, select the labels they want to print.
2. The client interface knows they are from Paris and will send the label data to the WCF service installed on the server in Paris.
3. The server in Paris will then generate these labels locally and print them on the label printer in Paris.
We could generate the labels in Vancouver and send the stream to the printer in Paris, but they contain images and barcodes and the bandwidth usage would be a killer. We'd rather just send the data and have the local server in the user's office generate the barcodes and pull the images required locally and then print locally.
I am having issues with calling the service dynamically from different locations.
I'm not looking for anyone to write the code for me, rather pointing me the right direction (i.e. examples on the web) would be great. I've searched and searched and searched, but can't find any examples of calling the same service in multiple locations.
--------
GOOGLE is a great resource to find answers to questions like "how do i..."
If you don't know exaclty what you want to do or what to search on, try Google Suggest: --------
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javasc