0

I have a WSDL file - not url ending by '?wsdl', and I should integrate with it using basic auth - username and password, my friend did it in c#, by adding the file as service refference in visual studio, how can I make it using a php project?

Ferland
  • 21
  • 2

1 Answers1

0

This is the function of WebService, mainly soap and WSDL. Take a look at this: example

kevlin
  • 1
  • 1