tags:

views:

414

answers:

2

Our team is working on SAP and getting a website frontend written with PHP and MySQL to connect with the recruitment database on SAP ... we've tried making SOAP clients and everything but it seems we're missing something.. what are the steps to ensure that they can synchronize with or without a wsdl..

+1  A: 

The standard PHP SOAP module has always worked for me.... http://no.php.net/manual/en/function.soap-soapclient-construct.php

Fuzzy76
A: 

Hi,

it might make more sense to use RFC's instead, that way

tomdemuyt