client « soap « Java Enterprise Q&A





1. Java webservice (soap) client - use certificates    stackoverflow.com

I am trying to connect to a webservice over ssl with a client certificate. Is there an elegant way of doing this apart from shoving things like "javax.net.ssl.keyStore" into System.properties. Any pointers ...

2. How to see SOAP data my client application sends?    stackoverflow.com

I have a project where I have created web service proxy classes with wsdl.exe and then simply create an instance of that class (inherits System.Web.Services.Protocols.SoapHttpClientProtocol) and call the method that should ...

3. Simple, free SOAP client?    stackoverflow.com

Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?

4. Which C# SOAP Client Library is easiest to use?    stackoverflow.com

I would like to connect to a SOAP web service using C#. Before I jump right in, trying anything Google throws at me I would like to ask what is ...

5. .NET soap client call    stackoverflow.com

we have windows app. which expected to connect different soap web services. Service urls are added dynamically to database.I tried "Add Web Reference" feather but problem is it accepts only ...

6. WSE 2.0 SoapHttpRouter: Is it possible to route soap messages with already attached client certificate?    stackoverflow.com

the title says it all.. will the client certificate be preserved after routing the call via an SoapHttpRouter? if not, how to route a message with already attached clientcertificate or: how ...

7. Creating Java stubs for a DLNA service / client? (or, What the hell is a root tag in an XML file?)    stackoverflow.com

Looking at the specifications for DLNA, most of the metadata communication appears to be soap based. However I can't find anything like a WSDL for any of the various services. ...

8. How do I set the timeout for a JAX-WS webservice client?    stackoverflow.com

I've used JAXWS-RI 2.1 to create an interface for my web service, based on a WSDL. I can interact with the web service no problems, but haven't been able to specify ...

9. Good book for writing (java) CLIENTS for sundry web services?    stackoverflow.com

It seems that most of the questions I have to ask on Stack Overflow are about setting up clients for web services. Typically in this case, you have to "deal" ...





10. Need to see SOAP messages for client talking to external web service - how to? (Eclipse/Netbeans/IDEA ok)    stackoverflow.com

I have a situation where I have to write a client in Java against a very picky external web service (over https) and I can talk to the web service through ...

11. Lightweight SOAP Client Library for Java    stackoverflow.com

Can anyone recommend a good Java open source library for building a simple SOAP web service client? I'm looking for something with minimal dependencies and configuration that will work in ...

12. How do I get the Source IP of a SOAP requesting client machine?    stackoverflow.com

how do you get source ip, username, password, etc... of the client machine that sends a soap request? is there any of these details that one can pull for logging purposes? I ...

13. How to create a SOAP Web service with .NET(C#) with a Java based Client?    stackoverflow.com

I need to create a SOAP Web Service in C#.
I've done this in the past in Java with eclipse, but couldn't really find something that is SOAP specific when creating a ...

14. Creating a webservice client having SoapParameterStyle as Bare as opposed to wrapped    stackoverflow.com

I am trying to create a Soap Web Service Client using the Visual C# 2008 Express IDE. I Do that by Right-Clicking Project Name->Add service Reference->advanced->add web reference(This is because we ...

15. I am looking SAOP services which i want to do example by client    stackoverflow.com

I am just trying to understand how to query on SOAP services so is there any SAOP based services which i can play with it ?

16. Recommended library for building soap webservice client in Java    stackoverflow.com

I'm trying to access a soap webservice from a jsp page. I need something simple and lightweight as this is a mockup. Thanks in advance.





17. Can a .NET 2.0 Web Service handle a call from a client when the SoapAction is missing?    stackoverflow.com

We have a .NET 2.0 web service (.ASMX file). This web service is being called by a Java client and they are not passing in a SoapAction header. This causes our ...

18. Using a C# Service Reference SOAP Client with different Endpoint URIs    stackoverflow.com

I have a SOAP Webservice that is available on multiple servers, thus having multiple endpoints. I want to avoid adding multiple Service References (C# SOAP Port Clients) with different names just ...

19. SOAP service client, "No update available"    stackoverflow.com

I am writing an application to consume SOAP service. The work flow is like this: Pull in order from SOAP server (Request Order) POST/Response with changes to SOAP server (Response to Order) Request PO ...

20. A simple java SOAP client    stackoverflow.com

Hi I'm new to web services and I've been breaking my head trying to find a simple java SOAP client program on the Internet. All i want to do is send a SOAP ...

21. Generate SOAP Web Service client forms (Java)    stackoverflow.com

I have a Web Service accessible via SOAP. Let's assume it provides a method with the signature

sayHello(String name)
Of course, I have the WSDL describing the Web Service. What I want to do ...

22. how to use return value of soap web service in soap client    stackoverflow.com

I have an soap web service that has a method like

public WsResult doMyJob(String s, Information info);
when I generate a client out of the wsdl, in the client code my webservice's method ...

23. Trace SOAP request/responses with JAX-WS on the client side    stackoverflow.com

I'm using JAX-WS reference implementation (2.1.7) and I want to trace SOAP request/responses on the client side. Actually, what I need is to examine some Http headers when I receive the ...

24. C# client send SOAP request (and get results)?    stackoverflow.com

trying to create a C# Client (will be developed as a windows service) that sends SOAP requests to a web service (and get the results) from this question I saw this ...

25. CWMP CPE (Client) implementation    stackoverflow.com

I am trying to get the TR-069/CWMP protocol up and running. I have found an open source ACS server called openACS. My problem is the CPE, there does not seem to ...

26. Error in server-side with two similar calls in diferent clients    stackoverflow.com

All, I'm using jax-ws 2.2.1 on Apache/Tomcat 6.0.30 and everything works fine on server side, but I have a issue in some clients. When I do this call, I have sucess in client-side ...

27. Generic Soap Client in Java    stackoverflow.com

Iam new to SOAP Webservices.. My requirement is to create a testing tol like SOAP UI wherein The inputs would be the URL of the Concrete WSDl and the operation.. My ...

28. CMS with SOAP client functionality    stackoverflow.com

Is there a CMS out there with inbuilt SOAP client functionality? The SOAP server will provide daily updated info that needs to be stored in a similar way to wordpress posts. Thanks! ...

29. Java client, SOAP and Exchange Web Services (EWS)    stackoverflow.com

i'm working on creating a simple method that send SOAP request to EWS, and it seems everything OK but wen I run it I get error

java.net.ProtocolException: Server redirected ...

30. Boolean type soap request ignored by .net client    stackoverflow.com

I tried to call a webservices method through my asp.net project. I used Fiddler to log the soap request. However, I found a boolean type value in the request was not sent, ...

31. array element type mismatch error while accessing Java webservices using c#.net soap client    stackoverflow.com

I am trying to access Java web services using c#.net soap client. I have a webservice method with complex object as argument. This complex object again has an array of another ...

32. C# client calling Java SOAP web service gets SAXException    stackoverflow.com

I have a C# service reference to a Java web service. The soap that the client objects uses looks like: <s:Envelope ...><s:Body ...><requestArgument>...</requestArgument></s:Body></s:Envelope> It needs to look like: <s:Envelope ...><s:Body ...><methodName><requestArgument>...</requestArgument></methodName></s:Body></s:Envelope> How do I ...

33. Java SOAP client with non-wsdl mode    stackoverflow.com

I wrote an client/server application to delegate jobs from an centralized server with jobqueue to a lot of clients. Clients request information/jobs from the server and send new information/jobs (some parameters arrays, ...

34. How can I build a soap client in HTML5 that doesn’t expose its username and password?    stackoverflow.com

I'm looking into building an HTML5 application for a soap API that I use. The problem lies in that I don't where to start on this. I'm aware that you can build ...

35. Java Web Service Client which access the .Net Webservice    stackoverflow.com

I'm trying to access online .Net Webservice through Java Webservice client. But unfortunately, am getting an error "Connection timed out: connect" Below is my code:

import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import javax.xml.namespace.QName;

public class WebServiceMain {

   ...

36. Send byte array from web service to client    stackoverflow.com

I want to send a byte array from a web service to a client that requests an operation exposed via the service. In my method, I read an image into a ...

37. VB.net SOAP webservice client "Unmarshalling Error: unexpected element ..."    stackoverflow.com

I am building a client in VB.net for calling webservices methods from a partner organisation. I am following the guidelines at http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soaphttpclientprotocol%28v=VS.71%29.aspx because I can't get it to work using ...

38. XML Query to save client gender data in CRM2011    stackoverflow.com

I am trying to save a dataset into the CRM2011 by using the SOAP API. Hopefully someone can explain how to save connected data, like gender. Under is the update xml for a ...

39. JAX-WS Client Request Class    stackoverflow.com

I'm trying to create a soap based java client to consume a soap web service based http://api2.corbis.com/WSCorbisOne/CorbisImage.asmx?WSDL. CorbisImageSoap.java and CorbisImage.java were automatically generated from wsimport. I'm able to submit ...

40. Using the Web Service client in a multithreaded application    stackoverflow.com

We have an application that sends in multiple threads queries to SOAP-service. We sweep that with increase the number of threads execution time of each request increases by an order. To ...

41. TCP SOAP client    stackoverflow.com

I've to deal with TCP SOAP, a server is sending me report every 30sec over TCP and i need to feed a mysql server with it. What do you think is the ...

42. WinCE SOAP/Webservice Client C/C++    stackoverflow.com

I want to write a SOAP/webservice client in C++ for a WinCE 7 device. During my research I noticed that I could use SOAP Toolkit, and also MSXML. Microsofts' code samples ...

43. how to create soap client?    stackoverflow.com

I have SOAP server running. I need to write a SOAP client for the server. Can you please suggest plugin in eclipse or give me the URL related to this? can you ...

44. Running .NET 3.0 SOAP client on Mono 2.6.7-5ubuntu3    stackoverflow.com

I'd like to run SOAP client on UBUNTU but I finally get error "Client endpoint configuration '*' was not found in 0 endpoints". Looks like client.dll.config configuration file was not loaded. How ...

45. JAX-WS save SOAP message sent from POJO client    stackoverflow.com

I use JAX-WS in a POJO web service client, sent SOAP message should be stored in a mySQL table with a few keys from POJO. I have looked at CXF interceptor but ...

46. Java vs. Net HTTP Client Performance    stackoverflow.com

We call a webservice from our C# app which takes about 300ms using WCF (BasicHttpBinding). We noticed that the same SOAP call does only take about 30ms when sending it from ...

47. Creating SOAP webservice and invoking it from client application    stackoverflow.com

i have a problem with calling a web service(web application) from the client(java application) it says package [name of the package stated here] does not exist here is the client method and ...

49. adding new field to a SOAP Object without having to change client side    coderanch.com

lets say i have a webservice that returns a soap object, say SOAPProfile, which initially contains name, address and phonenumber. i publish it out and ppl would create a client program that would retrieve it and return it for updates and/or creation of new objects. and then i decide to add a new field 'faxnumber'. this would cause serialization problems if ...

50. Client side soap message handlers    coderanch.com

Hi Roger, Thank you very much for your reply. I tried what you have suggested. I added the request and response headers to HandlerInfo. The problem is not solved. I put some system.out statements in the handler's init(), handleRequest(), handleResoponse(), and getHeaders() methods. None of them are showing up. This would mean the handler is not even initialized. I am having ...

52. Soap client giving error    coderanch.com

Hi All!! I am trying out a webservice in Axis.. I refered the javaworld's "Axis: The next generation of Apache SOAP " tutorial. I tried a simple "HelloServer" program as webservice.. According to the doc.. when I tried to compile the client..which used org.apache.axis.client.ServiceClient; package.. it failed as the axis.jar didnot has this class.. I tried to download varios axis.jar but ...

55. Simple SOAP client    coderanch.com

Hi guys, I'm very new to web service technology & need your help writing a simple soap client to call a web service. the soap request should be : POST /lightboxedit/LBEDataService.asmx HTTP/1.1 Host: abourne.dyndns.org Content-Type: application/soap+xml; charset=utf-8 Content-Length: length and the soap response is of the form : ...

56. [newbie] Java client to .NET service: Digest auth. with SOAP    coderanch.com

Hello Forum... I'm new to web services and the world of xml in general so apologies for my dumb questions. I need to send a java-based (servlet or pojo) SOAP request to a .NET web service that requires digest authentication. Would anyone have any suggestions on how to combine authenticating with Digest, and sending a simple soap request? Also I'd like ...

57. Small SOAP Client?    coderanch.com

Hi, I have a SOAP interface developed with the WS facility of the Knopflerfish OSGi container, and I have some thin clients that gathers data from it. My necessity is to keep the client as small as possible (ideally 100-200k), but using Axis 1.4 I have to include 1.7 Mb of libraries (notice that I can't use, for example, CXF because ...

58. Apache SOAP Client for .NET Web Service    coderanch.com

Hi, We have our application currently working with Apache SOAP client and calling "aspx page". We are migrating to have .NET Web Service (asmx page). I would like to know how we can invoke the .NET Web Service by using existing Apache SOAP 2.3 Client. We are successful if we use Apache Axis, but need to know if we can still ...

59. Printing SOAP Messages at client Side.    coderanch.com

Hi, There are lots of tool avilable for debuggin on server side to see SOAP messages but how can I see the SOAP messages send from client side ? ?There are various handler for those & for registering them you need to write it into axi2.xml, thats on server side but How can I do handler registration on normal client (non ...

61. WebServices NullPointerException when Client tried to get SOAP    coderanch.com

Hi Web Services Guru, We have web services server deployed on windows 2003, Application server is IIS 6.0 using .net. Now we need web services client to consume this web services using Java running on WebSphere 6.1 on AIX box. Now the client get exception when it tries to get SOAP message. Inside setHeader(), exception through out from here. javax.xml.rpc.Stub stub= ...

62. JAXWS client SOAP manipulation    coderanch.com

I have created stubs using a wsdl and posting a message to service.However i need to manipulate the SOAP message i am posting to this server.The problem i am facing is the client is adding default namespaces ex.ns2 in SOAP message which i don't want. Do We have any way to do that in JAXWS?please guide.

63. SOAP body - Java client    coderanch.com

Hi, I am trying to form the SOAP request and the message body should be like this a a a a I have written the java client to form this soap message body but I dont know how to add these owner,email,requestdescription attributes in the body. Can you please provide me some code snippets or ...

64. JAX-WS generated client request missing SOAP body    coderanch.com

I generated a Web Service client from a WSDL using JAX-WS. The generated code is placing the the Web Service pararameter into the Header of the SOAP envelope and not in the SOAP Body when the request is being instantiated. Can anyone tell me what JAX-WS embedded binding declarations that I might place into the WSDL file to get the Web ...

65. Soap Request/Response printing in webserice client.    coderanch.com

I need to be able to store/print outgoing and incoming/outgoing soap xml when calling a web service. I am using weblogic specific jars for to do this. We are not supposed to use SAAJ, rather have to print (not at runtime) Soap Request/Response in webservice client. In webservice client, inturn calls invoke method in StubImpl.java (Which is there in weblogic.jar). Here ...

66. how to view SOAP request from a Java Client generated using Jdeveloper    coderanch.com

Hi All, I am using Jdeveloper 11g to generate webservice proxy for a peoplesoft webservice using JAX-WS approach. I am able to successfully connect to the webservice and access the get/find methods but when i try to access create(insert) method, it gives me component interface Api error. Hence to debug this, i checked the webservice using SOAP UI, and it was ...

67. Eclipse web service client. Where can i get the SOAP?    coderanch.com

Hi. I am working with eclipse and i have created a web service and a client with ecipse wizard. The name of the web service is "hello" the eclipse creates at the client 5 classes to invoke the web service "hello". The classes have the names Hello.java, HelloProxy.java, HelloService.java, HelloServiceLocator.java, HelloSoapBindingStub.java Those who work in eclipse will now what i am ...

69. Simple Java SOAP client    forums.oracle.com

first you'll need a switch in mindset. PHP is not Java. Java is not PHP. Their target development areas are vastly different. So don't start comparing the two either, you will get nowhere fast. In the context of learning Java, forget that PHP or any other scripting language exists. Focus on Java, an object oriented, strongly typed programming language. For webservice ...

70. SOAP Web service client    forums.oracle.com

71. SOAP Client    forums.oracle.com

Also, as I side I am just trying my hardest to learn this stuff as quickly as possible. So, can we also assume a situation where I need to use one of those APIs to write the file for me. I tried to do it this way earlier today but ran into situation where I had to run an ant file, ...

72. a really simple SOAP Client    forums.oracle.com

73. Soap XML Client    forums.oracle.com

I need to write a Soap XML client (to interact with a server that is already created). I have .rnc and .rng files for the different types of interactions that are allowed with the server. I have experience with the JaxMe API for creating XML based objects. My question is: Is there a similar API for Soap XML, or can I ...

74. HTTP SOAP Client    forums.oracle.com

Sure! My standard rate of $150 USD / hr applies. Shall I draw up a contract? I'm not sure but it seems your reply was harsh. I'm i asking for something wrong ? isn't this the right place to look for help ? I think this is a very simple SOAP problem that could be solved quickly by anyone with a ...