Hello
I have a web service and it all works fine and accepts my test posts using SoapUI, one other 3rd party has been successful in posting xml data to my web service but a new 3rd party is having an issue.
I just need to help him with what an actual soap 1.1/1.2 post would look like (not from SoapUI), I have already given him the details from my SoapUI screen and the WSDL / service docs but to be honest if I were to go online and try a test post from some of the tools out there I fail :-) for example using the firefox addon Poster, I seem to do a successful post but no data is added to the database??
Here is my detail post from SoapUi posting to this server
https://aserver:8083/Database and using a service dbcentral
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:dat="Database">
<soapenv:Header/>
<soapenv:Body>
<dat:dbCentral>
<CentralLeads_list>
<CentralLeads>
<CEN_SOURCEDATE></CEN_SOURCEDATE>
<CEN_SOURCE>SJWEBTEST</CEN_SOURCE>
<CEN_SOURCENAME>SJWEB Test</CEN_SOURCENAME>
<CEN_SOURCEID>123456789</CEN_SOURCEID>
<CEN_DATAINPUT>FCFweb</CEN_DATAINPUT>
<CEN_TITLE1>Mr</CEN_TITLE1>
<CEN_FIRSTNAMES1>Teddy</CEN_FIRSTNAMES1>
<CEN_SURNAME1>Smith TEST</CEN_SURNAME1>
<CEN_DOB1></CEN_DOB1>
<CEN_AGE1>27</CEN_AGE1>
<CEN_ADDRESS1>25 Test Street</CEN_ADDRESS1>
<CEN_ADDRESS2>Local Area</CEN_ADDRESS2>
<CEN_ADDRESS3>Some Town</CEN_ADDRESS3>
<CEN_ADDRESS4>Test Shire</CEN_ADDRESS4>
<CEN_POSTCODE>TT1 1TT</CEN_POSTCODE>
<CEN_RESIATCURR>5</CEN_RESIATCURR>
<CEN_HOMETEL>01256789012</CEN_HOMETEL>
<CEN_WORKTEL></CEN_WORKTEL>
<CEN_MOBILE>01234567890</CEN_MOBILE>
<CEN_STATUS>LIVE</CEN_STATUS>
<CEN_EPV>195000</CEN_EPV>
<CEN_MORTBAL>100000</CEN_MORTBAL>
<CEN_LOANAMOUNT>150000</CEN_LOANAMOUNT>
<CEN_INCOME1>35000</CEN_INCOME1>
<CEN_ARREARS>0</CEN_ARREARS>
<CEN_CCJS>0</CEN_CCJS>
<CEN_LOANTERM>20</CEN_LOANTERM>
<CEN_RESSTATUS>Home Owner</CEN_RESSTATUS>
<CEN_ADVERSENOTES>value</CEN_ADVERSENOTES>
</CentralLeads>
<CentralLeads_list>
<dat:central_Action>insert</dat:central_Action>
</dat:dbCentral>
</soapenv:Body>
</soapenv:Envelope>
I know this should be enough for 3rd parties to use my service but......if anyone can help clarify..if possible :-)
I have attached my test efforts using the firefox poster
Many thanks
Edwin
Windows 10, Clarion 10, NT 9.06