user1124378
user1124378

Reputation:

Php soap sending data

Can anyone help me to understand how to send the soap:envelop to a web service server?

Thanks

Upvotes: 1

Views: 1672

Answers (1)

MK.
MK.

Reputation: 34527

You should be using the SOAP client library: http://php.net/manual/en/class.soapclient.php If you are using it already, then you will need to provide a more detailed explanation for the problem you are running into.

Upvotes: 1

Related Questions