<?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: Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6541.aspx</link><pubDate>Wed, 15 Jun 2011 19:56:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6541</guid><dc:creator>m.mehr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6541.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6541</wfw:commentRss><description>&lt;p&gt;I am a newbie, and I have no idea what is going on in that SQL Server db, but what about moving the SQL Server data to Method, then creating your reports using Method Report Writer?&lt;/p&gt;
&lt;p&gt;Just another idea to chew on!&lt;/p&gt;</description></item><item><title>Re: Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6538.aspx</link><pubDate>Wed, 15 Jun 2011 19:26:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6538</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6538.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6538</wfw:commentRss><description>&lt;p&gt;Not exactly the answer I wanted to hear, but it does save me a lot of time trying to figure this out.&amp;nbsp; Thanks for the reply!!&lt;/p&gt;</description></item><item><title>Re: Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6532.aspx</link><pubDate>Wed, 15 Jun 2011 14:21:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6532</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6532.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6532</wfw:commentRss><description>&lt;p&gt;Hi CDS_Josh,&lt;/p&gt;
&lt;p&gt;Althought I&amp;#39;m not a developer, I do know that you won&amp;#39;t be able to use Crystal Reports with Method even with using the API. &amp;nbsp;You can extract the data you want using the Method API and then use Crystal to create the reports. &amp;nbsp;However, you won&amp;#39;t be able to make a direct connection to the Method database throught the API to load the data in Crystal. &amp;nbsp;Not sure that&amp;#39;s the answer you wanted to hear. =)&lt;/p&gt;</description></item><item><title>Re: Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6514.aspx</link><pubDate>Mon, 13 Jun 2011 20:12:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6514</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6514.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6514</wfw:commentRss><description>&lt;p&gt;Some more information that might help:&lt;/p&gt;
&lt;p&gt;Here are the screenshots of the information I have to use to setup the
report in Crystal Reports&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue1.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue2.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue3.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;I am not sure what to put for the schema location but apparently I have to
put one in or I get errors&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue4.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue5.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Here are all the Parameter I have to manually put in (the astericks are just for
this picture, I put the correct values in).&amp;nbsp; This is pulled from an Excel
API that I am currently using successfully.&lt;/p&gt;
&lt;p&gt;Here is the error message I receive:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue6.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;Then if I uncheck the &amp;quot;Specify Schema File&amp;quot; from the first screen
above, i get this error:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i249.photobucket.com/albums/gg233/BassmanKitz/MethodAPI/CR_API_Issue7.jpg" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;I was thinking about using a local schema file, but I am still new to the
XML stuff.&lt;/p&gt;
&lt;p&gt;I hope someone can help me out with this.&lt;/p&gt;</description></item><item><title>Re: Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6510.aspx</link><pubDate>Mon, 13 Jun 2011 16:57:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6510</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6510.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6510</wfw:commentRss><description>&lt;p&gt;OK, I just found out that if I leave the User Name and password sections blenk, I now have populated Services, Ports, and Method sections.&lt;/p&gt;
&lt;p&gt;However, if I try to choose one of those, I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;Logon Failed.&lt;/p&gt;
&lt;p&gt;Details: Schema File is invalid&lt;/p&gt;
&lt;p&gt;error: TypeArray@http://schemas.xmlsoap.org/soap/encoding not found&amp;quot;&lt;/p&gt;
&lt;p&gt;Hope someone can shed light on this matter&lt;/p&gt;</description></item><item><title>Using API in Crystal Reports</title><link>http://forums.method.me/cs/forums/thread/6509.aspx</link><pubDate>Mon, 13 Jun 2011 16:33:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:6509</guid><dc:creator>CDS_Josh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/6509.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=6509</wfw:commentRss><description>&lt;p&gt;I have a customer that is using several crystal reports on a custom database in MS SQL.&amp;nbsp; They wanted me to figure out a way to incorporate Metod data into these reports and I think this API is a way to do so, but I just cant figure it out.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Has anyone sucessfully retrieved Method data in Crystal Reports?&amp;nbsp; If so, can you please help me out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If not, there is an XML Data source reference in Crystal reports, but I am not sure of all the configuration:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) HTTP WSDL URL (I used: https://www.methodintegration.com/MethodAPI/service.asmx)&lt;/p&gt;
&lt;p&gt;2)HTTP(S) Username and Password (I used mine)&lt;/p&gt;
&lt;p&gt;3) Service, Port, Method (these are the values I have no idea what to use since they are blank)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can this be accomplished?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>