3,634 Topics

Member Avatar for
Member Avatar for stevestare

I have a data base with multiple Tables, columns and Rows I need to produce an XML file. I'm required to send ALL columns even those that are NILL. In SQL 2005 I can use FOR XML ELEMENTS ISINIL, however I'm using SQL 2000 so I can't get the NILL …

0
59
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 sunflower_rahul

hi , i have to display the xml in jsp (Tree Format) .Using DOM ..its very expensive becoz its a very big xml. I have xml in string format in jsp. For example: String xmlString =" <ALARM_CONFIG_DETAILS><ALARM_TYPE_DETAILS><ALARM_TYPE>test</ALARM_TYPE><ALARM_TYPE_DESCRIPTION>efe</ALARM_TYPE_DESCRIPTION><ALARM_OPERATIVITA_DESCRIPTION>dfsdf</ALARM_OPERATIVITA_DESCRIPTION><ALARM_IS_AUTOMATIC_CLOSED>y</ALARM_IS_AUTOMATIC_CLOSED><ALARM_TIMER>gfdg</ALARM_TIMER><ALARM_OWNER_ID>5</ALARM_OWNER_ID><ALARM_SIGNALING_TABLE_NAME>3333</ALARM_SIGNALING_TABLE_NAME></ALARM_TYPE_DETAILS><COMMENT_DETAILS><COMMENT_TYPE_ID>1</COMMENT_TYPE_ID><COMMENT_TYPE>dgsdg</COMMENT_TYPE></COMMENT_DETAILS></ALARM_CONFIG_DETAILS>"; Thanks Rahul

0
48
Member Avatar for autocrat

Okay - there is no otherway to phrase this ... [B]Help![/B] I am not a programmer, never claimed as such... but I do use a php based CMS, which I adore - Xaraya. So I am building a site for a client, and it's gotten to be a rather ugly …

Member Avatar for autocrat
0
235
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
243
Member Avatar for taku

Hi, as newbie in c, i have some problems with my code. I don't know how to read data from into array, and second, how i can compare data in array? [code= c ] #include <stdio.h> #include <conio.h> #include <string.h> int main (void){ int i; char line [240], *pos; char …

Member Avatar for iamthwee
0
103
Member Avatar for michael.ngobeni

Hi guys I have a tricky XML/Java situation that I need some tips on I have an XML file <country> <country-name code=”USA”> <city>City1</city> <city>City2</city> <city>City3</city> </country-name> <country-name code=”FRA”> <city>City1</city> <city>City2</city> <city>City3</city> </country-name> </country > Firstly I need to count how many cities per country. I know I have to get …

Member Avatar for orko
0
210
Member Avatar for Turendur

Ok is it possible for someone to write a comment above the first line that is about iso stuff... and have it not affect anything?

Member Avatar for Fungus1487
0
51
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 programming :) ) i'm given this xmlrpc server code in python and i wish to connect it …

0
53
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 programming :) ) i'm given this xmlrpc server code in python and i wish to connect it …

0
98
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 staneja
Member Avatar for jwenting
0
60
Member Avatar for lollerskates

Hi, just wondering if anyone knows where I could get a tutorial or even just sample code of a delphi application writing an XML file? I've tried google (obviously) but had no luck. Thanks!

Member Avatar for lollerskates
0
168
Member Avatar for m-soft

Hello, I try to read a xml file with this schema: - <item> <title>some text</title> <link>link</link> - <description> text ok <br /> I can't see this text </description> <imedia:thumbURL>link</imedia:thumbURL> </item> When I write: echo $rss_channel["ITEMS"][$i]["DESCRIPTION"]; I can see text ok, but from <br /> I can't see nothing. I tried …

Member Avatar for digital-ether
0
160
Member Avatar for ShawnCplus

I've been trying to decide how to handle saving game data. At first I was using plaintext which is quick and straight forward but also very, very ugly. I wanted to delve into the world of XML to save data since although it is a bit slower since it has …

Member Avatar for jwenting
0
131
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
54
Member Avatar for kobi

Hello There im trying to populte treeView control with xml file The tree is beeing populted but with the nodes tages name like in this Case child i just want to show under General -var3 -var 4 and NOT x NOT(as it happen) General -child ---var 3 -child ---var 4 …

Member Avatar for iamthwee
0
202
Member Avatar for Alexandro

I use PHP to access a XML data file. I don't want that XML to be access by browser(see) access only data with php. How to block the access to the XML for everithing else except the PHP file?

Member Avatar for stymiee
0
116
Member Avatar for shaun09

Hi i'm a newbie trying to learn something. I downloaded ireport and have designed my report. It connects to the database and retrives the value with no problems. When i build the report i'm able to see it as a Pdf and it works. My question is how do i …

Member Avatar for Byaptia
0
255
Member Avatar for shinyhappygem

Hi all, I warn you now, I'm a newbie, so please be gentle!! I've installed Visual Studio and the .NET framework, started IIS, saved my test aspx file in a folder in the Inetpub/wwwroot/.. folder. When I run my test asp page (just a simple html page saved with a …

Member Avatar for jbennet
0
103
Member Avatar for Sebarry

Hi, I have a Javascript function that creates an Ajax request, returning an XML document into [inlinecode]transport.responseXML[/inlinecode]. I want to process this document but without hardcoding each tag name i.e. [inlinecode] xmlOptions[0].getElementsByTagName('salary')[0].firstChild.data [/inlinecode]. I would like to iterate over the XML document and find each tag and its value. The …

Member Avatar for stymiee
0
72
Member Avatar for sarath.koiloth

[B]Frnds, I am new to Xml,I had to develop a DTD for one application.I can develop the basic functions correctly.But I want to validate attribute value which should take only numbers,and also In the attibutename must be capital letter. Please advice.. Thank You Sarath. [/B]

0
52
Member Avatar for wijaya

Hi, I'm a new programming using SOAP via HTTP, some requirements from my partner need this header: POST /mm7extadapter HTTP/1.1 Content-Type: multipart/related; boundary="soap-border"; type="text/xml"; start="mm7-submit" Authorization: Basic Og== User-Agent: Java/1.4.2_08 Host: 10.23.48.130:9500 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-Length: 2205 I'll be use ASP Script to …

0
59
Member Avatar for Alexandro

I need to parse a element from a XML file: <a> <b>45</b> <c>67</c> </a> <a> <b>98</b> <c>89</c> </a> So I try to read and put in a html element the first value of b with the next code: [CODE] document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].data; or document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].value; [/CODE] and I get a undefined message.Where is …

Member Avatar for Alexandro
0
315
Member Avatar for Dsiembab

It's not much but it utilizes the noaa weather service to get the weather by zip code or city, state, or state abbreviation or full state name I was wondering if any one could let me know how I could speed up the response time. Thanks it's at [URL]http://www.askasmartguy.com[/URL]

0
60
Member Avatar for vijaygandhi559

Hi I am trying to use xpath and xml parsing through java. I am completely new to this. I have an xml below and I need to extract the text which says ....."cn=GSTDealer,ou=affiliations,dc=tis,dc=,dc=com,ou=portals,ou=spec,o=teds" and also the text which starts with " Group object missing user " This is the xml …

Member Avatar for masijade
0
157

The End.