6,049 Topics
![]() | |
Hi, I want to trace the SOAP messages using WSE3.0 by enabling trace.I am not able to see the trace output files. Here is what I am doing...I have developed a webservice Helloservice.asmx and configured it using WSEsettings for tracing. Also I developed a client application to test the service … | |
Hai All, I want to create crystal reports dynamically, I don't know the columns i will take it from database at runtime, im getting all data into one dataset and im convrting dataset into xml schama, then im using that xml schama in crystal reports,there i drag n drop all … | |
Hi, I've successfully set up on my website the example geocoded googlemap with markers from here: [URL="http://code.google.com/support/bin/answer.py?answer=65622"]http://code.google.com/support/bin/answer.py?answer=65622[/URL] I now want to add a search box to geocode a typed in location, and re-center the map on that location. The following code works fine: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … | |
Hi all, We are trying to talk through .NET web service to retrieve some data from a windows system. We are using Python and SOAPpy (which is SOAP compatible with python) for this. We are able to talk to the system using this web service and is also able to … | |
when creating jar file i use following command in DOS [CODE] jar cf UIA.jar *.class *.jpg *.html *.xml *.jhm *.jar [/CODE] then i adding manifest by typing following command in DOS [CODE] jar cvfm UIA.jar mainClass.txt [/CODE] when i double click the jar file, nothing come out, i think maybe … | |
Hi All, I am thinking, it would be best to generate the complete Javascript Code for the navigation menu within a Java-Class and call this functionality out of the JSP page. To make it easier to maintain the menu-structure and all the therefore needed information, we had the idea to … | |
Hello Friends, I am developing one windows application in that application Client sending one XML String using HTTP Post method. it is like, <Student><ID>415<ID><Name>XYX<Name><Add>MUMBAI<Add><ContactNo>9302154789<ContactNo> </Student> For this string I want to develop one web service wich accept this string plz help me. As well as on client side I am … | |
I have some data that I want to store in the DB2 9. Should I store this data as XML schema or relational schema? | |
I have an external app that writes out a very basic xml files that contains data that needs to be processed. For Example, one type of job would be a simple file copy. So in the XML file there would be (among other bits of information about the job) things … | |
Hi All, I have just converted a few projects (Web Application, Web Service) to .Net 2005. The web application calls the web service using javascript from the client side. I am getting Error 401 - Unauthorized Access. I understand how to get around this error on the server side (i.e. … | |
Hello, I am using ServerXMLHTTP object to get the source code of any page. wht's hapenning I am requesting a URL Data through above object's method... The URL which i used that redirected to other URL and also retrieving data from that URL. I want that redirected URL name. Is … | |
I am sending a query result (query in CF8; data in MS SQL Server 2005) to an XML output (using the <cfxml variable="outputname"> and <cfcontent type="text/xml"><cfoutput>#toString(outputname)#</cfoutput> tags), using CF8. When the output (in SQL Server as nvarchar) contains special characters like "-40° to 70°C" the ° symbol causes the error; … | |
Hi, I use following example XML file and want to extract child nodes by given 'paths'. <?xml version="1.0" encoding="UTF-8"?> <Element> <Title ElementID="SL17681">title</Title> <Element> <Title ElementID="SL17682">title 2</Title> <Para id="target022"> Der <Comment id="SL17882"> <User> Test1 </User> </Comment> Anwender <Comment id="SL17868"> <User> Test2 </User> </Comment> muss <Comment id="WRONG023"> <User> Test3 </User> </Comment> sehr … | |
Hi, I was wondering if anyone can think of a way for me to exclude leaf nodes from my output using x-path? The trick here is this must be dynamic as leaf nodes can occur in the 2nd and 3rd level of a treeview in ASP. I have found several … | |
My computer shuts down for no reason at all. It does not matter what I am doing, but is more prone to do it on 'secure' sites - eg. Internet Banking. I thought I had a hardware problem, so have replaced motherboard, processor and memory. It ran fine for 3 … | |
Hi All, I had created application where once you log in into index.jsp page, the next validateuser check for validation. but when i fill the form of username and password the error shows like: [COLOR="Red"]The requisted resources are not available[/COLOR] Here my context.xml [code=xml]<?xml version="1.0" encoding="UTF-8"?> <Context path="/student" docBase="student" debug="5" … | |
Any idea how to secure IBM WAS/ apache/tomcat any fast tutorial? I need to help one of my friends to secure his apache and WAS any help would be appreciated. | |
Hi, I have a problem. I need to read some data from a text file and need to put it into XML file using VB6. I have the follwoing input from the text file: Suite id="ADD" description="Add Validation Suite" TestCase id="ATC_V_Add001" and so on.......... and I want the following format … | |
I am getting information from a database and reading it into an xml file - I've tested the SQL and it works just fine on the database I am using - but it won't return anything once I've got it and am trying to use it. Here is my code: … | |
Hey, I'm attempting to write an XML parser in C++, and I have some questions on some XML syntax. First: what is the rule for what goes between the end of the last attribute and the end of a tag? E.g.: is this ok:[ICODE]<tag attribute="value" >[/ICODE]? is this ok:[ICODE]<tag attribute="value">[/ICODE]? … | |
So far i have managed to butcher some code i found around 12mth ago to allow me to read the relevant node but i'm struggling to find out how to edit this node value and save the xml file. I cant find where i got this from or anything similar. … | |
hi... can anyone help me, everytime i open a folder or click on anything on navigation toolbar it showing critical error please download antivirus... how can i get rid ofem"? can some one please review my log and let me know if u see a virus? Logfile of HijackThis v1.99.1 … | |
Hi, friends I am developing project in which I get some data from the database which is already saved as HTML. I can get get whole data which is simple HTML but this database content is developed as below. Word file first created save it as the web content and … | |
Hello I have a csv file which I am parsing into XML with this code : [code] <?php /** * Converts a CSV file to a simple XML file * * @param string $file * @param string $container * @param string $rows * @return string */ error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", … | |
By Sayed, June 25th, 2008 * Single tier applications are easier to design. Single tier applications mix data, presentation, business logic altogether. It is easier design but workload distribution becomes difficult. Moreover, software maintenance becomes a big headache. * Multi-tier applications can address these challenges. Here, the application, hence, the … | |
Hi, Does anyone know if installing the security updates: Security Update for CAPICOM (KB931906) and; Security Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB936181); from Microsoft Update causes a sudden increase in memory usage. The number of processes running on the machine has also increased. I read … | |
Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages … | |
i wont to make a yahoo style layout showing just 2 sections the Entertainment and the New i am new and looking forword to finding the right code for this. anyone know where i can find it? i am useing a k-search script you can see at askmet.com | |
I need to work with a nested for-each loop in XSLT. Below is the code. Please note that I am using grouping here. [code] <xsl:key name="list" match="video_card" use="id"/> <xsl:for-each select="(//video_card)[generate-id(.)=generate-id(key('list', id))]/id"> <div class="show_config_list"> <xsl:for-each select="key('list', .)"> <xsl:sort select="config_name"/> <input type="checkbox" class="config_list" value="{config_id}" name="cfg[][id]" [B]id="cfg_{position()}"[/B] checked="checked" /> </xsl:for-each> </div> [/code] If … | |
Hi I have data in xml format ..i want to extract attribute values from my database ..to display it ...which tolls will be best ?? ne suggestions ? thnx | |
Outlook Version: Outlook 2003 (11.8206.8202) SP3 Windows Version: Windows XP 5.1.2600 SP2 Build 2600 An extremely annoying but minor problem with Outlook 2003: 1. "Ocassionally" (not sure what triggers it), Outlook will lose all of my Favorite Folders -- these are the list of folders I have placed a shortcut … | |
Hi my name is glenn, my computer is currently running slowly, and when i turn it on, i have to physically go to my task manager and launch windows. i got this virus by accidently clicking a link on MSN....can anyone help me? anything would be much appreciated, as im … | |
I want to query exchange server through my php script. I downloaded class_http.php and class_xml.php. I am trying to run the example php script to find all the folders in the inbox for a user named 'twolf'. I changed the following parameters as follows: $exchange_server = "http://mail.msm.edu"; $exchange_username = "dkv@msm.edu"; … | |
the other threads are not displaying properly on my comp i am getting a white space where the replies and post are meant to be. here is the combo fix log without the snap shot section ComboFix 08-06-20.4 - Admin 2008-06-27 10:44:55.3 - NTFSx86 Microsoft Windows XP Professional 5.1.2600.2.1252.1.1033.18.431 [GMT … | |
Hi, Anyone know how to pass XML string to WSDL Webservice using SOAP with VB.Net. I have student records Webservice at client side so i want to pass XML string to client side feedback to this they will give Acknowldgement or response. If any one have idea how to do … | |
![]() | [url]http://www.further-flight.co.uk/index_20080613.php[/url] I would like the background to appear underneath the horizontal menu on this page. My code currently looks like this: HTML: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script src="/style/equalcolumns.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="http://www.further-flight.co.uk/style/20080613.css"/> <title>FURTHER FLIGHT</title> … |
Hi; I have an XML document , and I need to go thorugh all the nodes and get the values and store it in an object. I need to traverse through all the nodes and get the values. How do I do it. This is my XML . Please help … | |
ComboFix 08-06-20.4 - Admin 2008-06-27 10:44:55.3 - NTFSx86 Microsoft Windows XP Professional 5.1.2600.2.1252.1.1033.18.431 [GMT 1:00] Running from: C:\Documents and Settings\Admin\Desktop\ComboFix.exe [color=red][b]WARNING -THIS MACHINE DOES NOT HAVE THE RECOVERY CONSOLE INSTALLED !![/b][/color] . ((((((((((((((((((((((((((((((((((((((( Other Deletions ))))))))))))))))))))))))))))))))))))))))))))))))) . C:\WINDOWS\BMbf924418.xml C:\WINDOWS\pskt.ini . ((((((((((((((((((((((((( Files Created from 2008-05-27 to 2008-06-27 ))))))))))))))))))))))))))))))) . 2008-06-27 … | |
Hi, I have my xml like below <compType> <round roundNumber =1 name"xyz"> <fixture fixtureId="1063" status="NotStarted" > </round> <round roundNumber =1 name"dgb"> <fixture fixtureId="334" status="NotStarted" > </round> <round roundNumber =2 name"dgb"> <fixture fixtureId="334" status="NotStarted" > </round> </compType> I know I can group the rounds with the same round number but still … | |
I'm looking for a good DHTML menu that uses xml to dynamically populate the menu the sub menus can be edited so I can update changes to a xml file using php I looked everywhere and could not find any good DHTML menu that can be used with php | |
Hi, i am currently devloping our own version control system. i want to compare two xml file by using sax parser in java. can any one give the source code to me or post to <<email snipped>> | |
Hi, I'm new to Perl, I installed ActivePerl in my machine and it is running properly. But when I'm trying to open a CGI using Tomcat I'm getting HTTP Status 404 error. I also did the following Altered Tomcat's C:\apache-tomcat-6.0.10\conf\web.xml file a) There's a CGIServlet that's commented out; so I … | |
I need to be able to parse out data fields from Open Office documents on the fly. I'm using tbsooo_class.php and I have a number of files with variable fields embedded. The code I have, derived from TBS (tiny but strong) parses out only the text. I need the entire … | |
how can we sent multiple values in xmlHTTP respnse, [ICODE] var xmlHttp function [B][COLOR="red"]callAjax(id)[/COLOR][/B] { if (id.length==0) { document.getElementById("txtHint").innerHTML="" return } xmlHttp=GetXmlHttpObject() if (xmlHttp==null) { & so on.................... ................................ [/ICODE] i want to add "id2" variable also like [B][COLOR="Red"]callAjax(id,id2)[/COLOR][/B] how can we do it?????? secondly, how can we intiame the … | |
How do you add directories whose absolute path cannot be guaranteed. For eg, in the directory structure below, I would like to add the "personal", "personal/util", "personal/net" and "personal/lib" directory to sys.path. The "Python" directory could be sitting anywhere in the file system. I added [B]sitecustome.py[/B] to "Lib/site-packages", however, I … | |
hey guys how are you all? i am recieving the following error in all my pages except my homepage on internet explorer. [code]Line: 49 Char: 1 Error: 'null' is null or not an object Code: 0 URL : http://www.worldofpakistan.net/register.phpLine: 49 Char: 1 Error: 'null' is null or not an object … | |
I've been trying to figure out the best way to fix this problem for the past half day. I fixed some other issues with the image, but now I can't get it to be centered like the header image above it with the words on the gray line. I want … | |
hey guys, the browser gives the following error when i open my webpage. [code]Line: 49 Char: 1 Error: 'null' is null or not an object Code: 0 URL : http://www.worldofpakistan.net/register.php[/code] the code of the page is as follows: [code=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" … | |
I am developing a webservice here i ahve to give the url to the customer he will add the string to that url so that my service should update the database automatically.I had developed a small add method web service which takes two integers as input and gives added value … |
The End.