
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.
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
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
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
InderSingh.com v1.2
(May 21, 2012)
Recent comments
17 weeks 14 hours ago
17 weeks 14 hours ago
17 weeks 14 hours ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 32 weeks ago
1 year 33 weeks ago
1 year 35 weeks ago
1 year 39 weeks ago