<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Setting up a method account sign up page</title><link>http://forums.method.me/cs/forums/thread/10457.aspx</link><pubDate>Wed, 01 Feb 2012 16:29:40 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10457</guid><dc:creator>Method_David</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10457.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=10457</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;LaCrews,&lt;/p&gt;
&lt;p&gt;Every web method has it&amp;#39;s own error messages, although some will be universal. A short list of messages for MethodAPICreateMethodAccountV3 does not exist however, since there are many and they are dynamic.&lt;/p&gt;
&lt;p&gt;For privacy reasons I cannot tell you a developer using the method. However they are welcome to chime in.&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>Re: Setting up a method account sign up page</title><link>http://forums.method.me/cs/forums/thread/10451.aspx</link><pubDate>Wed, 01 Feb 2012 13:35:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10451</guid><dc:creator>LaCrews</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10451.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=10451</wfw:commentRss><description>&lt;p&gt;Hi Dave&lt;/p&gt;
&lt;p&gt;Just to be clear. &amp;nbsp;You saying that there&amp;#39;s single list of error messages for all of the web service methods rather than a short list for each specific method. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;In this case we are only interested in the error messages for the create account method. &amp;nbsp;I guess we can run a series of tests that cause the errors then log the messages. &amp;nbsp;We are hoping to create an experience similar to what happens when signing up on methodintegration.com and for that we&amp;#39;ll need to identify each error that we intend to handle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you know of a developer who is using this call to create method accounts? &amp;nbsp;Maybe they&amp;#39;ve already dealt with this issue.&lt;/p&gt;</description></item><item><title>Re: Setting up a method account sign up page</title><link>http://forums.method.me/cs/forums/thread/10424.aspx</link><pubDate>Tue, 31 Jan 2012 15:42:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10424</guid><dc:creator>Method_David</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10424.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=10424</wfw:commentRss><description>&lt;p&gt;Hi LaCrews,&lt;/p&gt;
&lt;p&gt;There are many possible return messages, Most revolve around bad data being entered.&amp;nbsp;For example, a required field is not entered, an invalid email address is entered, etc.&amp;nbsp;&amp;nbsp;At this time I do not have a full listing of all possibilities since we try to be as specific as possible.&lt;/p&gt;
&lt;p&gt;However I can tell you the big 3 messages to watch for&lt;/p&gt;
&lt;p&gt;1. Success&lt;/p&gt;
&lt;p&gt;-everything worked fine&lt;/p&gt;
&lt;p&gt;2. SuccessSendToDesktop&lt;/p&gt;
&lt;p&gt;-everything worked fine and a call to the sync engine was made&lt;/p&gt;
&lt;p&gt;3. Failure. The API could not validate your log in.&amp;nbsp; Please make sure you have entered the correct Company Account, User and Password, and that each are spelt correctly.&amp;nbsp; Also, ensure that this User has been configured for Method API access by going to Customize &amp;gt; Users, editing the User, and ensuring that there is a check in the &amp;#39;Is Allowed to Connect via MethodAPI&amp;#39; checkbox.&lt;/p&gt;
&lt;p&gt;-This should be relatively rare, it&amp;nbsp;is our generic catch all. This is usually returned when we have an internal error, e.g. (trying to create an account when we are doing some kind of backend server maintenance)&lt;/p&gt;
&lt;p&gt;Anything outside those 3 should provide you with enough information to resolve the data issue.&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>Setting up a method account sign up page</title><link>http://forums.method.me/cs/forums/thread/10363.aspx</link><pubDate>Fri, 27 Jan 2012 17:49:31 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10363</guid><dc:creator>LaCrews</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10363.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=10363</wfw:commentRss><description>&lt;p&gt;
&lt;p&gt;We are in the process of adding a page to our website that allows someone to signup for a method account using the API call &amp;quot;MethodAPICreateMethodAccountV3&amp;quot;. &amp;nbsp; We need the list of possible responses from this call so we can deal with the error response. &amp;nbsp;I guess the big one is duplicate company name or is there another way to validate this before making the call?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is also posted in the consultants forum. &amp;nbsp;I&amp;#39;m posting here per Danny&amp;#39;s recommendation.&lt;/p&gt;
&lt;/p&gt;</description></item></channel></rss>