I am trying to call WebService Function that exposes an xmlport. I am able to get this to work using C#, but cannot figure it out using PHP.
When I do this in C#, I add a Web Service Reference which exposes my xml port to my project. I basically populate the XML nodes and I can pass it into my Codeunit Web Service. I'm not sure how this could be done in PHP.
I am a Nav Developer that is working on a Web Integration Project with a PHP developer. I don't know much about PHP and he doesn't know much about Navision.
The Top Screenshot is my Codeunit Function that has been exposed as a Web Service. The bottom screenshot is my .Net code. The highlighted area shows that I added a web Service Reference to my project using the URL of the Web Service.

