vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBulletin SOAP API (https://vborg.vbsupport.ru/showthread.php?t=100559)

jsodeman 02-19-2007 11:52 PM

Thanks for the response. That's a shame about the lack of interest, maybe people don't understand the usefulness of a SOAP APi. Anyway, I found the setUser function for adding users.

Right now I've got a problem with sessions and doLogin. The SOAP client is getting a session which is logged in, but then the user gets a second session which isn't logged in. Any ideas?

jsodeman 02-20-2007 06:49 AM

As a note, the "print_r($threadinfo);" is still in the posted files under getPost. Caused me a load of problems til I hunted it down.

cyberbeggar 05-07-2007 10:16 AM

Is there anything like compatible for v 3.6.5 ?

leonsio 05-07-2007 10:19 AM

Quote:

Originally Posted by cyberbeggar (Post 1242964)
Is there anything like compatible for v 3.6.5 ?


should work with some changes

Disi 07-15-2007 10:31 PM

Useing vB 3.6.3
PHP Code:

[message:protected] => looks like we got no XML document

$connect
= new SoapClient('http://forum.domain.tdl/soap/server.php?wsdl');

$params=array(  'key'           =>      'thekey',
                           
'password'      =>      'test',
                           
'username'      =>      'test'
                                
);

    
$result=$connect->getLastPosts(20);
    
print_r($result); 

Any idea?

leonsio 07-16-2007 05:42 AM

look in the error-log from your webserver

Disi 07-16-2007 09:47 AM

No errors, everythings seems to be fine. there are only new entries in the access log

Code:

web - - [16/Jul/2007:12:52:02 +0200] "GET /soap/server.php?wsdl HTTP/1.0" 200 20123 "-" "-"

p57a4ffd5.dip.t-dialin.net - - [16/Jul/2007:12:52:02 +0200] "GET /index.php HTTP/1.1" 200 2433 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"

web - - [16/Jul/2007:12:52:02 +0200] "POST /soap/server.php HTTP/1.1" 200 1657 "-" "PHP-SOAP/5.2.0-8+etch7"


treelovinhippie 08-20-2007 03:24 AM

Does this work for v3.6.8?

There are about 3 of these APIs, and it's exactly what I'm after but none of them seem to work for the latest version sadly :(

JEllis 09-21-2007 02:57 PM

Quote:

Originally Posted by Disi (Post 1292233)
Useing vB 3.6.3
PHP Code:

[message:protected] => looks like we got no XML document

$connect
= new SoapClient('http://forum.domain.tdl/soap/server.php?wsdl');

$params=array(  'key'           =>      'thekey',
                           
'password'      =>      'test',
                           
'username'      =>      'test'
                                
);

    
$result=$connect->getLastPosts(20);
    
print_r($result); 

Any idea?

Any luck solving this "looks like we got no XML document" error? I'm getting it - using 3.6.2.

vhalexxs 11-23-2007 02:50 PM

[24-Nov-2007 00:01:37] PHP Fatal error: Call to a member function unlock_tables() on a non-object "path-"\functions.php on line 5218

using 3.6.8, same as looks like we got no XML document error, any work around?

thanks


All times are GMT. The time now is 12:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01541 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete