M
MR
I apologize in advance for re-asking a question that I posed before. I understand a little more than i did before and I am posing 2 specific questions:
I need to write an application that sends orders to a non-Windows web service.
1) I received DTD files for the SOAP messages that I need to send. I was able to convert them to XSD files. Upon examination of the files it is apparent that the XSD does not match the database in any way. so the question is, assuming I have an ADO.NET recordset, what is the best way to build and format the XML message? Do i have to build the XML message element by element and field by field or is there a better way?
2) Unfortunately, this service does not have a WDSL document. In fact when I try to add a web reference to my c# application, i get the following result:
SOAP RPC Router : Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.
what should be my next (or first) step in setting up the interface with this web service. i cannot use a web reference, so i assume i need to do a lot of hand coding here. where is the best place to start?
i appreciate any suggestions, references or links
thanks
m
PS I am using VS.2003 (would 2005 help in this case?)
I need to write an application that sends orders to a non-Windows web service.
1) I received DTD files for the SOAP messages that I need to send. I was able to convert them to XSD files. Upon examination of the files it is apparent that the XSD does not match the database in any way. so the question is, assuming I have an ADO.NET recordset, what is the best way to build and format the XML message? Do i have to build the XML message element by element and field by field or is there a better way?
2) Unfortunately, this service does not have a WDSL document. In fact when I try to add a web reference to my c# application, i get the following result:
SOAP RPC Router : Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.
what should be my next (or first) step in setting up the interface with this web service. i cannot use a web reference, so i assume i need to do a lot of hand coding here. where is the best place to start?
i appreciate any suggestions, references or links
thanks
m
PS I am using VS.2003 (would 2005 help in this case?)