Web Tech

It is a Web Technology Blog. It will have article about the PHP platform related technology and about the new things happening in the Web Development world.

  • Recent Posts

  •  

    May 2012
    M T W T F S S
    « Mar    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
  • Tags

  • Del.icio.us Links

Posts Tagged ‘soap’

PHP and SOAP – ah! time wasted unnecessarily

Posted by satya61229 on November 10, 2009

I have written few function where it need to call using SOAP and PHP Curl. I started getting error:
SOAP-ENV:Client
parsing error: org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.

After reading at lots of places I could not find the solution. I read about XML rule – Each element must have a closing element and case must also match, element cannot nest in each other. But I could not find the solution. Then I got that I am not calling it the way I need to call it. and That was the problem.

Then after that I got new error which was coming due to the experiment I was doing for solving the above error. This error was easy to recognize:
Error:
SOAP-ENV:Server
java.lang.NoSuchMethodException: no such method 'do_ota_profilecreaterq' on

This was due to the case not matching with the actual function given to me for web service. Actual was profileCreateRQ().

Posted in php | Tagged: | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.