<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/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>Web Services</title><link>https://www.infopathdev.com:443/forums/48.aspx</link><description> </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: web services client</title><link>https://www.infopathdev.com:443/forums/thread/17602.aspx</link><pubDate>Fri, 29 Apr 2005 12:55:43 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:17602</guid><dc:creator>Sudheer</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/17602.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=48&amp;PostID=17602</wfw:commentRss><description>Hi, &lt;br /&gt;   You can do by making use of HTTP Send BY MAKING USE OF aCTIVEX oBJECT Msxml2.XMLHTTP.5.0. You can create a SOAP Request and call using the object created by MSXml. &lt;br /&gt;var xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.5.0");&lt;br /&gt;    xmlHttp.open("POST",url,false);&lt;br /&gt;    xmlHttp.setRequestHeader('Content-Type', 'text/xml; charset=utf-16');&lt;br /&gt;    &lt;br /&gt;    if (urn.charAt(urn.length-1) == '/')&lt;br /&gt;		xmlHttp.setRequestHeader("SOAPAction", urn + name);&lt;br /&gt;    else&lt;br /&gt;        xmlHttp.setRequestHeader("SOAPAction", urn +"/"+ name);&lt;br /&gt;        &lt;br /&gt;    try&lt;br /&gt;    {&lt;br /&gt;		xmlHttp.send(xmlSoapRequest);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;Hope it may help you since it can be used as generic that for any webservice&lt;br /&gt;&lt;br /&gt;get back if any clarifications.&lt;br /&gt;&lt;br /&gt;Sudheer&lt;br /&gt;&lt;br /&gt;</description></item><item><title>web services client</title><link>https://www.infopathdev.com:443/forums/thread/17456.aspx</link><pubDate>Mon, 28 Feb 2005 19:24:20 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:17456</guid><dc:creator>bfundy01</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/17456.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=48&amp;PostID=17456</wfw:commentRss><description>I want to know if there is a way to programatically generate a library of forms based on a WSDL file.  Doing a form for a single web service method is very easy using the built in wizard.  However, if you have mulitiple web services comprising several dozen methods this is a very time consuming process.  It would seem that there has to be a way to programatically do exactly what is happening in the wizard and then multiply do that for every method it discovers in the WSDL file.  I can't be the first person to think about this so I'm curious if anyone else has tried, suceeeded or has thought of a way this could be accomplished.</description></item></channel></rss>