577 Topics

Member Avatar for
Member Avatar for sbv

Hello friends.... I an unknown to XML. Is XML is used for Page formatting or as a stylesheet creater etc..... What this code is doing.................. [Code] var screenDocPath = Server.MapPath("screens/"+call+".xslt")//***APP VARIABLE var screenDoc = Server.CreateObject("Msxml2.DOMDocument") screenDoc.async = false screenDoc.load(screenDocPath) <%=dataDoc.transformNode(screenDoc)%> [/code]

Member Avatar for sbv
0
150
Member Avatar for Ezani

Hi all! I'm really excited to be a part of this forum. I'm trying to open a SOAP file from a common dialog in VB6 and then use the MSSOAPReader to read the SOAP file's envelope, body, header, etc. My code is as follows :- [code] Dim Reader As New …

0
110
Member Avatar for TheAlex

Hello...I've been trying to figure out this problem for most of the week - it's my second attempt at any XML and my first at XSLT so I haven't got a complete grasp of what I'm doing yet. Any help will be muchly appreciated. :) The problem is, the code …

Member Avatar for TheAlex
0
188
Member Avatar for cesarcesar

Howdy, I have an PHP page that edits XML files. I want ADD a new *id* attribute to all nodes on the page that do not have it all ready. Then i want to delete all of the values of *id* and set them as an incremental 1-x values down …

0
73
Member Avatar for Dennis_Phils

Hi everyone, I have this code in javascript where the XML file is loaded and displayed to an html using XSLT. It works fine in IE but not in Firefox. My problem is in the looping to the childNodes. It seems that Firefox does not recognize this line of code …

0
70
Member Avatar for majestic0110

How can I view a single xml file I wrote using IE. Have browsed to directory where I saved the file but I gat an error from IE : The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click …

Member Avatar for majestic0110
0
127
Member Avatar for PoovenM

Hey guys, I'm really new to this :icon_confused: I've managed to setup a Web Service and a Client to access the service within Eclipse. However, I want to access a Web Service that already exists. From what I understand, that service must have a WSDL (Web Services Description Language) for …

Member Avatar for PoovenM
0
178
Member Avatar for alanholbert

I want to be able to use a browser to access a servlet. The servlet will processes requests and as a result will query a database. I then want to return the results as an xml file to the browser which will be transformed using xsl. Can someone please let …

0
68
Member Avatar for Roebuc

G'morning, afternoon, night wherever you are ;) I have been working on a website with Coffee Cup and godaddy. I created a form with Coffe Cup's form creator thinking it would be easier, and I am having problems loading it. The first time I tried, it told me I forgot …

Member Avatar for Roebuc
0
114
Member Avatar for Dennis_Phils

Hi Guys... I'm having problem with XML transformation. I have this code where I click a link that will open a new window that is referenced to XML. It works fine in IE but in Firefox, a new window is opened and the contents are not displayed. Here's a code …

Member Avatar for hielo
0
491
Member Avatar for Artemis

Hello, We are re-writing an application and are going to use soap as the communication protocol. Our product is installed on one or more machines in a network and communication is cross-process and/or cross machine. we are looking at iis or a lighter weight host such as cassini. I have …

Member Avatar for brutus9448
0
144
Member Avatar for jnwry

Hello, I'm a little confused about how to parse a nusoap response. I realize that the nusoap response comes within a SOAP envelope. How do I output the nusoap response within my html??

0
52
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page? Thanks

Member Avatar for Fungus1487
0
110
Member Avatar for swetha321

when i was working with the net an error like this came what does be the reason? - do your thing. Start your group.--0-1468579797-1195302955=:75404 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <BR><BR> <DIV><SPAN> <DIV lang=EN-US> <DIV> <DIV><FONT face="Book Antiqua" color=#003366 size=2><SPAN style="FONT-SIZE: 11pt; COLOR: #003366"></SPAN></FONT></DIV> <DIV><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: …

0
45
Member Avatar for marcuskona

Hi everyone im getting this error when i try to execut the code via a browser, its a SOAP call to a footprints webservices server written in php, well it only shows me this error. I pasted the entire code below minus my username and password, :) I also have …

Member Avatar for johnNui
0
131
Member Avatar for ashneet

I know how to use PHP very well and I want to learn how I can implement XML into it. This is because I am planning on developing multi-part program with one main core. Can any one tell me good books which can help me learn XML and how to …

Member Avatar for ashneet
0
58
Member Avatar for claudiu_is

"Model oriented graphs using XML. Then represent with the help of stylesheets, in an intuitive graphic format, the BF and DF Searches of the graph. Also, offer a SVG representation of the search." Do I need to use PHP, or just XML? And if so, in what ammount? What other …

0
84
Member Avatar for Dave Sinkula

I don't know the correct term to use in the title. It's been ages since I've messed with XML, and I don't use it in any professional way, nor am I headed that direction. (Before during and after this question, I will be searching [url]http://www.w3.org[/url] and other sites.) My question …

Member Avatar for Dave Sinkula
0
164
Member Avatar for mike.mclennan

I have created a new XML file and schema that is used to run sql scripts but I am having a problem doing a few things. below is an example of what I am hoping to create. XML file. [code] <root> <script> <name> Script for Upgrading </name> <file> C:\Files\Scripts\Upgrade.sql </file> …

0
83
Member Avatar for rancedowner1234

I have successfully authenticated to a webservice which returns a SAML 1.0 token. I am using Visual Studio 2005 with WSE 3. How do I parse out the SAML token so that I can send it to subsequent webservice calls?

0
56
Member Avatar for nydana8

- Hi, I have an XML file that is a "Now Playing" title file generated by a radio software. I am trying to FTP this file to my web site. However, the file is missing the header tag & the end tag. I know I have to put in an …

Member Avatar for Fungus1487
0
100
Member Avatar for atplerry

PLS friends i an want to learn XML and SOAP what are the material that i need for it and where can i get the material for it PLS and the websit that really talk about it and its tutorial in which area is XMP and SOAP Important and there …

0
47
Member Avatar for jools68

I'm fairly inexperienced with java and haven't had any experience with SOAP at all and have been trying to get a Sample SOAP webapp working. After I startup tomcat and go to [URL]http://localhost:8080/soap/admin[/URL] the Apache SOAP Admin page comes up and if I try to click on any of the …

Member Avatar for venu@baylogic
0
166
Member Avatar for Ifahad

Hi, i AM TRYING TO WRITE MY FIRST SOAP CLIENT IN PHP. wHEN i TRY TO ACCESS A SERVICE I GOT FOLLOWING ERROR. [CODE]Server was unable to process request. ---> Object reference not set to an instance of an object[/CODE] tHE COE i AM USING IS [CODE] class Test { …

0
59
Member Avatar for marcuskona

Hi all heres a problem i have i hope someone can shed some light on i am trying to create a request to our footprints server but have no clue where to start. I no little about soap and from my understanding to make a method call i need to …

Member Avatar for d_cholish
0
241
Member Avatar for xiyann

hi there, i'm trying to connect a python server to vb.net using xmlrpc. i've read all the xmlrpc.net materials in [url]http://www.xml-rpc.net/[/url] but i dun reli understand how xmlrpc.net works (i'm a noob in XML and SOAP :) ) i'm given this xmlrpc server code in python and i wish to …

0
62
Member Avatar for biggie_mac

I'm having problems understanding how soap works. I understood how to build a request but what do you do with it?? what do you do with the xml file that you build?? practicle example/question....i'm using a java application where a user introduces in a form the domain and username. And …

0
68
Member Avatar for maruthuet

Hi I need a solution for POP3 mail server. I need a software for following features. • Retrieve mails from any POP3 server provided by any service provider • All copy of incoming and outgoing mails will be preserved for admins review. •Full featured address book • All mail transaction …

0
58
Member Avatar for eXceed69

If(defined $data->{articleResponse}->{NOTICE}->{COMMENT}->{LR}->{REJECT_INFO}){ If(defined $data->{articleResponse}->{NOTICE}->{COMMENT}->{LR}->{REJECT_INFO}->{ERROR_REJECT_CODE}){ $rejCTag = $data->{articleResponse}->{NOTICE}->{COMMENT}->{LR}->{REJECT_INFO}->{ERROR_REJECT_CODE}; } If(defined $data->{articleResponse}->{NOTICE}->{COMMENT}->{LR}->{REJECT_INFO}->{REJECT_INFO_DESK}){ $rejDTag = $data->{articleResponse}->{NOTICE}->{COMMENT}->{LR}->{REJECT_INFO}->{REJECT_INFO_DESK}; } } Here is a link to for XML-Simple interface just an fyi. http://search.cpan.org/dist/XML-Simple/lib/XML/Simple.pm http://search.cpan.org/dist/XML-Simple/lib/XML/Simple.pm I've encounter syntax errors along the if statements, please let me know what should i do.

Member Avatar for jwenting
0
115
Member Avatar for chandrag

Hi all, Can i access any website's databases using SOAP? OR is there any other way to do it? Hope somebody help with it. thanks chandrag

Member Avatar for jwenting
0
53

The End.