19 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for logicslab

Friends, I am using web service and forms for a number of situations in my project. But now when I try to use same strategy the data is not provided by the provider function. It gives ‘null’ value always. But I can see the value in chrome web console. page.ts …

0
376
Member Avatar for man.chester.581

i want to send an sms to the web service and wait for some event before deliver it to the target distination

0
160
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 moone009

I found this example online and cannot figure out why it will not work. I was wondering if anyone could help me figure out why this code does not work ive spend a few hours tinkering with it and no luck. I learn best by example and just basically need …

0
122
Member Avatar for kentzia

I am currently in the research and planning phase for a mobile app, I have never done a mobile app before so please bare with me if I missed some obvious things. The final app will allow users to find other people with similar interests in their vicinity and allow …

0
105
Member Avatar for irwallace

Hi Guys, I was hoping someone could point me in the right direction. I have a nusoap server that I am trying to pass an array of data to. For now I just want to simply pass this array back, before handling this data, mainly to help my learning process. …

0
438
Member Avatar for vivek4020

Hi, I am trying to get data from GetListItems in chunks of 100 so that processing them can be easier. i can specify the row limit like this. <rowLimit>100</rowLimit> But how do i get the next 100 items? Is there any way to skip over the first 100 items? Vivek

0
138
Member Avatar for Trn32

Hi All, Kindly note that I'm new to this forum. Hope that you can help me. I have a VB.Net application that must connect to online MySql database. I already have a MySql database and I connected to it from VB.net using the MySql connector (new instance and direct connect). …

0
97
Member Avatar for keithxm23

Hi.. I'm new to AJAX and I'm attempting to use this webservice ( [url]www.webservicex.net/CurrencyConvertor.asmx?op=ConversionRate[/url] ) in my html page. Now I've managed to make a form and stuff to correctly call the webservice, but then, I do not want the answer to be displayed as just the output xml data. …

0
55
Member Avatar for Stepan_P

Hi. When I try to execute code below I got an error 'Internal error occurred.' [COLOR="Red"]certificate = new X509Certificate2( p12FileBytes, p12FilePassword [/COLOR]); and when I made change to [COLOR="Red"] certificate = new X509Certificate2( p12FileBytes, p12FilePassword,X509KeyStorageFlags.MachineKeySet );[/COLOR] I got another error [B]'Access Denied.'[/B] How can I fix it? In advance THANKS …

0
82
Member Avatar for newuser17

I want to store data that user inputs [form based in form of xml] into a postgres database, so I would like to know is it wise to develop a web service or how do I transfer data. I am completely clueless how to head on with the problem

0
130
Member Avatar for David_B

Hi All, New here and very new to .Net. I am currently trying to learn about consuming web services within .net and am having trouble with the following example. I have the WSDL file to contact a vehicle look up web service which based on the selection in a drop …

0
86
Member Avatar for mulevad

Hello, I am trying to send a text message to my phone in C#. I have added a Web Service Reference to my solution. It is described as: vijju311985 RPC SMS Services You Can Send Sms for free The WSDL is at: [url]http://www.aswinanand.com/sendsms.php?wsdl[/url] I created an account on xmethods.net and …

0
102
Member Avatar for LotusShiv

Scenario: I have a ASP.Net 3.5 (VS.Net 2008/C#) application. I have a webservice which I have marked with [ScriptService] attribute and also made sure that the <compilation debug=trus /> setting is in place in the webservice web.config configuration settings. I add the Script reference in the codebehind of my aspx …

0
234
Member Avatar for ugniesdebesys

Steganography- to hide text into text. Very safe to transport information internet. HERE is [URL="http://www.programva.com/en/php-steganography-encryption"]PHP STEGANOGRAPHY example[/URL]. There is a list of phrases , which is mixed with Caesar cypher :). May somebody hnows another sites?

0
109
Member Avatar for crdipu

Hi All, I need to create a new web-service by using php. And I need to use SOAP RPC/encoded for implementing this. I also need to authenticate the soap request using soap header information. Before doing main task that I have created a WSDL file, client and server files using …

0
115
Member Avatar for joshisumitnet

My Dear Friends, Can anybody tell me how to use Web Services using PHP? I want to do following things in my website: 1. I want to use RSS feed in my website. 2. Want to display latest news from other sites who are providing this facility. 3. Want to …

0
104
Member Avatar for Shaitan00

I am trying to send an EXCEPTION from a Web Server to a Client using JAX-WS ... When the exception is thrown by the server the client does catch it ... but the contents are not the expected message... [Code] [Server.java] package pck; @WebService() public class Server { @WebMethod() public …

0
92
Member Avatar for hwd888

I am new one for python web service. I need to switch the below java webservice client source code to python.Two services. One is systemService, the other is queueService. It needs to maintain session for queueService to use the connection to inews server in systemService . Who can help me? …

0
85

The End.