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,
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, 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...
Hello,
This is what I am trying to do. When you roll over an image I would like it to swap it with a larger more detailed image and have the rest of the screen fade to a grayish color. I ...
I developed a webservice which consumes another non dotnet web service.It reads the xml file does some manipulations.Now i have problem how to remove illegal characters like "" in the attribut...
I have a website that needs to find the shipping rate information for UPS and FedEx. This would be based off a persons Zip Code and which shipping method they preferred. Do you have any recomm...
Hi Experts,
I am trying to use the free web services available in the website "http://www.webservicex.net/" like Currency Converter etc.
I had generated the Web Service client code usin...
I'm trying to create my own accelerator for Internet Explorer 8. It works fine if I use the example from microsoft shown at http://www.microsoft.com/windows/internet-explorer/beta/readiness/de...
I am using a VB.NET Application for a CE device that calls a function from a Webservice located on my PC to print a crystal report. I also use the webservice to gather a list of all the printe...
Hi all,
I want to be able to access a remote webservice without having to have the .disco, .wdsl and .discomap files in an App_WebReferences directory. I'm trying to develop a 'stand-alone'...
We have a .net web service that I am consuming with Cold Fusion. Every thing is working fine, but I have a question regarding the best way to connect. I created a cfc that has an init method s...
I'm looking to create a backend for our website. My company is in the real estate market. We currently have a system where the seller can check the status of his house by clicking on a neighbo...
Hi
I am a newbie in the area of Webservices. Can you please suggest me good tutorials with sample codes to study more about ebay APIs and ebay Platform Notifications?
Thanks in Advance
I have created a webservice using xmldocument object which reads xml from a file.Everything is perfect when i created the webservice and it is also displaying xml file which is read as it is.B...
Hi guys
I have a problem. I have a basic understanding of using and consuming webservices.
I have one problem thou. Is there a way to bundle multible webservice files together in one des...
We have to send a request to a web service using HTTPS POST. The code below is the XML that we will send. It sends a UPC number that comes from our MySQL database on an Apache server. The web...
Hi,
I have deployed an Axis2 service on Tomcat. I am using iBatis to access SQLServer DB. I am using
Resources.getResourceAsReader("ibatis/sqlMapConfig.xml") to access the config file and t...
Hi,
I've create a PHP web page (http://mondo247.com/rndb/rndbTEST/xmlEX/index2.php) that displays data in XML from a web service (https://webservice.exe - fake URL). The web service pulls i...
Below is my original question. We tried the suggested software smseverywhere.com and was dissatisfied. What I would like to request is that software suggestions/ replies come from IT profess...
Hello all,
Can you show me how to build a web service in java that has an operation that allow user to send a large text file as an argument?
Thanks in advance,
mrpc_cambodia
Hi,
Currently in our organization, we use 3rd party services. When we send links out to our clients, we generally send them the 3rd party website links and we are trying to GET away from th...
I have read an xml file added necessary elements using asp.net web service.Now i have to be consumed by an application.How to do this?Coding is appreciated.
Hi Experts,
I was trying the Web Service example in "http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html". When I am generating the Web Service clie...
I have a webservice done.
How do I start to consume the service
Up to now I have created the proxy class on my project