577 Topics

Member Avatar for
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 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 Dsiembab

I have a xsl file that is saved as whatever.php. the style sheet is called by <?xml-stylesheet type="text/xsl" href="whatever.php"?> I get an error on firefox that it does not have the correct mime type. I save the xsl file under php because I need to use php in the code …

Member Avatar for Dsiembab
0
177
Member Avatar for Cragdo

Hi folks, I been asked to post data from a form to a msg broker system being tested by an external team. I have been told that all I should do is post the data using http request in the following format to a server. [code=javascript] var http =new HttpClient(); …

0
129
Member Avatar for marina7

Need Advice :) I create and support sites, using program DreamWeaver and FrontPage. Suggest please: 1. desktop program to create RSS feeds in WYSIWYG mode; 2. program for automatic RSS feeds generation. Thanks all! Have a nice day!

0
41
Member Avatar for Shruthi_R

[COLOR=#0000ff] [/COLOR] I have a XML file in the format below i need tp parse them and retrieve values from them and store it in database can anyone give an idea abt how to start the application is the system.xml namespace is enough to accomplish my task or i need …

Member Avatar for FunkeyMonkey
0
81
Member Avatar for Chris147

Hi All, I'm completely new to XML & SOAP so please bear with me if I sound stupid. I regularly write code in VBA and VB6 and have been asked to create a function that will link to a webservice (that requires a Username and Password) via SOAP and extract …

0
51
Member Avatar for caryraleigh

I needed some advice/help in creating the XML data file from Word. I want to let the Question Specs writer(who don't know XML) to use the Word for them to create the Question Specs. Here is what I want my XML file to be like with the details that I …

Member Avatar for iamthwee
0
82
Member Avatar for remy nation

So here it is....as I was getting ready to upload the website I so painstakingly build for a week through Dreamweaver...I was getting an ftp error so I decided to try a different ftp client, naturally I removed it from Manage Sites...but amidst I have also click on importing the …

0
67
Member Avatar for stoffal

Hi! I would like to use a webservice which offers to layout a graph structure automatically. Regarding the WSDL description it looks pretty simple: [url]http://cmap.ihmc.us/xml/LayoutWebService.html[/url] You input the graph data, and you recieve back graph data including the optimal x/y coordinates. Please note that this webservice requires the data in …

Member Avatar for jwenting
0
93
Member Avatar for Kokliushas

I have to take information from other website. For example from [url]http://www.wordreference.com/enit/hello[/url] I have to get the source and parse the meaning of the word "hello" in English. Any ideas?

Member Avatar for jwenting
0
65
Member Avatar for jclethiec

Hello I have a SOAP service who get me a list of customer object, this service is very slow and i don't why. Configuration : j2sdk 1_4_2_12 jakarta-tomcat 5.0.28 soap 2.3.1 the size of return xml file is about 200 kb and the object type returned are quite complex Server …

Member Avatar for jwenting
0
74
Member Avatar for edmicman

I'm working on an ASP.NET 2.0 app with WSE 3.0, that is trying to connect to a web service that was written with ASP.NET 1.1 and WSE 2. It's close, but when I try to actually retrieve data, I'm getting this error: [QUOTE]System.Web.Services.Protocols.SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> …

Member Avatar for edmicman
0
323
Member Avatar for Yuki H.

I was wondering- is xml sort of considered like a stylesheet? (example: css) or is it more considered something like html? where you make tables and such.

Member Avatar for meaculpa
0
339
Member Avatar for donkey

I have created an RSS Feed already. i was wondering what extra pieces i need to make it a podcast. what defines whether it is an RSS or a Podcast feed?

0
69
Member Avatar for ryy705

Hi, I trying to learn SOAP from [URL="http://www.w3schools.com/"]http://www.w3schools.com[/URL] . The tutorials are not bad but I still have some questions. [code] <?xml version="1.0"?> <soap:Envelope xmlns:soap="[URL]http://www.w3.org/2001/12/soap-envelope[/URL]" soap:encodingStyle="[URL]http://www.w3.org/2001/12/soap-encoding[/URL]"> <soap:Body> <m:GetPrice xmlns:m="[URL]http://www.w3schools.com/prices[/URL]"> <m:Item>Apples</m:Item> </m:GetPrice> </soap:Body> </soap:Envelope> [/code] 1) What EXACTLY is the purpose of namespaces? 2) Why use multiple namespaces? Why is there …

Member Avatar for ryy705
0
144
Member Avatar for fray

I am wanting to replace the two values 560, 420 with two xml variables in the following code <a href="#" onmouseover="zoom(560,420,'logo','in')" onmouseout="clearzoom()">Zoom Out</a> I have tried the following without success: <a href="#" onmouseover="zoom("<xsl:value-of select='imagesize/@width'/>","<xsl:value-of select='imagesize/@height'/>",'logo','in')" onmouseout="clearzoom()">Zoom In</a> Zoom is a Javascript function in the xsl code - function zoom(originalW, originalH, …

Member Avatar for MattEvans
0
91
Member Avatar for Suril :)
Member Avatar for jwenting
0
82
Member Avatar for ShipraSingh

I get the following error message when I try to test Apache SOAPServer by pointing my browser to [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] [B]exception[/B] javax.servlet.ServletException: javax/mail/MessagingException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:105) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [B]root cause[/B] java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:55) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) I have set my class path's to: ;C:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\soap-2_3\lib\soap.jar;C:\soap-2_3; …

Member Avatar for jwenting
0
163
Member Avatar for NuGG

I have multiple pages with the same information on them (forthcoming events information), and when that information needs to be changed i have to change every page which takes time. I was wondering if XML can be used to change the information on the pages by editing one central XML …

Member Avatar for jwenting
0
130
Member Avatar for Kiran1

[COLOR=#000000]What is main function of SOAP message for web services:[/COLOR] [COLOR=#000000] a) Web service server configuration b) XML form of method invocation c) XML form of signatures of exposed business logic methods d) Semantic specification of Web services [/COLOR]

Member Avatar for jwenting
0
46
Member Avatar for moodi24

I am conducting a research on the development of OLAP applications using JAVA language and SQL server Analysis Services 2005. For this, I am using XMLA for communication and also the SOAP API's. I have previously developed an application using sql Server Analysis Services 2000. Can any one tell me …

0
76
Member Avatar for bazmanblue

can somone tell me what this means and how to fix it please [xML] Invalid at the top level of the document. Error processing resource 'http://freeaddsgalore.me.uk/sitemap.xml'. Line 1, Pos... [COLOR=blue]<?xml version="1.0" encoding="ISO-8859-1"?>[COLOR=blue][/COLOR][/xml][/COLOR]

Member Avatar for katarey
0
126
Member Avatar for kermit007

I have been stumpted with this problem for a couple of days now and can't figure out what i am doing wrong. I am trying to build a XML Document object and then create a Envelope, which is where the problem occurs i get the an error when i try …

0
57
Member Avatar for JyotiKulkarni

I am MS Toolkit 2.0,for creating a soap client. I am able to connect to server and get the response ,but when I try to load XML programmatically,its not getting loaded. What could be the problem? Reader->loadXML(someparameteristhere);

0
74
Member Avatar for TwilightKitsune

[I][COLOR=Navy]Hi, I'm new this forum and I don't know if this is in the right place. If it isn't, I apologize. Anyway, for my Senior project I'm creating a toolbar for Firefox. I was wondering if there was a way for me to create an external javascript file to put …

Member Avatar for TwilightKitsune
0
84
Member Avatar for pamararaj

HI All, Iam invoking a registered SOAP Service with URI 'uri:StartServer' and a method startaService(). I have a SOAP client myClient() which calls the method startaService() in the SOAP class StartServer (registered as uri:StartServer). But my method calls some CORBA functionalities insite the method. SO I need to pass some …

0
65
Member Avatar for timhysniu

Hello there, We are using XSL transformations using XML for one of our sites. Anyway the idea is to show everything styled just like a regular html. I have a problem though. I have a node that looks like this. When I display it it will show on browser as …

0
68
Member Avatar for hbmarar

Hi , Good Morning! Doubt : How to add a hyperlink in xml file. System: Need to plot points on a map.This points x,y coridinates a link is the information contained in the <node> tag.I use php to write this xml file by taking information from the database at each …

Member Avatar for hbmarar
0
141
Member Avatar for beatle555

Are U A Jaxian? My Latest Project Deals With Ajax And Soa Concepts And Just Wondered How Many Dw Members Are Using Ajax.

0
85

The End.