Newbie implementing WS, and according to our infrastructures we have to use C#, so maybe will use WCF maybe,
The thing is that our system must store some info of payments that a third company will send us
- They send a request message (is a valid payment?)
- We Will validate the info and respond with message given an ok or not ok (will check in if the payment apply)
- If ok, they will send a message with the transaction done
- We will process the message and store the payment in our DB
But they just give us some xml messages examples and an excel files explaining the messages as xpath format (indicating the meanings, types and if it is mandatory). Once implemented we must notified them (no even a endpoint was given y, so I suppose we have to consider it as a variable). Seems that they have their ws implemented in java.
Reviewing tutorials and books, I think they should give us a WSDL file or is it possible to implement the services with just those xml samples? and if so what should be the process? How to build the proxy?