Hello everyone. I am trying to create the url address for Yahoo's Babelfish translator for text from my database. Does anyone know the command line arguments to use with Babelfish similar to...
i am getting "Login failed for user 'NT AUTHORITY\IUSR'" error when web service is access to SQL Server.
Steps i followed :
1) Published web service in IIS (In my system OS is Windows Vist...
I have an inhouse WCF / ASP.NET page combination. in my unit tests my method called works fine. When i call same method from ASP.NET with same data, i get this error:
The remote server retu...
Hi Experts,
I'm struggling with a webservice that I have created.
If I connect to it using another .net windows application, I'm able to connect and run a web method correctly.
I put th...
Hello, this is a very beginner question. In learning about WCF and webservices, I've been using svcutil.exe to generate two files like the instructions tell me to do when I go to the service....
Hi all,
I am fairly new to web services and have consumed one or two in the past. I have been asked to consume a web service which contains personal details of users such as Title, First na...
My application is deployed in the WAS 5.1, has a webservice jar file InSightService-client.jar which has a package com.aigaa.pmw.insightservice.InSightServiceStub. My application was trying to...
I need to write an webservice which goes to the SSRS and gets the report parameters, using the rdl and save the information in the database.
Thanks for your help with this,
I'm setting up an online store using Magento (Just on localhost at the moment) and i'm stumbling across a few problems with the emails.
I've set up the email templates in System > Transacti...
Hello all,
This is my first time so here goes:
I'm very much a novice to web services and programming in general and I have been tasked with creating a Web Part to query a Web Service a...
I am trying to open the web service server URL from my system... i use nusoap class to do. in all the tested system, it displays the same error
HTTP Error: Couldn't open socket connection t...
hi guys,
im strugling passing my web method two arguments for executing a stored procedure.
here is the code of my web method.
[WebMethod]
public string getJobs()
{
...
I am trying to consume an AXIS Web Service through .NET C#. However, when I first send the SOAP message to "logon" I get a response back with a couple of cookies "JSESSIONID" etc. All my sub...
If anyone here has experience with JAX-WS in Eclipse, or especially MyEclipse, how do you name your services / packages? I ask, because when I create a single package for my services (foo.serv...
Hi,
I have a Axis2 web service developed on Eclipse. Deploying and access to Tomcat test server within Eclipse work fine. My test program is able to access the service via the generated stub....
Hello Gurus,
I have asp.net 2.0 framework. Can you send me an example webserivce that gets data from a stored procedure in sql 2005 and puts it in a grid?
Banging my head against the wal...
Hi there.
My Linksys WRT54G is connected to the Internet on the 2nd floor of the house. I have 3 desktops that need Internet access on the first floor. Cabling is not an option because the ...
I am trying to invoke cscript.exe on a remote server to run a vbScript used to deploy content via a CMS system. running cscript in the remote machine directly executes the script as expected ...
Hello Experts
I have a Web Service with one WebMethod for which return value is boolean.
It accepts XML file as string and process data. How can I first return status as true and then ca...
I need to implement a system to block users accessing facebook.com. We currently use a Netscreen 25 firewall that doesn't filter url address's. I'm thinking of a low cost solution like a windo...
Hi,
I need a very simple squid.conf file. I would like to have a file that would represent allowed ip addresses, a file representing Restricted ip addresses and a file that represents allow...
Hi All
I have a web service, whose methods write to a file on hard disk for logging information. During execution I am finding error "The process cannot write to The process cannot access t...
Need help trying to post an xml to a url and viewing response. Please review my explanation.
I have a web page built in asp.net (vb) that has three fields.
CustomerNumber
PartNumber
Qty...
Hi,
I want sample code for MTOM attachment by using SAAJ and JAX-WS.
Hi,
I am trying to access a web service which is hosetd on a separate server.
When I try to access the service, I am getting an error as
"The Page cannot be found". when I go to the log fil...