Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How is the best way to write a SOAP 1.2 Client with Delphi Win32

So far, no Delphi version supports SOAP 1.2 clients or server.

I have tried for weeks to make it works, but every time a new problem, with VS/C# I could do the same, and make works in 3 days, but I need to do with Delphi 2009.

"I write a new version using Rem Objects SDK,", but the result was not better that I had with Delphi SOAP library.

But I'm wondering what choice else do I have, which library/component full support SOAP 1.2?

I found a message from Bruneau, suggesting Pocket SOAP http://www.pocketsoap.com/pocketsoap/ I don't know how this works, Ill investigate and see what I can do.

like image 910
Cesar Romero Avatar asked Dec 26 '08 12:12

Cesar Romero


3 Answers

Remember to vote for SOAP 1.2 support on codegear's QC:

http://qc.codegear.com/wc/qcmain.aspx?d=66864

Currently, it's voted the #2 report for Delphi (after 64bit support). I'm really sure that CodeGear is not going to ignore this.

like image 147
Wouter van Nifterick Avatar answered Nov 24 '22 16:11

Wouter van Nifterick


Follow up. This has been implemented in Delphi 2010.

like image 20
Bruce McGee Avatar answered Nov 24 '22 18:11

Bruce McGee


I suggest that you dig into the source. With Delphi 7, I was able to add all sorts of extras by copying the SOAP code into my app's folder and editing it carefully. In one case I did some string manipulation to adjust the incoming SOAP packet to make it work with the way Delphi worked. I've not had to do this with RemObjects yet, but you do get the source for that too. Plus they have active newsgroups you can ask questions on.

like image 38
mj2008 Avatar answered Nov 24 '22 16:11

mj2008