On 22 December 2010 19:46, Mariaxx <sannamari28@gmail.com> wrote: > > I'm new to SOAP. I need to pass information via form to wsdl service. > > I'm unable to understand few things: > > 1) Do I need to write <soapenv: Envelope... kind of tags, or do I just get > them by using PHP functions such as $a = new SoapClient() ? > > 2) Do I still need to pass normal HTTP header with XML definition plus SOAP > header + SOAP body with PHP > > I get response from the server saying that my Header is missing. > Also what does this mean: "Uncaught SoapFault exception: [soap:Client] > Fault: java.lang.NullPointerException " > > I'd really appreciate your help. I shouldn't have taken this job : | Take a look at http://old.nabble.com/forum/ViewPost.jtp?post=30277723&framed=y and subsequent messages. They talk about getting taking a wsdl file and creating a set of PHP classes from it, which allow you to talk to the service without the need of creating any XML. The error message you are getting is the same as http://old.nabble.com/forum/ViewPost.jtp?post=30470719&framed=y A possibility to the cause was mentioned in http://old.nabble.com/forum/ViewPost.jtp?post=30480330&framed=y and a possible solution in http://old.nabble.com/forum/ViewPost.jtp?post=30480433&framed=y Richard. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php