Search
-
Jason L
I need a little more information about this.
"<?xml version="1.0" encoding="windows-1252" ?><MethodAPI response = "Cannot insert the value NULL into column 'TableARecordID', table 'xxx.dbo.TableB'; column does not allow nulls. INSERT fails."
Is 'TableARecordID' a ...
-
Hi Jason L,
In the second scenario, you don't need to use the recordid after the insert, just the text to write to B. This is because currently the api does a look up internally and grabs the recordid.
I'll illustrate this with an example (It's in C# and assumes you have all the references, etc added). I want to insert an ...
-
Hi Matt,
The dataset should not be returning encoded data, unless it is encoded in the table in your method account.
If the data is encoded you should be able to decode it with a simple .NET HttpUtility.HtmlDecode
e.g HttpUtility.HtmlDecode("&lt;strong&gt;Something Bold.&lt;/strong&gt;") will return ...
-
Sorry Matt,
My last response got submitted while WIP anyway...
I would just put the html in there without encoding the tags
e.g.<strong>Something bold.</strong>
would show up as
Something bold
Dave
-
Hi Matt,
I would just put the html in there without encoding the tags
e.g.<strong>Something bold.</strong>
Dave
-
Hi Matt,
Are the html tags encoded? That would cause them to show up as html code rather than as a formatted body
Dave
-
Hi Matt and LaCrews,
Thank you for bringing this to our attention. The following 2 updates have been made to MethodAPICreateMethodAccountV3:
1. Naming a new company account has been fixed so it follows the same rules as everywhere else in method. i.e. A company account must contain only letters and numbers (no underscores, spaces, ...
-
HI DaveS
Following up a little more on this, we should also point out that we have no other users reporting this. We also use the API on a regular basis for many of our applications and internal functions and have never encountered this problem, nor have we had to resort to implementing Microsoft’s certificate policy code above. ...
-
Hi DaveS,
"1 Method API documentation suggests using HTTPS, is that still true?"
Yes
"2. Is there a limit to the # of API calls such as 1000 per day/ week/ month?"
No there is not....as long as your login credentials are valid use away
"3. Why are the Method API calls not working and what can we do to get them ...
-
Hi Steveb,
Following the article available at http://msdn.microsoft.com/en-us/library/d2s8y7bs%28v=vs.80%29.aspx I successfully generated a proxy class in both C# and VB.Net from the following wsdl https://www.methodintegration.com/MethodAPI/Service.asmx?wsdl
Have you looked into alternate proxy generation methods such as the eclipse ...
|
|
|