server « soap « Java Enterprise Q&A





1. Can XFire SOAP server send HTTP 301 REDIRECT to client?    stackoverflow.com

Is it possible to send a HTTP REDIRECT response from inside the XFire SOAP server instead of a regular response? I need this in order to redirect the client to another server ...

2. Server did not recognize the value of HTTP Header SOAP    stackoverflow.com

Here you can find the WSDL for my Jobs.asmx webService. http://recpushdata.cyndigo.com/jobs.asmx The Thing is I have created a HTML page at http://bugmusic.cyndigo.com/CallWebService.html and its returning an Error Server did ...

3. What rights do you need to have in Team Foudation Server to add a SOAP event handler    stackoverflow.com

I would like users do to it themselves, but I don't want everyone to be an adminstrator.

4. Windows tool for sending complete http body ( including headers ) to server    stackoverflow.com

I was wondering if anyone knew of a tool where I could send a fully formed HTTP body ( headers & content ) to a web server. So far the ...

5. Multi-Threaded Client-Server Web Service - Making server side data thread-safe    stackoverflow.com

I am implementing a multi-threaded web service. A thread is spawned per incoming request. For each client, a session is created and each session contains a data section - say a ...

6. Calling a webservice from behind a proxy server    stackoverflow.com

I need to add a functionality in an application (C#) which will use a web service (XML SOAP service). Now this application can (and mostly) be used in an corporate environment which ...

7. Is it possible to deploy a SOAP server with Axis without using WSDD?    stackoverflow.com

In the project I am working I have deployed a SOAP server using Deployment Descriptors (WSDD) files. To do that a webserver (e.g tomcat, jetty) is started and then the following ...

8. Is there such a thing as a SOAP proxy server or am I going to have to roll my own?    stackoverflow.com

Disclaimer: I've tried Googling for something that will do what I want, but no luck there. I'm hoping someone here might be able to lend a hand.

Background

I have a .NET class ...

9. Testing a gSOAP server    stackoverflow.com

In a normal client/server design, the client can execute functions implemented on the server-side. Is it possible to test a gSOAP server by connecting an extra client to it?





10. Possible causes of Generic Server Error message for SoapException    stackoverflow.com

I am currently accessing a web service. The only message I got from the thrown exception is "Server Error." During the past tests, the only exceptions I encountered have ...

11. SOAP attachment not reaching server side    stackoverflow.com

I am using SAAJ at the client side for sending a soap request. I am also attaching a random binary string as an attachment to the SOAP request, using this API.

soapMessage.addAttachment(attachment);
When ...

12. Is there a lightweight standalone SOAP server? Or how would you implement one?    stackoverflow.com

The challenge here is that I need to implement a highly concurrent and dynamic system that is based on SOAP communication - in Java. It can be viewed as a multi-agent ...

13. In-process SOAP service server for Java    stackoverflow.com

OK, I am developing a program which will be deployed to lots of machines (Windows, Linux, AIX, z/Linux, openVMS, etc.). I want that application to contain a SOAP web service, ...

14. Rebol SOAP Server    stackoverflow.com

Where can I find the source of the soap server in rebol mentioned here: http://www.rebolplanet.com/zine/rzine-1-02/#sect6. the link http://www.compkarori.co.nz/reb/discordian.txt doesn't work any more.

15. Searching for embedded XML-RPC server (with SSL/TLS)    stackoverflow.com

I'm searching for xmlrpc libraries that can be embedded in a C++ application. XmlRpc++ on SourceForge is a very neat solution but doesn't provide HTTPS support. Other RPC-like solutions such ...

16. C# / Webservice app on server throwing strange exception    stackoverflow.com

We use ADP for employee information. I had to create a small app that called some web services that ADP has to pull employee information. The app is fairly ...





17. HTTP compression - can I configure a client to compress the data sent to a server?    stackoverflow.com

I'm using IIS 7 as web server for my application. If I enable dynamic content compression in the server, will this also enable clients to send compressed data to the server, ...

18. can xpath be used in outgoing SOAP request (envelope) regardless of SOAP server config?    stackoverflow.com

I'm trying to figure out two things:

  1. Can Xpath be used to query a SOAP-based web services server?
  2. Is this built into the SOAP protocol such that any good SOAP server would handle ...

19. SOAPMonitor unable to communicate with server    stackoverflow.com

I have a problem with my Apache Axis 1.4 service, using the SOAPMonitor which comes with the binaries. While the applet starts up with no problems (e.g. http://localhost:8080/axis/SOAPMonitor), ...

20. Soap Server Images    stackoverflow.com

What the best way of passing images over a soap server? I'm using WCF 4.0 and flex for my front end.

21. Recommendations for Linux based SOAP web services server    stackoverflow.com

I'd like to build a SOAP server on Linux to serve a scalable number of users with database dependenet requests (read/write). Can you recommend a server stack this?

22. JAX-WS client authentication on proxy server    stackoverflow.com

I'm trying to use JAX-WS api to send some soap messages on a client application. However, I'm behind a firewall and the only option is to use a proxy server to ...

23. Message=Server did not recognize the value of HTTP Header SOAPAction: error    stackoverflow.com

HI Guys, I have created a web service. And I m able to hit the web service using SOAPUI but when i try to call through my code I get this error. Any ...

24. SOAP request in Java works locally but not on server    stackoverflow.com

I have a webapp that sends a SOAP request to a 3rd party server. When the request is made on my local computer it works without a problem, but when ...

25. How do you programmatically get through a firewall to a SOAP server from a remote client?    stackoverflow.com

I have been looking at posts discussing SSH tunneling which sounds analogous to what I want to accomplish. However, we are programming in Java and have a remote SOAP server ...

26. Notify server to client via Web service    stackoverflow.com

I made a WebService chat. At the client side I am running a thread to check periodically if there any new messages available. I want to know is there are any ...

27. AxisFault: What does Server.userException mean?    stackoverflow.com

What does the following AxisFault mean? Does it mean that:

  • The request that is issued and received by the server and the server throws an (uncaught) exception, and therefore the exception is returned ...

28. Content-Type Missing "start=" Tag in Java SOAP Client, Attachment not Found by Server    stackoverflow.com

I am creating a Java client for a SOAP service that takes an attachment. I'm using java.xml.soap classes, which I have uses before, but not with attachments. The server ...

29. NuSOAP / fsockopen error - Couldn't open socket connection to server , Error (13): Permission denied    stackoverflow.com

I have a php application using NuSOAP on a RHEL5/CentOS dedicated system. I'm runing into the following error:

2010-10-21 06:23:43.374471 soap_transport_http: entered send() with data of length: 1693
2010-10-21 06:23:43.374510 soap_transport_http: connect connection_timeout 0, ...

30. Java Application server witch better?    stackoverflow.com

I need Implement SOAP Web service. And too many client (over 4000 user online). Service function is a DB access, and other web service access... Witch application server better. Glashfish, Weblogic, Oracle ...

31. Flex SOAP or Flex Plus Server Side SOAP?    stackoverflow.com

I'm looking to consume SOAP services -- read only -- from a third party web service. I know Flex has strong SOAP functionality. I am wondering, however, if there is any benefit to ...

32. Translate java object to soap    stackoverflow.com

I have this (not so cool) web service:

import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;

@WebService()
public class WMCWeb {
}
And would like to do something like
@WebMethod(operationName = "getMyObject")
public MyObject getMyObject(@WebParam(name = "id") String id) {
   ...

33. Changing assertions in SOAP UI for different server    stackoverflow.com

I have my tests prepared for one servers, each test case has its own assertion like this:

declare namespace ns1='http://test.server.001';
//ns1:Response[1]/ns1:errorCode[1]/text()
expected: 1
It perfectly fine when I'm working with this test.server.001. Now I need ...

34. Open Source C embedded web server supporting SOAP / JSON-RPC based web service and compatible with ARM processor    stackoverflow.com

I am working on a project to embed a web server written in C into a device. The requirement is that it should support web services (SOAP / JSON-RPC) and should ...

35. How to route SOAP over HTTP requests to servers based on client's region(state in a country)?    stackoverflow.com

We are trying to develop web service and deploy it at multiple locations. Now when the client sends a SOAP over HTTP, i need that it should get routed to its ...

36. 'server too busy' error when using Microsoft Translator API from C#    stackoverflow.com

I've got a program which we are going to use to generate rough translations of application strings using the Microsoft Translator API - http://msdn.microsoft.com/en-us/library/ff512435.aspx. I've been receiving this error:

04/01/2011 ...

37. Server soap C#- client Java    stackoverflow.com

I've created a server that comunicate on a socket Tcp and a parser that analyzes the message between a server written in C# and a Client Java. All works but there ...

38. No SoapException thrown even if server returns SOAP-ENV:Fault    stackoverflow.com

Normally client proxies deriving from SoapHttpClientProtocol throw an exception if the webservice returns an error. But I now have the case where definitively the server returns a soap error the client ...

39. Soap Error: "Server was unable to process request" "Object reference not set to an instance of an object"    stackoverflow.com

When i send a Soap request to my service in the iis localy, everything works fine. When i send a Soap request to the same service that in the iis on another ...

40. SOAP maximum request size exceding server limit    stackoverflow.com

I have a set of IIS7 hosted SOAP web services (MSSOAP 3.0) that are being consumed by a .Net web application as well as by a J2ME application (currently running through ...

41. .NET SoapExtension cannot modify soap request on the server    stackoverflow.com

I'm trying to implement a SoapExtension in .NET that would compresses all soap traffic (both requests and responses). I have control over both the client and the server. I've started by ...

42. Tool For Viewing Exchange of SOAP Messages between my browser and portal server    stackoverflow.com

I am investigating an issue regarding particular portal. Is there a tool that I can used to be able to view the exchange of SOAP Messages between my browser and the portal. I ...

43. SOAP - Operation Timed Out - Rule out my server    stackoverflow.com

I am using SOAP in C# .Net 3.5 to consume a web service, from a video game company. I am having lots of SOAP Exceptions with the error "Operation Timed ...

44. Java server for ajax request    stackoverflow.com

I have to start to develop a server, using java, that have to communicate (every few second) well with ajax but not only with it. I read a lot of articles ...

45. Pass ClientCredentials.UserName to server    stackoverflow.com

Web config:

<?xml version="1.0"?>
  <configuration>
<system.serviceModel>
    <behaviors>
        <serviceBehaviors>
            <behavior name="ServiceCredentialsBehavior">
 ...

46. Which language/technology for a (brand new) stand alone soap server?    stackoverflow.com

I am going to be working with quickbooks web connector (similar to what Keith Palmer at consolibyte llc has done) and I am new to SOAP. I am trying to put ...

47. how to pass Text datatype and dynamic array from Cliente to SOAP based server    stackoverflow.com

How can i pass Text datatype to a SOAP webservice? is it possible? more over i have to pass an array whose dimension and contents are determined at run-time, how can ...

48. How to get DL in exchange server using java api?    stackoverflow.com

How to get DL (distribution List) from Microsoft exchange server via EWS in java? I have tried ews java api but could not find list of Distribution List(GAL) of exchange ...

49. wcf service Internal server error    stackoverflow.com

I created a simple wcf service that exposes a GetData method. It's actually the template created when you create a new wcf project. I added the application to iis server, so it ...

50. How to notify a client from server using WCF    stackoverflow.com

I am new in WCF. I want to notify a client from a server when some thing change in server. For example: suppose server has connected a database when database has ...

51. Porting native C++ server with XML commands and huge in-memory project data to webservice. How todo and which Framework?    stackoverflow.com

we have an existing C++ (STL, boost, Qt4) server application which communicates by xml commands over tcp sockets with the clients. The interface is proprietary, but not so far from SOAP, ...

52. Exchange Server: remotely approve emails by moderator account (SOAP/MAPI)    stackoverflow.com

I have a maillist in the Exchange server which is moderated by the moderator account. Currently it requires manuall approval of the incoming messages by the person (moderator). I am looking ...

53. Better solution for remote communication between GUI and server    stackoverflow.com

in our company we are going to develop a server application, and a GUI which will control it. The server application is made in c++. We need to be able to ...

54. SOAP Header using JAX-WS(Server Side)    stackoverflow.com

The requirement is to include security attributes in header of Soap Message in every WebService request. One way to include is:

@WebService
@SOAPBinding
(   
    style = javax.jws.soap.SOAPBinding.Style.DOCUMENT,
  ...

55. throwing faultcode("Receiver") but responding with "Server"    stackoverflow.com

I'm throwing a FaultCode of Receiver, but the client is getting back "s:Server" as a response faultcode. How can i get a response of "s:Receiver"? My code:

throw new FaultException<System.ApplicationException>(new System.ApplicationException("My application broke"), ...

56. calling asmx from c# server side: endpoint element matching this contract could be found in the client element    stackoverflow.com

I wrote an asmx webSerivce on srv1. I wrote a bll project of an asp.net (original text: an asp.net) project on srv2. Both are hosted under the same web domain I want to ...

57. Is it normal to throw an exception over soap webservice server to the client?    stackoverflow.com

I am writing a webservice server (c# soap) to my system and I wonder if it is ok to throw new RequestDataNotValidException("Email not valid") to the client?

  1. I know that c# and ...

58. What's the best way to implement a web service for an iOS app?    stackoverflow.com

I'm writing an iOS app which need data from a web service. The data is sent in JSON and the app will make a lot of calls to the web service ...

59. WCF SOAP over HTTPS, WCF Test Client calls the http address and the server responds with 404    stackoverflow.com

TL;DR version is at the bottom. I have constructed three WCF web services -- one that's using .NET 4 and two that's using .NET 3.5 -- that is consumed by an Android ...

60. How to get information out of MS Word to Java based server    stackoverflow.com

I have a word document, the data in the word needs to reach a server through a click of a button. The "Button" implies VBA. I was wondering if it would be ...

61. Microsoft.Web.Services2.SoapClient.SendRequestResponse timing out even though the server is responding with a SOAP message    stackoverflow.com

As I understand it, the best way to post some useful info you've learned is to ask the question yourself and then answer it, so here goes. The scenario:

  • we have an app ...

62. WCF Service client - get Client and Server soap xml as string for internal usage    stackoverflow.com

I have a simple WCF service client in c# that I am using:

   AccountsSoapClient a = new AccountsSoapClient();
    TaskResult res = a.OpenAccount();
Is there any way ...

63. Host a SOAP web service on a server    stackoverflow.com

I have a SOAP web service code (.asmx) created using VS.NET 2008 which I plan to host on a web server. I am unaware and completely new to the term 'hosting' ...

64. A web site code can't connect to a soap service on the same server    stackoverflow.com

My ASP.NET web site calls a .net service from a code in App_Code to retrieve some information. The web service is hosted at http://mydomain/ws/DirectoryService.asmx. Whenever I deploy a web site on any server ...

65. HTTP Proxy Server with soap recording and derived headers    jmeter.512774.n5.nabble.com

I've hacked (and I do mean hacked, no GUI, JMeter newbie I am) a version of HTTP proxy to also capture soap requests and store them via SoapSampler (SOAP/XML-RPC Request) so far so good, tweak a little bit and off I go testing. Kudos to JMeter contributors, this was all pretty straightforward. SoapSampler seems a bit finicky but that's for another ...

66. axis server and SOAP:lite problem    coderanch.com

67. Apache SOAP cant understand Reponse From Dot.net server    coderanch.com

Hi I have been working on a Solution were I make a Webservice to a Microsoft Information server(.Net). When I make call to the Webservice I get following message. No Deserializer found to deserialize a 'http://tempuri.org/:HentSkabelonerPerOrgEnhedResult' using encoding style 'null'. After Searching in this forum , I found that there was som problem I Implementet the solution to this that was ...

68. How to Send Soap message from server to client    coderanch.com

Hello sir/madam, Now i want to send a soap messsage from client to server. Our server has one interface class and one implementation class. Connection.call() method is not used for our requirement. because this method dirctly specifie the implementaion calss. but we need to specifie the interface class.Thus is our requirement. Anybody please give me ur grate idea.

69. How to Send Soap message from server to client    coderanch.com

Hello sir/madam, Now i want to send a soap messsage from client to server. Our server has one interface class and one implementation class. Connection.call() method is not used for our requirement. because this method dirctly specifie the implementaion calss. but we need to specifie the interface class.Thus is our requirement. Anybody please give me ur grate idea.

71. Sniffing SOAP messages from OTHER servers    coderanch.com

Hi, everyone. I've used tcpmon to monitor soap messages from my client to my own axis/tomcat server, but now I need to monitor messages from my client to other external web services, i.e. web services at, say sun.com or microsoft.com, etc. I've used the CommView packet sniffer and that works, but it seems like shooting rabbits with an elephant gun, i.e. ...

72. Java client connect to soap server    coderanch.com

73. How to deploy Java 6 SOAP server?    coderanch.com

I have also tried to follow the instructions at http://www.apress.com/ApressCorporate/supplement/1/10109/1590596609-3642.pdf . I don't get any errors when I bash-3.2$ /c/Program\ Files/Java/jdk1.6.0/bin/javac.exe net/zukowski/revealed/ HelloService.java bash-3.2$ /c/Program\ Files/Java/jdk1.6.0/bin/wsgen.exe -cp . net.zukowski.rev ealed.HelloService bash-3.2$ Now what do I do? How do I deploy the web service? What web server do I use? OK, figured out how to make net.zukowski.reveled.HelloService to work thanks to http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/. ...

74. java soap client to connect to sugarCRM server    coderanch.com

Hello, my Project involve writing a openoffice sugarCRM plugin .so i need to make an interop communication between OO and sugarCRM probably via webservices. i thought a starting point is to write a java client to connect to sugarrcm server and query the sugarCRM instance for some valuable data. below is an example of soap params to send to sugarcrm server ...

75. soap:Server: Error invoking    coderanch.com

76. SOAP test server    coderanch.com

78. c# client upload/downlaod large files from Java SOAP server    coderanch.com

Hi, I am new to web services. I am running a simple Glassfish web service. I also have a C# client, all works fine. However I need to upload large (upto 15GB) upto the server, and also downlaod the same to the client machine. How do I go about this? Is it better to use some form of ftp from the ...

80. need help with the error - main" javax.xml.ws.soap.SOAPFaultException: Server was unable to process    coderanch.com

public class MainClass { public static void main(String[] args) { String namespace = "http://some-url-devl.com"; System.out.println(namespace); String portname = "AcctOpenSvcSoap"; QName qname = new QName(namespace,portname); String localport = qname.getLocalPart(); String namespac1e = qname.getNamespaceURI(); AcctOpenSvc service = new AcctOpenSvc(); AcctOpenSvcSoap soap = service.getAcctOpenSvcSoap(); ObjectFactory factory = new ObjectFactory(); GetXYZLData getXYZData = factory.createGetXYZData(); getXYZData.setFormGenID("8791"); getXYZData.setUserID("11331"); getXYZData.setGuid("8789"); GetPrintXmlResponse getprintXmlResponse = factory.createGetPrintXmlResponse(); String data = soap.getXYZData("11331", ...

81. Java and SOAP - uploading files to server    forums.oracle.com

DrClap wrote: You need to start from the other end: what does your target server support? For example you can't consider using FTP if the target server isn't running an FTP server to receive uploads. The target server, is my server which I've created for laboratory purposes. It is has Apache HTTP Server 2.2 and PHP installed; it does not support ...

82. Soap Server    forums.oracle.com

83. http server and soap    forums.oracle.com

84. soap server    forums.oracle.com

85. return zip file as soap attachment from server..    forums.oracle.com

http://www.catb.org/~esr/faqs/smart-questions.html#writewell How To Ask Questions The Smart Way Eric Steven Raymond Rick Moen Write in clear, grammatical, correctly-spelled language We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our ...

86. How to write SOAP service on JRUN4 server    forums.oracle.com

................................ } catch (Exception e) { e.printStackTrace(); } } } Here my question is when i run client program it is calling SOAP service method and it is printing SOP. Now i want to access client data at server side and in return i have to send SOAP attachments back to client...etc how cloud i access the client data (how to ...