Web Service « websphere « Java Enterprise Q&A





1. Websphere 6 webservice problem    stackoverflow.com

We have just upgraded our webservice onto Websphere 6 from websphere 5. A few clients have come back telling us of issues they are having. Any clients that post SOAP directly to our ...

2. Communication between two Web Services    stackoverflow.com

I have a problem with web services. They are programed in Java and are running on a WASCE server ( both are on the same server). My problem that i want to ...

3. Problem with connecting to a java web service running on WebSphere 6.1    stackoverflow.com


I have one machine running a java web service on IBM WebSphere. It is using port 9081. I also have a client to this web service written in c#.NET. The ...

4. Websphere 6.1 jar needed for WebService annotation    stackoverflow.com

I'm using WebSphere 6.1 with the EBJ3 Feature Pack installed. Does anyone know what jar I need to include in my project from the AppServer folder of my WebSphere installation in ...

5. Can I change the Java package of a WebService Client?    stackoverflow.com

So, my JAVA application is connected to different WebServices that were developed inhouse and all 3 of them are packaged under org.tempuri This is the default namespace I believe and when the ...

6. WebSphere WebServices socket timeout    stackoverflow.com

We are running WebSphere 6.1 and are getting the following error in the SystemOut.log: excInfo=toString=java.net.SocketTimeoutException: Socket operation timed out before it could be completed,cause=() cause: java.net.SocketTimeoutException: Socket operation timed out before it ...

7. Web Sphere Web Services Run-time Implementation    stackoverflow.com

According to the answer to this question, WebLogic uses the JAX-WS RI internally to implement the JAX-WS standard. Does anyone know if Web Sphere uses any third party package as ...

8. Custom LoginModule in WebSphere 7 web services    stackoverflow.com

I've developed a simple custom LoginModule. This is to secure some webservices. In WAS7 I've defined a policy set and bindings. The bindings link to my JAAS login ...

9. Why websphere does not find web service client reference    stackoverflow.com

We have a problem with the EAR-File in our project. It cotains classes which were generated from a wsdl. The wepsphere should find the classes as web service client reference and ...





10. Setting credentials programmatically for WebSphere 5.x Request Sender Binding BasicAuth Web Services client    stackoverflow.com

I have a WebSphere 5.x WSAD-generated Web Service client that uses Dedicated Login Binding with BasicAuth authentication method. Using WSAD Web Services Client Editor tool I can set the required security ...

11. Websphere 3.5 - web services    coderanch.com

That would be the approach I would look into -- however, Apache Axis will not work since it prereq's a later version of the servlet spec than WAS 3.5 will support. Apache SOAP might work but I'd suspect it would suffer from the same problem. My advice is to suggest to your client that they upgrade from WAS 3.5 to WAS ...

12. Error in client for webservice on websphere 4.0    coderanch.com

Hi, I'm very new to webservice. Had developed a simple webservice which runs on websphere 5.0 and could be accessed by a client program using axis API. Now I had to deploy the same service to a websphere 4.0 environment. Because of this shift there was a change in the encoding ( because of the lack of compliance with WS-I )so ...

13. Websphere error when starting up web services    coderanch.com

Hello there Can anyone please help me with this problem? I have a wsdl file with multiple elements. I use wsdl2webservice on windows to generate my classes and create my EAR. I then deploy the service on a solaris box using the Websphere admin console. When I try to start up websphere, I see the following error: [6/1/04 17:37:59:582 EDT] ...

14. Problem with Websphere Application Server    coderanch.com

Hi All, I am new to Webservices. I created a webservice with WSDK5.1 and published successfully. I wanted to run my service on Websphere Application Server 5.1. I modified the wsdl files manually by changing the port address from 6080 to 9080 and recreated the .ear file and deployed it on to the Application Server. When I am accessing the service ...

15. Web Services in Websphere    coderanch.com

16. Trying to create first service in WebSphere AST    coderanch.com

I'm having a great deal of trouble getting started with web services in IBM's eclipse based Application Server Toolkit. I only have a cursory understanding of services so I am relying on documentation. All of the documentation I'm finding suggests selections that I don't find available or don't work as shown in my installation (6.0.0.2). For example to start a top ...





18. Websphere webservices    coderanch.com

19. Web Services with Websphere    coderanch.com

20. Websphere 5.1 TCP/IP monitor issue    coderanch.com

Hi, I set up the TCP/IP server to monitor my webservice http transactions in the Websphere 5.1 envirioment. It worked well first. but sometimes I see the error alert pop up telling me the "there are errors occured, see the log file for detail..." etc. Once this error message box pop up, the TCP/IP monitor will stop working. I mean I ...

21. Webservice using Websphere    coderanch.com

Hope you find the following helpful. In the WSAD 5.1, create a simple Web project and add the following java code in javasource folder. com.source; public Class HelloWorld { public String getMessage(){ return "Hello World"; } } I am assuming that the Server is configured and the created Web Project is added to it. Once, this is done..do the following : ...

22. web service in websphere 6.1    coderanch.com

23. WebSphere Service End Point    coderanch.com

26. Publishing web service on websphere - newbie    coderanch.com

Hi, I want to publish a web-service on Websphere server on Sun Solaris. I am trying to expose a simple java bean as web service. I understand that if I have WSAD, I can easily generate web-service out of java-bean and publish it on websphere. But, on the developement boxes (windows), we do not have WSAD. We instead have Eclipse. Getting ...

27. artixconector + websphere    coderanch.com

I am exposing EJBs as webservices using artix connector. I have deployed my jar, artix connector, made changes in ejb_servants.properties. After all this even when my application is up i dont see any program listening to port mentioned in wsdl file (i used netstat -a). Becasue of this only when my client application is trying to invoke any method, following exception ...

28. creating a webservice on websphere integration developer    coderanch.com

Hi! all, Iam trying to create a web service in websphere integration developer, of IBM, While creating a wsdl file, it asks for literals, there we need to check the corresponding literal based upon the requiremnet. I came to know that document literal is used for document inputs and outputs,where as rpc literal/rpc encoded is used when dealing with the primitive ...

29. websphere integration developer    coderanch.com

30. XFire with Websphere 5.1    coderanch.com

31. Problem with Webservice in IBM WebSphere Server    coderanch.com

From the exception message, you would see that the package of the faulty class is: org.apache.xerces.impl.dv.util So, it is not a problem that websphere might have a Base64Encode class. It indeed is a xerces class that is incompatible with your code. It may be that websphere has a different version of this class ahead of your version in the classpath. So, ...

32. sending files from client to server using websphere Application developer    coderanch.com

Hi, I need to send a file(as an SOAP Attachment) from client to server using websphere integration developer 6.1. As Webepshere Integration Developer doesnot support SOAP 1.2 yet. Is there any other way to do it. Please help me by providing tutorial for WebSphere Integration developer 6.1 or steps to do that. Thanks in advance.

33. Starting Websphere 6.0 in Eclipse3.3    coderanch.com

34. WS Addressing in WebSphere 5.1    coderanch.com

Hi ALl I need to call DOT.net Webservice which is using WS-addressing as a result of that I have to insert WS-Addressing tags such as ,, and in my soap request.I shall be grateful if anyone can guide me about how to insert these tags in outbound soap message. Is there any api which I can use to achieve ...

35. Websphere WSDL2java - how to connect to webservice    coderanch.com

Hello all, Someone has put up a webservice and provided me with a WSDL file. I now need to connect to this service from my java-projects. I know some of the theory behind webservices but now I need to put some code into practice for the first time... Can anyone point out how to go about it from here? I am ...

36. Prefixes on responses from Websphere    coderanch.com

I have a service running on Websphere which changes the prefixes when sending responses. I am expecting this in the response ... but am getting this ... I understand that technically these are the same, but the folks who have the client can't process the later. Is there anyway to force websphere to keep the ...

37. webservices in websphere    coderanch.com

38. New Monitoring tool for Websphere application server - Mikoomi    coderanch.com

Check out - www.mikoomi.com Mikoomi - the leading open-source enterprise monitoring appliance company has released a monitoring plugin agent for IBM's WebSphere Application Server (WAS). The solution consists of the Mikoomi virtual appliance and plugin agents for databases and application servers. The WebSphere monitoring agent monitors over 25 key metrics covering attributes from the JVM, thread pools, JDBC connections and web ...

39. Setting Timeout with WebSphere generated services    coderanch.com

I am working on an application where I generated source code off of an existing WSDL using the WebSphere 6.1 WSDL2Java task. I am trying to set the timeout value for the web service call in the client code by using the typical setTimeout() method on the service stub, but that does not seem to be working as it does with ...

40. Websphere webservice exception    coderanch.com

Hi, I am trying to code my first webservice in websphere and I am having a little trouble with it. I was wondering if someone here could help me out with it.. These are the steps I have done so far... 1. Created a project called prototype 2. Added a WSDL to the project with the soap:address set to "http://localhost:8881/prototype" 3. ...

41. Eclipse + WebSphere + webServices    forums.oracle.com

Hi all, I want to create some webservices from Eclipse to deploy them into webSphere. I m looking for an eclipse plugin to do this easly, but I am not sure if these technology are compatible. Im not going to use Axis, I think I can do it using the webSphere libraries, is it right? What do you think is the ...