Hello there,

I am fairly new on this forum so not sure where to ask this question!!!

I am working on an application where a PHP/SOAP page (using nuspap) is connecting with an ASP.net web service. I can see it connecting however, it is coming up with following error message every time I attempt to connect;

wsdl error: XML error parsing WSDL from [url]http://[URL[/url]]/Service.asmx on line 61: mismatched tag

I have made sure that all values are passed on to appropriate function but no luck.

Has anybody been in the similar situation and willing to assist me on this?

Kind regards,
Assad Gilani

    web services can be tricky. before going any further, are you sure the web service you are accessing is valid? if other people are connecting and using it, then we should proceed. if it's broken, then we would need to know that.

    when you say you 'see it connecting', can you view the response of the web service? are you sure it's properly formatted XML or is it an error message?

    If it looks like valid XML and is what you expect, you may need to try and change some settings in NuSoap or maybe use a different SOAP/WSDL framework. I've had some luck with WSF-PHP but it was REALLY difficult and I had to call the developer who maintained the web services gateway to find out what error he was getting. It can be a total pain.

      Thanks for getting back to me sneakyimp,

      Let me have a look again and I will come back to you!!

      Kind regards,
      Assad Gilani

        Hi,

        I have got it working now ... It wasn't that difficult. I used PHP and nuSoap to solve this issue however I couldn't get my head around XML-RPC or REST.

        Kind regards,
        Assad Gilani

          Write a Reply...