How to 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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.