577 Topics

Member Avatar for
Member Avatar for raymonddenis

I am working for a company that wants their podcast on iTunes... The thing is that they want a specific URL destination (and not the link from the RSS feed itself) pointing from the iTunes page. I know that the tag to change on the RSS feed is the <link> …

Member Avatar for tinymark
0
152
Member Avatar for raf11

Hi I have looked around the forum but cant find anything about rss feed links. I have managed to get my rss feed working but i want users to be able to click on the title of the rss to take them bk to the orignal website can anyone tell …

Member Avatar for raf11
0
168
Member Avatar for addmaths07

Hey! I am developing a type of an rss reader. Which fetches latest 1-2 feeds from a webserver and publishes them to a subscriber. The problem I am facing is, this [URL="http://www.feedparser.org/"]feedparser[/URL] is using etag and modified date to recognise latest feeds. It works fine with the servers which support …

0
98
Member Avatar for teambuilding

Hi guys, I need to ping a few hundreds of backlinks as only some actually are indexed. Could you please advise what is the best way of creating an RSS from the multipple URLS (hundreds). I remember in the past trying some site that creates RSS feed from the list, …

Member Avatar for antesnop3
0
129
Member Avatar for al2henry

I have created an .xml file with 2 items linking to 2 announcements/news stories on the Conservation News page that I intend to update frequently in the near future. This .xml file has been validated. I would like visitors to the page to be so entranced with the range of …

Member Avatar for al2henry
0
265
Member Avatar for bluesheeva

Hi, I created a new web service and a client that request for this web service by using SOAP message. Before consuming the web service, I created a class that implements SOAPHandler to intercept the soap message and authenticate the client. I would like to redirect the page to registration …

Member Avatar for Daisy_S
0
145
Member Avatar for whitestream6

I am trying to serve up some PHP files as extension-less or as custom extensions (e.g. test.myfile1). This is my current .htaccess: [CODE]#AddHandler application/x-httpd-php .$ RewriteRule ^([^\.]+)$ $1 [T=application/x-httpd-php-source] [/CODE] Previously it was: [CODE] AddHandler application/x-httpd-php .$ [/CODE] Which is better, and how should I go about this? Thanks

Member Avatar for pritaeas
0
107
Member Avatar for Fortinbra

I'm using a silverlight client to consume a custom web service in ASP.NET (.asmx). When running in IIS on my Local Machine (IIS 7.5, Win 7 Enterprise x64), the web service works fine. Trying to connect to my machine from another, I get a cross domain exception. The web service …

0
52
Member Avatar for Naut
Member Avatar for stevenfagan

I'm using ASP to dynamically generate an XML file (for an RSS feed) that pulls information from a SQL DB. Users input the data into the DB using a UI that is a straightforward html form. However, there is a textarea field in that form in which most users seem …

Member Avatar for ArtistScope
0
229
Member Avatar for soft_coder

I need to create a web service for sharepoint whose methods are accessible to outside world.Please let me know how can i achieve this. I am a novice. Please help! Thanks in Advance

0
54
Member Avatar for jaydipsinh

I am using Soap [code=xml]<ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <ds:Reference URI="#id-4453123"> <ds:Transforms> <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> </ds:Transforms> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>'.$ssDigest.'</ds:DigestValue> </ds:Reference> </ds:SignedInfo> <ds:SignatureValue>...How to calculate Signature Value.....</ds:SignatureValue>[/code] .............. Thanks in advance

Member Avatar for jaydipsinh
0
970
Member Avatar for jaydipsinh

In soap header part [code=xml]<soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:BinarySecurityToken EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="CertId-9502902" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">....data....</wsse:BinarySecurityToken> <ds:Signature Id="Signature-12345678" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <ds:Reference URI="#id-4453123"> <ds:Transforms> <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> </ds:Transforms> <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/> <ds:DigestValue>'.$ssDigest.'</ds:DigestValue> </ds:Reference> </ds:SignedInfo> <ds:SignatureValue>.......</ds:SignatureValue> <ds:KeyInfo Id="KeyId-98765432"><wsse:SecurityTokenReference wsu:Id="STRId-33454994" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Reference URI="#CertId-9502902" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/> </wsse:SecurityTokenReference> </ds:KeyInfo> </ds:Signature> </wsse:Security> </soapenv:Header>[/code] Thanks in advance

0
106
Member Avatar for mushget
Member Avatar for Rohlik

Hi guys, I have a problem with this rule in .htaccess [ICODE]#RewriteRule ^(.*).xml $1.php?%{QUERY_STRING}[/ICODE] I need this rule transfer to Lighttpd web-server system. Very big thanks.

Member Avatar for pritaeas
0
134
Member Avatar for kalpaX

Hi, I want to know exactly what is WS-Atomic transaction? please explain what is it it and what does it do on the SOA. thanks.

0
52
Member Avatar for terabyte

How can I make my url [CODE]example.com/query.pl?q=Dummy+Text [/CODE] look like this: [CODE]example.com/Dummy-Text [/CODE] is that possible with .htaccess?

Member Avatar for Barrett1
0
69
Member Avatar for lse123

I use a PHP WS to get country by IP of visitors to my site, well is it needed save this country or, since is easiest save ONLY the IP and country for a particular IP never changes???

0
87
Member Avatar for bhupimahey

Hi i have fetch rss feeds url itms on page .i want that when we click on the particluar rss feed item than fetch that feed full article. If anyone know please tell thanks & regards bhupinder

0
58
Member Avatar for ajittpawar

I have written Java client and service,locator,stub,proxy classes are created in eclipse.I also modified endpoint in locator class.The method we are consuming that is returning an object of class. Below error gettting while running web service client AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.io.IOException: java.io.IOException: java.io.IOException: Non nillable element 'stateCode' is …

0
89
Member Avatar for gedas

hey guys, im creating web service where i have one method in the web server that should be returning me string array. the problem is when i use "design view" to add the operation(method) to the server it does not allow me to chose string array as a return type. …

0
81
Member Avatar for jadeite100

To Whom It May Concern: I am using Rad7, Ibm Websphere 6.1, on Windows XP. I created an SoapHeader first using a string and bind it using jax-ws. It works for jax-ws but unfortunately, my work services uses jax-rpc. Does anybody know how to bind the soap header using jax-rpc. …

0
77
Member Avatar for Lolalola

Hi, i get all europe countries: [CODE]select * from geo.countries where place="Europe"[/CODE] An how now to find the country's cities where country id: (for example) "23424757". I would also like to ask how to get tables all column name. Thanks

0
50
Member Avatar for wickedsunny

Hello, i am running a site consisting mainly of images . the problem im facing is high traffic loads sometimes from social networks on image links directly like : /i/image_123232.jpg instead of the image page. I have developed teh site in a way to use same image name as teh …

Member Avatar for pritaeas
0
123
Member Avatar for dinasavta

when I tried to open Retrovision to continue the film I was seeing yesterday there was a caption saying that I am denied accessto the site and additionally there is an arror 403

0
62
Member Avatar for rudz

I am facing a problem , i cant delete or update or insert in my cms because there is no permission to the folder how i can do it?im working in a local server wwwroot ,please can someone tell me how i can make the permission .thank you

Member Avatar for rajeesh_rsn
0
60
Member Avatar for 101domain

I have seen lots of websites that use Google Snippets to attract the users. What is the correct way to use them and in which part of website these are applied?

Member Avatar for maneetpuri
0
213
Member Avatar for veledrom

Hi, I have a few SOAP+WSDL examples and all work fine. All have this bit in all my WSDL files: [CODE]<definitions name="MyExample" targetNamespace="http://localhost/myapache/friends.wsdl" xmlns:tns="http://localhost/myapache/friends.wsdl" [COLOR="Red"]xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"[/COLOR] >[/CODE] I am wondering if I can host these 3 links (last 3 with red coloured) on my local server as well. I …

0
44
Member Avatar for andydeans

hi, never done this before and wondered if anyone could point me to a fairly simple step by step guide on how to add an rss feed from a site into our own web site? many thanks

Member Avatar for RoseMary3
0
138
Member Avatar for ppetree

Often times I see a SOAP document (blog or example) that references the WSDL from the client side as: [url]http://yourUserid:yourPassword@example.com/foobar.wsdl[/url] as in this example:[code] $client = new SoapClient("https://yourLogin:yourPassword@foo.com/bar.wsdl", array( "login" => "yourLogin", "password" => "yourPassword", "trace" => 1, "exceptions" => 0));[/code] How are they processing the userid/password and managing the …

0
70

The End.