webservice-client

401 error of web services

I have a web service [authorization] [allow users="domain\myaccount, domain\yyy"/] [deny users="*"/] [/authorization] [authentication mode="Windows" /] And I have a web client which calls this web sercice [identity impersonate="true" /] [authentication mode="Windows" /] I use my own domain account (which listed abo...

Error connecting to Web Service in C#

I am trying to access a web service and calling a method to pass my request parameters. I am programmatically setting my credentials, using: service.Credentials = new NetworkCredential("username", "password", "domain_url"); When in the above code, I pass domain_url, I get this Web Exception, Unable to automatically step into t...

Qt Consuming WebService

Can any one provide me a simple example on how to consume a webservice using Qt C++ ? ...

rg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden

Hey there, I am trying to access a webservices over https, I have the ssl certificates in place. However when I send the webservice request I am getting: threw exceptionorg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296) at org.apache.axi...

Does SoapHttpClientProtocol.BeginInvoke hold a thread?

Does SoapHttpClientProtocol.BeginInvoke hold onto a worker thread while waiting for i/o? ...

Reference XML file saved on computer from a web application.

Hey guys, I have developed a web service/client application that the user manually inputs data onto it, however now I have reached this stage I want to be able to reference a saved XML file on the hard disc using the client, send it to the web service, and save it on the computer using the webservice. In what way would I have to modify m...

NSMutableArray populated but data lost somehow

I start process of getting data from viewDidLoad and populate NSMutableArray with that data. But when I want to populate UIPicker I cant because there is no more data in that array. How did I lost that??? Please help :( @synthesize activityIndicator; @synthesize pckCountries; // Implement viewDidLoad to do additional setup after loadin...

Handle webservice in asp.net

Hi all expert, While client application call the web method with invalid username or password. Client application should get the message like "Access is denied". How can automitcally client will get the message...pls help me....here is my webmethod code: [WebMethod, SoapHeader("spAuthenticationHeader")] public DataSet GetCustList() ...

NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces

Trying to retrieve the SOAP body from an SOAP response, but getting this error "NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces." Document doc = soapResMsg.getSOAPBody().extractContentAsDocument(); -- Exception is thrown here org.dom4j.io.DOMReader d4Reader =...

How to test fileupload using SOAP UI

How to test fileupload using SOAP UI. There is a service which accepts file as input I want to simulate that using SOAP UI It gives me . content should be inline . ...

Does calling a secure Web services (HTTPS) requires more setup?

Hi folks, I need to call a secured web service (https). using Java (or even any other prog lang). Do I need to do any extra steps rather than the usual steps to create a client for HTTP web service? EDIT: please I need answer to this question too : If not, So how my client do decrypte the encrypted message sent from the web service?...

Forms Authentication - security

Hello, I have the following set up. 2 Web Sites A and B (each has it's own virtual directory). I have written a simple web service (asmx) that reads configuration of web site's A web.config. The .asmx file resides in the WebServices folder of site A. When creating web service reference from site B ran on the same IIS I get this error: ...

Is there a simple eclipse plugin that is free and let me fire soap requests and see soap responses in Eclipse?.

Hi All, would like to know if there is any web service testing tool eclipse plugin. I looked at soap ui eclipse plugin , but its to big to get it installed in my environment. Is there a simple eclipse plugin that is free and let me fire soap requests and see soap responses in Eclipse?. Thanks. ...