Skip to: site menu |main content

Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.

Advertisements

Contact me to place your Ads Here..

Powered by Drupal, an open source content management system

Syndicate

Syndicate content

Authenticate

Avectra Xml SOAP Web Service supported operations

Avectra Xml Web Services with Authentication Token release: http://www.avectra.com/2005/ - For additional information or for questions concerning xWeb please navigate to netForum xWeb Online help at http://wiki.avectra.com/index.php?title=XWeb. Please note: all xWeb message exchanges are recommended to occur over SSL.
The following operations are supported. For a formal definition, please review the Service Description.
Authenticate

Authenticate operations SOAP netForumXML OnDemand avectra

Passing correct credentials to Authenticate method will return an authentication token - without an authentication token, the rest of the xWeb web methods will be inoperable. The authentication token is governed by the group privileges assigned to the account invoking the xWeb web methods. Please consult with the administrator of the netForum database to ensure your level of authorization.
Test
The test form is only available for requests from the local machine.
SOAP 1.1

Calling Authenticate with PHP Xweb xwebSecureClient Avectra netFORUM

This is a small sample adapted from the xwebSecureClass that shows calling the Authenticate method and getting the soap headers.

NOTE: This code was adapted on the fly and is untested right now, if you find success or bugs please update the code accordingly.
<?php
$nfxweb = new SoapClient("https://mynf.mywork.org/xweb/Secure/netFORUMXML.asmx?WSDL",
Array('trace'=>true, //turning on trace=true will let us grab the headers and responses
'exceptions'=>true ));

//these are the params set in the constructor

Syndicate content

Back to top