开发者

Create SOAP file help

开发者 https://www.devze.com 2023-03-29 20:47 出处:网络
How to 开发者_Python百科create SOAP 1.1 file? Is it xml file, or? This is the file that I need to make.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消