This is my first experence with web services and xml. I have spent the past 2 days searching the net for help with no luck. A customer we have wants to submit thier orders to us by sending their order to a web service I create. They want to sent it using SOAP. The have sent me a sample of the SOAP xml so I know what it looks like. This xml will have all the information to place the order. Shipping address, PO number, date sent, plus line item data such as item number, description, price, etc.
I have gone though several sameples I found online on how to create web services such as "Hello World". I understand the basics of a web service on something simple. But I am missing how to recieve the soap request. Then take that data and extract out the information like PO number.
Can someone create me a code sample in VB that shows how to recieve the SOAP and then process it to get the data out?
Thanks!!!!
Start Free Trial