Hi there, Basically i'm a noob with C# and web service, and i'm working on my project of building a C# web service to connect between a supplier system and a client system. For example, a making order task would involve the client system sending that order data to the web service and from there it will relay the information towards the supplier system. I know basically how to send data and receive data from the web service by button clicking event. So the first part shouldn't be a problem. But how do i get it to relay data from the web service to the other system? And the supplier system is built using c# and sql server, while the client systems which consist of a java with mysql system and another vb.net with ms access. I plan to use the basic template wdsl that is provided by the .net framework, is there going to be any problem connecting to the java system? Thanks in advance~ "Better live as a horse than the goose."
M
MelaOS
@MelaOS
Posts
-
Connecting two system with web service -
UML and implementation mapping in different programming languages?Not really but what i need is to show the contrast between the different languages's UML diagram, like how it is implemented in UML for java, comapring to a visual basic UML diagram and so on..where can i find resources for this info?
-
UML and implementation mapping in different programming languages?I wish to do a UML and implementation mapping in different programming languages,such as visual basic and C# but i have no idea on where to start or where to find any info, googling wasn't much help either... Any ideas anybody??