Create SOAP file help
How to 开发者_Python百科create SOAP 1.1 file?
Is it xml file, or? This is the file that I need to make.
When I copie theat cod in xml, an error occurs:XML Parsing Error: syntax error POST /CommunicationOfficeService1_0/ExchangeRateXmlService.asmx HTTP/1.1
What toolset are you using to call this web service? I am going to assume that you haven't worked with "web services" before.
Instead of creating the XML by hand I would recommend using .net or java to create "proxy" class code against this "WSDL". You can start by googling or binging for "How to consume a web service in .net" or your language of choice.
I reserve the right to change my answer as additional details emerge.
精彩评论