|
Posted by NC on 05/17/06 18:28
Bob Bedford wrote:
>
> I've a site that is looking for our datas. The only way I can send them
> datas are trough their Soap service.
This doesn't sound right... If they want to use your data, it's up to
you how to give them the data they want.
> I've absolutely no idea how this does work,
Basically, SOAP is a protocol that allows one program (SOAP client, or
service consumer) to send an XML-formatted message to another program
(SOAP server, or service provider) and receive an XML-formatted message
in response. In your case, it seems like you need to deploy a service
provider (you'll probably need a consumer for testing).
> Where to find a compulsory help on how soap works ?
Take a look at NuSOAP:
http://dietrich.ganx4.com/nusoap/
http://www.scottnichol.com/soap.htm
Cheers,
NC
Navigation:
[Reply to this message]
|