Web Services

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

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

And why didn't you say so but reverted silently to the "cannot work" version?
itsmani1 wrote:$param = array( 'APPCLIENT_ID' => '2220','EVENT_ID' => '159','STARTDATE' => '','INCDAYS' => '');
...
$result = $soapclient->call('GetVenueList',$param,$namespace,$soapAction);
this will not work.
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

anyway now you have better idea of the situation, is there anyway in your mind[/syntax]
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Have you tried the suggestion Posted: Fri Oct 20, 2006 4:01 am or have you not?
What changes did you made therefore to your script ? (show me the code)
What results did you get exactly (copy&paste the output).
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

Well Well Well

Its been solved, there was no problem with the code, problem was with the soap that i was using, yesterday someone gave me correct version of soap and now its working, thanks every one for the help and time

thanks again
Post Reply