577 Topics

Member Avatar for
Member Avatar for Dani

Using microdata markup such as this on Dani's profile page with URL http://www.example.com/dani.html <body itemscope itemtype="http://schema.org/ProfilePage"> <h1 itemprop="name">About Dani</h1> <div itemscope itemprop="about" itemtype="http://schema.org/Person"> <link itemprop="url" href="http://www.example.com/dani.html" /> </div> </body> Is it appropriate to set the URL element to the ProfilePage item or the URL element for the Person item to …

Member Avatar for Dani
0
247
Member Avatar for martinkorner

Hi, I am trying to write a .htaccess script that can redirect any URL on my site (whether it exists or not, including sub-domains) to the index page of that site. For example: example.com/pages/page.htm ---> example.com sub.example.com/page.htm ---> example.com error.example.com/error ---> example.com I've tried a few things with mod_rewrite but …

Member Avatar for guruparthi
0
1K
Member Avatar for MSU

Hi, In one of my services in the webservice I have to return an array of objects. I am using Axis1.1 and Tomact6.0 and developing code using eclipse 3.4.1 and JDK5. Here is my sample code This is what my web service has [code=java]public class WebLibSvcs { public List<DocumentInfo> getAllDocuments(BigDecimal …

Member Avatar for Raju_7
0
653
Member Avatar for Determination_1

I want to test SSO (single sign-on) feature using soapUI (I have free version of soapUI 4.5). I need to prepare two requests. First one will have username/password but the second webservice call should use SSO feature and should work without providing username/password. So is there any tutorial for this. …

Member Avatar for Determination_1
0
250
Member Avatar for jalpesh_007

Dear all, I am developing SOAP web service using netbeans. As i have got preferred SOAP request and SOAP response,now i want to add security information like username and/or password in my SOAP header Request. Please tell me how can i modify or add username in my SOAP header Request …

0
254
Member Avatar for Krstevski

Hello friends, this code/snippet is nothing special, just a simple rss reader class written in PHP. Many times in my projects I use this script to get an RSS feed from some website and now i decided to share with you. This script can be useful for your projects or …

Member Avatar for diafol
0
936
Member Avatar for unikorndesigns

Well i know its an online file storage web service but i wanted to know specifically hwo do you use it? Let's say i have web application where people upload a lot of files and later on edit and store those file on the server. Ideally i would save files …

Member Avatar for Colleen86
0
262
Member Avatar for shiv_0013

I am writing a java webservice which has two functions. One has to receive and save two string data and the other has to provide these two data.Suggest me what is the best to achieve this without using a db. I tried the below solution: I had a excel sheet …

0
125
Member Avatar for CreatorZeus

I have been racking my brain trying to think of how this would work to no success. Can anyone explain how this could be done?

Member Avatar for JorgeM
0
294
Member Avatar for anisha.silva

HI How to i expand and extract a WSDL file in html. appreciate a reply thanks

Member Avatar for Manish02
0
123
Member Avatar for smartidiot

Are there any tools available using which json/xml based web services can be generated directly from databases, at least for CRUD operations. Assume, I supply database credentials to the tool which shows me list of tables for which web service need to be generated, I select the tables and it …

Member Avatar for fastrecruitment
0
204
Member Avatar for Deep Modi

Hi, I am new on this all, I want to add RSS Feed to my website. But really i don't know about this anything. As I am on windows 7, The gadget RSS FEED (i look on it) and also view some pages like [THIS](http://windows.microsoft.com/en-us/windows7/Using-RSS-feeds) but the Question is How …

Member Avatar for Deep Modi
0
253
Member Avatar for chnswam

Hi, I have a web service (deployed inside a Sharepoint site - though this is not important). I have a client - windows application where I call the web service to populate a grid & for other purposes like getting Sharepoint document library's fields, etc.,. In the winform's constructor, I …

Member Avatar for Angel Armando
0
804
Member Avatar for MaddTechwf

I've got a small application that I need to read data from my data, which I already have setup. What I'm having issues with is taking that data and parsing it into a specific RSS layout. Can anyone help me with that? Here is an example of how I need …

Member Avatar for JorgeM
0
126
Member Avatar for Ben Ashton

I am making a service that uses RSS feed and I am having a problem actually getting the data as it is not made up in the original sense of .title, .summary etc, below is the contents of each item. <table style="border-collapse: collapse; border-spacing: 0; color:#493800; font-size: 11px; border:solid 1px …

Member Avatar for Ben Ashton
0
251
Member Avatar for kroyal

Is there anybody can tell that how to creat RSS feed for Static site(HTML)?

Member Avatar for sahini
0
209
Member Avatar for Remy the cook

I am trying to extract blogs related to economy using the RSS feeds in python. I have no idea how to get a specific number of blogs and how to get those blogs in a particular domain (like economy). My project requires analysing these blogs using NLP techniques, but I'm …

Member Avatar for Remy the cook
0
2K
Member Avatar for JeanPhilippe

Hi, I built a new wordpress website for one of my client but some old URL are still showing in google. Those URL doesn't return a 404, they actually redirect to the good pages. I explain : The website is www.vetreseau.com. One of the page is www.vetreseau.com/veterinaire/. The old website …

Member Avatar for LastMitch
0
180
Member Avatar for Fromageball

I have a Django site with a little Jquery script that changes some images when the user puts the curser over the image and then changes it back when the cursor leaves the area. This is my first time trying to deploy a Django site and I am using amazon …

Member Avatar for paulkd
0
288
Member Avatar for Dani

Maybe I'm just being dense, but I'm using [this documentation](https://developers.google.com/accounts/docs/OAuth2Login#sendauthrequest) to use Google OAuth 2 login. I'm able to successfully retrieve a JSON array that consists of the access_token, id_token, etc. The id_token is encrypted in what google calls a JWT (JSON Web Token). From what I understand, they're base …

Member Avatar for Dani
0
1K
Member Avatar for Venom Rush

I have no previous knowledge of connecting to a web service using JSON and I haven't been able to find any examples online that clearly explain how I would go about connecting using authentication. I have the following documentation: Credential (type: Credential) - An object used to authenticate the client …

Member Avatar for Szabi Zsoldos
0
363
Member Avatar for hrnjutt

I just want to know can my own design server communicate directly with mobile appication (Android ,IOS ,BB). I need to send some information in XML form to the app. Regards

Member Avatar for TomH.PG
0
174
Member Avatar for davidkroj

Hello, Just making a plan for new website of wordpress. I am wondring about RSS feed and sitemap.xml of website. How we can create in wordpress. Also let me know when we make RSS feed in html or core php there we can use tool for Rss creation and sitemap. …

Member Avatar for davidkroj
0
244
Member Avatar for moslem.yousefi.73

hi i need to save rss to sql every day first load read and write sql and other read from my db Imports System.ServiceModel.Syndication Imports System.Xml Imports System.Data Imports System.Data.SqlClient Partial Class _Example4 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim RSSReader As …

Member Avatar for Begginnerdev
0
253
Member Avatar for anisha.silva

Hi I create a application in netbeans, and in one web service method it return a List. @WebMethod public List searchByAuthor(String author) { return bookBean.listByAuthor(author); } above is the code. When i right click the web service and click 'Test Web Service' and test the ListByAuthor it gives me an …

Member Avatar for LastMitch
0
214
Member Avatar for NitsPatel

hi i m new for the webservices. i don't have knowledge about webservices. I want to make webservice for all image url retrieve from the database . i don't know what to do for that .so, give me some suggestion. My website link is : http://richmondhillgalive.com/index.php/local-deals.html from this page i …

Member Avatar for pritaeas
0
115
Member Avatar for yy886

Hello all, I am new to WSDL, I have access to 2 pages of WSDL code and trying to figure out how to get them to output on the webpage... Can someone show me an example or point me a direction to look to? As for now theres tons of …

Member Avatar for yy886
0
203
Member Avatar for anisha.silva

Hi I have a WSDL file. from that file how do create a java clinet application. apprecate if someone could reference me to some links appreciate it thanks

Member Avatar for anisha.silva
0
94
Member Avatar for OsaMasw

hey there guys I need a PHP class to fetch news from different sites, I use rssphp.net class and its great if I need the **title** of article and the **short description**, but what I need is the full story somthing like ?type=rss2 in vBulletin forums the main output of …

Member Avatar for OsaMasw
0
298
Member Avatar for vuyiswamb

Its a Requiredment, i have a asmx service that returns a list<dataset> and the schema defination keeps on repeating foreach dataset in the List. How can i prevent. Thanks

Member Avatar for LastMitch
0
200

The End.