webservice-client Questions

7

Solved

I'm having a weird issue when consuming a webservice for a product that my company has bought. The product is called Campaign Commander and it's made by a company called Email Vision. We're trying ...
Corfu asked 8/5, 2012 at 9:42

2

Solved

I am using JAXWS to generate a WebService client for a Java Application we're building. When JAXWS build its XMLs to use in SOAP protocol, it generates the following namespace prefix: <env:Env...
Superphysical asked 2/10, 2010 at 14:20

0

I'm trying to convert this code, to work at .net core... This code reads a WSDL file, and dynamic generate the assembly (because I have multiple wsdl files). But this code not compile at core... be...
Benedetta asked 20/1, 2017 at 1:46

5

Solved

I'm attempting to use an HttpDelete object to invoke a web service's delete method. The web service's code parses JSON from the message's body. However, I'm failing to understand how to add a body ...
Gree asked 22/9, 2010 at 20:25

0

I got a problem because I have a web service with wsHttpBinding: <endpoint address="" binding="wsHttpBinding" contract="BindingTest.IService1" /> I can't get my python code call it, every ...
Taxable asked 24/11, 2016 at 16:17

3

I am currently trying to call a web service with a client built with Apache CXF. Though the service is available in the browser, I cannot connect to it, due to the following error. Any thoughts re...
Notwithstanding asked 10/3, 2011 at 13:27

2

Solved

This is probably an easy question for anyone with any moderate expertise with web services using Apache Axis. I have a web service client that was generated by wsdl2java in Axis 1.4. I am writing ...
Fahey asked 20/10, 2009 at 18:47

2

Solved

I have to make a web service client from an wsdl file. I have followed tutorial to create and test the service client in the eclipse wizard, and (I thought that I have implemented the code to call ...
Klecka asked 8/12, 2010 at 6:25

2

Solved

I have written a webservice which on browser launch works fine. I pass a client id in this webservice and then returns a string containing the client name and it which we passed like this: http://p...
Jablon asked 3/9, 2015 at 7:14

5

Solved

I'm trying to implement simple web service client for PayPal Express Checkout API using JAX WS. PayPal Express Checkout API provides WSDL file, from which I was able to generate Java classes using ...
Ge asked 18/5, 2012 at 14:35

2

My application calls a web service in order to authenticate a specific user in that web service. That web service has their own self-signed CA certificate. I am using POST REST call to that service...
Terryl asked 3/5, 2013 at 8:20

1

Solved

I am using Spring-WS for consuming Webservice which compains if SOAP envelop has empty header element. I figured out that default SOAPMessage implementation adds one. How can I remove it? Thanks ...
Estevan asked 22/7, 2015 at 12:26

1

Solved

I am trying to send a SOAP request and receive the response by WebServiceTemplate but I am receiving following exception: The WSDL is here. SEVERE: Servlet.service() for servlet [bb] in context w...
Thread asked 24/8, 2015 at 11:56

4

Solved

How can I dynamically change the address which my JAXWS client is using? This client was generated by wsimport.
Petulance asked 1/3, 2011 at 18:10

5

Solved

I am trying to call a web service but facing a strange behavior. we have a web-service running on my server but the code is not open to us so can not see what going on behind the wall The owner of ...

2

Solved

I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give me a HelloWorld Example of JAX-WS (client - service) with explanations?...
Lookout asked 14/5, 2013 at 7:18

2

Solved

I am using Spring-WS and WebServiceTemplate to call SOAP WebService. Currently, i am facing issue while updating SOAP header. Below is complete structure of SOAP request: <SOAP:envlope> &l...
Kerrin asked 29/3, 2013 at 12:53

2

Solved

I have a WebMethod with a parameter defined as DateTime. When I call that webservice, I get this error: at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializePrimitiveObje...
Minnesota asked 7/1, 2011 at 3:6

2

Solved

I want to make a POST request to a URL like this: http://localhost/resource?auth_token=1234 And I want to send JSON in the body. My code looks something like this: var client = new RestClient("...
Crocodile asked 25/5, 2012 at 1:6

2

Solved

I'm trying to consume a secure (HTTPS schema) web-service with help of standard JAVA 7 JAX WS tools. This web-service requires authentication. I have already successfully added certificate to my l...

1

I am trying to send a request to a server but it runs into following error, as I know should create a certificate but not sure how to do it. I've found this answer but could not implement it. java...
Weigand asked 25/11, 2013 at 10:54

2

Solved

Hi I have created a web service client in eclipse from wsdl file. But when I try to access the service from client it says. No SSL configuration available for the endpoint. And then the address of ...
Donn asked 26/4, 2013 at 10:41

3

Solved

I'm using NSIS to build an installer and as part of that installer I get the details for a WCF Service (i.e. Url, User Name and Password). I need to validate these details. In C# I create a Servic...
Hurrah asked 19/7, 2013 at 12:8

1

What is the best practise for Disposing/Cleaning up a web service proxy instance after synchronous usage? How does the answer differ if the proxy class is derived from SoapHttpClientProtocol versu...
Gough asked 3/5, 2013 at 9:42

2

Solved

I'm developing a small application which posts XML to some webservice. This is done using Net::HTTP::Post::Post. However, the service provider recommends using a re-connect. Something like: 1st r...
Mcneese asked 29/7, 2009 at 16:30

© 2022 - 2024 — McMap. All rights reserved.