WSDL SOAP call request

STOODOserbves

New Member
I have to do an application which uses wsdl. I did not have any knowledge about WSDL and SOAP. In the past few days I have looked at wsdl and soap but I'm really having a bad time about it. My WSDL link:http://ticketservice.atlasyazilim.com.tr/busTicketService.svc?wsdlI'm using soapUI application to test soap request. I've tried some soap requests but I'm getting this error:\[code\]HTTP/1.1 400 Bad RequestServer: Microsoft-IIS/7.5X-Powered-By: ASP.NETDate: Mon, 18 Mar 2013 16:01:05 GMTContent-Length: 0\[/code\]soapUI generated me a soap request and I've modified it by adding authentication infos in the header. Maybe my soap request is totally wrong but here it is:\[code\]<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"> <soapenv:Header> <m:company soap:mustUnderstand="1">XXX</m:company> <m:userName soap:mustUnderstand="1">XXX</m:userName> <m:password soap:mustUnderstand="1">XXX</m:password> </soapenv:Header> <soapenv:Body xmlns:"http://tempuri.org/IbusTicketService/beginTerminalList"> <tem:beginTerminalList/> </soapenv:Body></soapenv:Envelope>\[/code\]Can you please help me with this request, I've been really desperate about this? Any guide and information will be appreciated
 
Back
Top