SOAP-ENV:VersionMismatch error with soap

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
t_ravichandu
Forum Newbie
Posts: 3
Joined: Fri Aug 20, 2004 4:21 am

SOAP-ENV:VersionMismatch error with soap

Post by t_ravichandu »

Hi all,
i'm using wsdl(SOAP) for my site..
i'v a class, which i am using for instantiation using its constructor...every thing...all the functions in the class work fine...untill they touch the wsdl server part....
i mean...every thing is working fine if i don't use the try;catch block which consist the call to new soapserver and the addfunction and the handle function.....
i'm sure there is no problem with the wsdl file also....since when i use the same wsdl file with out classes it is working fine...
pls help me..
regards
chandu
abertoll
Forum Newbie
Posts: 4
Joined: Tue Apr 12, 2005 12:26 pm
Location: MD

Post by abertoll »

What kind of error are you getting and which version of PHP are you using? I had a similar problem when I tried using PHP 4.

Look here:

http://www.zend.com/php5/articles/php5-exceptions.php

In particular the section : "Error Handling Before PHP 5"

Angelo
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Oh Man! why are you reviving year-old thread :?: Do you suppose he would be sitting there waiting for you all the time to come and reply to his post :?: I see you have posted your SOAP problem but sit still and someone will reply to it.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

n00b Saibot wrote:Oh Man! why are you reviving year-old thread :?: Do you suppose he would be sitting there waiting for you all the time to come and reply to his post :?: I see you have posted your SOAP problem but sit still and someone will reply to it.
LOL... it'll be awesome if he/she suddenly reappears to give thanks for the answer to the question like they still have the error and have been splitting hairs ever since Nov 04.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Oh Boy! That would really be Kickin :!: w00t :D
abertoll
Forum Newbie
Posts: 4
Joined: Tue Apr 12, 2005 12:26 pm
Location: MD

Post by abertoll »

Well you know...

it's nice to be able to do a search online about a problem and get an answer, not just a million other posts of people asking the same question.


;)
Post Reply