web-services

Web service returns a full, correct answer but the response Source is empty

I am using a dispatch client to access a web service. All my params are correct, there are no errors and, examining the response with Wireshark, I can definitely see that the correct response is received at the network layer. But at the java application layer, my response Source is empty. public void testDispatch(QName serviceName, QNam...

Building Reducisaurus URLs

I'm trying to use Reducisaurus Web Service to minify CSS and Javascript but I've run into a problem... Suppose I've two unminified CSS at: http:/domain.com/dynamic/styles/theme.php?color=red http:/domain.com/dynamic/styles/typography.php?font=Arial According to the docs I should call the web service like this: http:/reducisaurus.app...

How to handle sharepoint web services exceptions

Hi, I have developed an application of share point. I am using web services for that. the problem is that while working with my app sometimes i get some exceptions. like, Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. Stack Strace :: at System.Web.Services.Protocols.SoapHttpClientPr...

Forcing Basic Authentication in WebRequest

I am integrating web service that will use an HTTP-POST to request and retrieve data. The remote server requires basic authentication as per RFC 2617 My attempts to authenticate are failing. It fails in that, even though I attach a 'NetworkCredential' object to the 'Credentials' property of a 'HttpWebRequest' object, no authenticatio...

Why should we have soap location in WSDL ?

Hello, Is soap:address/ or soap:address location=uri / best pratice for spring WS ? Regards, ...

Performance of a proposed JEE architecture

I have concerns about the performance of the following architecture: j2ee application in an appserver, ejb session bean and DAOs remote (rich) client, a swing app. A classic, form-based client only one stateless ejb, the ejb is accessed via web services, not rmi, through a homegrown framework each web service request will get authentic...

Java web service serialization

I use Java service in .NET application. I can see and use enums which is used in web methods as parametrs but can't see enums which is not used in any web wethod. Why? ...

Java object to XML Elements?

I'm working on a webservices client app and I have it mostly working. I can retrieve and read data from the third-party webservice fine. Now I need to submit some data and I'm stuck. The classes for the objects I'm retrieving/submitting were generated from XSD files via the xjc tool. The part I'm stuck on is turning one of those obje...

MyService.svc?wsdl shows 400 Bad Request IIS 7.5

I'm on Windows 7 Ultimate x64 IIS 7.5 I have deployed the services to the web server and when I try them in IE like this: MyService.svc?wsdl I get the 400 "Bad Request" page I should get the description of the web service instead, anybody knows how to fix this ? ...

Upgrading Visual Studio web service project says to "convert to web application."

I have a Visual Studio 2003 web service project that I have to upgrade to Visual Studio 2008. After I have run the conversion wizard, I get this message: You have completed the first step in converting your Visual Studio .NET 2003 web project. To complete the conversion, please select your project in the Solution Explorer an...

Connect iPhone to a Web Service?

New to iPhone development and working through exercises and examples to get me up to speed. Does anyone have a good reference for connecting an iPhone app to a website/webservice and push/pull data? ...

How to debug dll with SchemaImporterExtension implementation

Hello, I understand it is possible to debug the dll that contains a class inheriting from SchemaImporterExtension type: http://markitup.com/Posts/Post.aspx?postId=5ec8b485-602e-441c-aa2b-27d52b4bf93b I have followed the instructions from the link above, but the method in my class (ImportSchemaType) never gets called. This is my confi...

Choosing Cross-Platform GUI Desktop App With Webservices

For a current project, we're designing a client desktop application that parses text files and interfaces with a web based database. So far we've split the project into parts: (Third-Party Program) -> (Our Desktop Client) -> (Our Parsing Library #1 and #2) -> (Our Web Server) -> (Our Verification Library) -> (Our Database) We've hit c...

Flex - How to call a webservice without crossdomain.xml file

How can I consume a webservice that hasn't explicitely created a crossdomain.xml? I understand it's for security and to prevent cross-site scripting, but it does seem like a major limitation to the Flex framework. For example, if I want to consume a webservice, which is suppose to be language agnostic, then I can't with Flex. The web...

Design interoperable web services

Hi everyone, I'm designing a set of web services to allow our clients to connect from their apps to one of our systems. Our clients have their apps developed in all varieties of frameworks (.NET, Java, PHP, Python and even the occasional all JS app), so obviously WS is the way to go. Investigating a little about truly interop WS I've f...

iPhone, trying to post a plist (NSDictionary) to a web service

Is there a simple way to package a plist object (NSDictionary, NSArray, etc.) and Post it to a web service? ...

How to upload binary (audio) data from a Flash AS3 client to .NET server (WCF/REST/HTTP/?)?

Simply stated: I'm trying to record audio in a browser, and get that data back up to the server. I originally tried to capture, encode and upload the audio using Silverlight, but because of the lack of suitable client-side encoding options, I'm now giving Flash a shot (Flash has baked-in support for encoding to Speex). I think I've fig...

Using ASP.NET session state with Silverlight (PRISM)

Hi, The scenario: I have a PRISM application developed in Silverlight (4), and I'm using a ASP.NET server side application to host several web-services (which, in turn, accesses WCF-services, but that's not really important here). The Silverlight application must be able to call the web services cross-domain (meaning that the web servic...

Need help debugging a PHP 5 SOAP hello world application

I've been trying to get PHP 5 SOAP extension to work after reading every tutorial there is on the web, but to no avail. This has been very frustrating and i would really appreciate it if someone could point out where i am going wrong and why. Thanks for your help in advance, and any more details needed i'll oblige. The WSDL is as follo...

App to app communication and security

I have client apps that talk to my silverlight application and its web services. So the client app is running on the client machine and making calls directly to the silverlight app running on the machine and also making web service calls. I want the usernames/password security to be handled by the 3rd party client app. Any idea how I ...