The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
25 views

Eclipse Web Service Client wizard and CXF

I'm trying to create a Web Service Client using the Eclipse Juno SR2 wizard. The service is correctly deployed and running on a Glassfish 3.1.2 server and I can see the WSDL file or create the client ...
0
votes
0answers
21 views

Generate Web Service Client from from Multiple WSDL in Java?

I have to plan to generate WS-Client that have ability to detect running services then consume it from multiple remote machine based on specified IP address/port. is it possible ? As far I know, we ...
0
votes
0answers
16 views

Not able to upload Binary Images Using Core Service2011 API from Java Client? [migrated]

I am trying to upload binary images through the Java Client using Core Service API. I am facing an issue while uploading the binary content using the IStreamUpload.uploadBinaryByteArray() method. ...
0
votes
0answers
8 views

webservice client: private IP routes reuest to public IP

i am trying to test a web service via Soup UI 3.0. when i create client using url having private ip request in this client routes request method to url having public ip from my server there is no ...
0
votes
0answers
9 views

How do I set PasswordType to PasswordText in my service-client

I am working with AXIS and SOAP to create a webserviceclient that updates the serverside with calendarevents. I got a .wsdl from my serviceprovider that I use to generate a Java API in Eclipse. When ...
0
votes
0answers
28 views

Axis2: thrown exceptions from service not seen by client, soap envelope doesn't show them either

I've got an axis2 web service and a test client, using ADB binding, which doesn't seem to be doing what I expect when I throw an exception from a web service method. Here's where the exception is ...
0
votes
1answer
30 views

Not able to access webservice using https protocol (ssl)

We had a webservice that is recently exposed over https. When we try to connect to it over https using JAX-WS client, it throws following exception com.sun.xml.ws.client.ClientTransportException: ...
0
votes
5answers
58 views

Rolling log Files & removing old log files

I am working on a Java SOAP based webservice application where I am writing stdout to a text file as log for our reference. That file is growing enormously, so I need to check for the size of the ...
0
votes
1answer
37 views

Invoke webservice using HTTPS in Java

My webserice provider provides HTTPS services and I need to consume them. I'm using JAX-WS and invoking the webservice with given HTTPS URL, The response is coming as expected, but when I see the logs ...
0
votes
1answer
54 views

Using Grails for Web Service Client Project

I'm currently researching on Grails, if it would be a good choice to go with a Web Service client project. It is said Grails is highly beneficial for developing Admin Portals and Prototypes. However ...
0
votes
1answer
35 views

Android: Accessing SOAP Webside returning JSON

I am trying to connect to a webside using SOAP and returning result in JSON format. However I'm really black on the subject and really need some guidance.. My SoapAccess code: public SoapAccess ...
0
votes
1answer
53 views

receiving “Unprocessed 'mustUnderstand' header element” while creating Web service client

I am developing a web service client. Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security Wherever it works fine ...
1
vote
1answer
66 views

Yaws SOAP client Content-Type

I've got a sample Spring-WS WebService deployed on Tomcat. I can successfully call it with a Java client, but when I'm trying to use a Yaws client: Wsdl = ...
0
votes
1answer
46 views

Connecting to web service | unable to get request | Clear aaplication pool works fine

In my application I have to connect to web service and get the results. Currently it's a public property as I have so many calls to service. I'm aborting and closing the service only when the service ...
0
votes
0answers
440 views

SOAP Web Service Client in Borland C++ Builder 6

Here below is the step-by-step attempt to developp a Web Service client in an application developped in Borland C++ Builder 6. Help is welcome to correct this code or to suggest any other solution ...
0
votes
0answers
254 views

Exception in thread “main” com.sun.xml.internal.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWSDLException

I created a simple jaxWS webservice and deployed it locally then created a client and tested. it was working properly. The same service i deployed on my devlopemnt server also. I checked the wsdl ...
0
votes
0answers
45 views

How to access EAR from external WAR (web application)?

I have generated a web service client project using; eclipse apache CXF Jboss 5.1 GA WSDL URL When I generate the project I got two projects, client and EAR. Ex: MyWSClient MyWSClientEAR I ...
-1
votes
1answer
74 views

Consuming a web service in Android [duplicate]

I have written a we service and I have the WSDL file. I am new to android programming and I want to use my web service functions in my mobile application. What are the different methods that I can ...
0
votes
0answers
44 views

php soap webservice consumption blanco result

For this webservice the following code doesn't perform. I don't see what I am doing wrong. Please can someone help me? It probably has to do with the ZoekRegelingen ZoekCriteria interaction of the ...
0
votes
0answers
124 views

Install web service client plugin

What is the plugin I need to download to create a web service client from a WSDL? When I go to New -> Project -> Web Services, I don't see an option to create a 'web service client'. I see them in ...
0
votes
1answer
316 views

Springs RestTemplate doesn't find the right MessageConverter when reciving data from the IMBD api

first I have to say, that I am pretty new to Springs RestTemplate. I am trying to receive data from the imdb-api. (For example http://imdbapi.org/?title=Avatar&type=xml) Therefore I am using ...
0
votes
1answer
201 views

Form Based authentication support for RestEasy webservice client

I am trying to create a RestEasy client for services host in JBPM server. The service url is always redirecting to a form based login screen which expects j_username and j_password. I need to login ...
0
votes
1answer
262 views

Cannot find symbol constructor Service(URL,QName,WebServiceFeature[])

I am trying to make a maven module web_service_client with parent maven module ism-maven. This module contains generated WS classes. I did not change anything. I am using IntelliJ IDEA 11.1.2. This ...
-3
votes
1answer
65 views

How i get the soap structure of my WCF?

i need integrate my application with another system, and i need to sent the web service structure, so for this i need to send a xml with the request and response message. I use some tools to do this ...
1
vote
0answers
375 views

JAX-WS WebService Client - Streaming large attachements - different behavior, depending on JRE version

I created a WebService client from a provided WSDL-File, using the already in the JRE bundled JAX-WS API. I generated the proxy classes with the wsimport tool of JDK6 Update 37. The client should be ...
0
votes
0answers
127 views

Getting 400 Bad Request erro calling java web service

I am connecting to a java web service from my asp.net app ,but I am getting a 400 Bad request exception. I have added a web reference in my project and using that to connect in the code as follows : ...
0
votes
1answer
45 views

How to show web service results in flex?

Hi I have the following flex code but I dont know how to show the result of the xml. Currently the result of textbox is String[] but I need it to show the result of the xml as 100,200,300,400,500 ...
2
votes
1answer
194 views

Error while making webservice call

I am accessing a webservice exposed by some other guy as a client using axis2 and I have made a wrapper method for abcStub .java (Stub java file made by running some batch) and tried to ...
0
votes
0answers
47 views

How can I specify addressing:To in a webservice call using Spring?

I have a Java application with Spring 3. Right now, to access external webservices, I have some beans defined like this: <bean id="servicePort" ...
0
votes
2answers
280 views

Error in configuration of Keystore , TrustStore in java

I want to access ssl webservice. I have generated the client bindings in Netbeans Generated JKS and imported client pfx file to the client.jks with ckeystorepwd and calias Webservice Producer ...
0
votes
0answers
173 views

Response code is null while executing Axis2 webservice client in java but webservice executed successfuly at the server end

I am working on axis2 webservice in java for insertion of records into database. i am testing the webservice client, it return null response code, actually i return integer value in webservice but i ...
1
vote
1answer
48 views

unable to generate fault type while calling java axis webservice

Hi my sincere thanks to techies, let me explain what im facing issue. iam calling axis java webservice from vs 2010 if iam trying to call the service direclty using [.wsdl] link using soap ui and ...
1
vote
0answers
141 views

Axis2 client side by Spring

I have a simple Axis2 client. I using Spring as light container. My question is: Is there an integration between axis2 client and spring? I past familiar with ...
2
votes
1answer
712 views

Unable to read the SharePoint List using java

Here i am trying to read the list of sharepoint. For this i have done the following: I have downloaded the WSDL file which i got from The URL like: sharepointsite.com/_vti_bin/Lists.asmx?WSDL. and i ...
1
vote
0answers
41 views

How to programatically configure proxy settings using metro webservices client

I have a requirement where I need to set the proxy setting programatically using metro webservices client. Can any one suggest which API I need to user in order to set the proxy host, port.
0
votes
1answer
359 views

Consuming Webservice with SSL certificate in NetBeans: How to configure Truststore and KeyStrore

I have generated the client Binding using NetBeans NetBeans -> New -> Java Project Right Click -> Webservice Client Here I gave my wsdl url and generated the client bindings. I want to configure ...
0
votes
2answers
118 views

Connect multiple server by webservices from asp.net

Thanks for reading my question.I wondered if you have any idea about this problem. I wrote a SOAP-SERVER. Running it at CentOS. Changing Soap-Server's IPAddress for match with CentOS Ifconfig. ...
0
votes
0answers
312 views

How to write Axis2 Webservice Client using certificate - How to add a certificate into a Axis2 client?

I have a requirement for implementing the digital certificate at Webservice client, Please share the views If any. I have generated the client code using Axis2 %AXIS2_HOME%\bin\WSDL2Java -uri ...
1
vote
2answers
118 views

Performance with Java Web Services [closed]

I have created both the client and server for the Java Web Service Project in eclipse. What I tried to do was - Step 1 - Make 1000 server calls and measure the average time of each call. Step 2 - ...
1
vote
0answers
107 views

apache-cxf client works with exec-maven-plugin, but not from outside

I am having problems triying to create a WS client in java. The libraries I'm using is apache-cxf 2.12. This is an old version but I want the web service to be added to a JBoss application that is ...
0
votes
1answer
306 views

Different declaration of a WebMethod in asmx and aspx file?

I have the exact code when declaring webmethod in aspx file and in asmx file. They are webmethods exposed for client scripting. I just want to use webmethod inside asmx file, but cannot get it to ...
1
vote
1answer
301 views

how to consume java webservice from .net and wcf

I am stuck with an interoperatibility issue. I am from .net and have to consume a Java Secured Service by signing request using x509 certificate. I have WSDL and generated service reference in .net ...
0
votes
1answer
435 views

Basic authentication in a Spring Ws Client

Could anyone guide me on how to add Basic Http authentication when using Spring WS , namely the WebserviceTemplate class for writing a Web Service CLient? Thanks
0
votes
0answers
12 views

what control runtimeexception in asynctask

what happens esque query a webservice to bring information and when the internet is very slow which appears this exception as control paraposteriormente not send you a message, I would somehow handle ...
0
votes
2answers
222 views

Upload videos to youtube from asp.net app without API

I just wanted to know It is simple to upload videos to youtube in c# but i want to do that without using their API. I am going to create a webpart for office365, so i can't use any external dlls. ...
0
votes
1answer
598 views

How to set a namespace with NuSOAP (client side)

I asked a question like this some months ago but the problem was that the WebService was not working right. Now it is working perfectly and I'm still having problems making a simple request. First of ...
2
votes
0answers
165 views

Axis2 Stub Object in repeated task

I am using the axis 2 to communicate with the third party webservices. This webservice is going to be invoked in a timer for every 1 minute and the timer is going to run for several days. Now my ...
0
votes
1answer
442 views

Webservice client cannot find wsdl

I have created two webservices clients in NetBeans 7.1, mimicking the tutorial they have on their website. I had done the first one a while ago against a wsdl file located at a http location, and ...
0
votes
1answer
1k views

How to access webservice with HttpClient through Android Application?

I'm developing some applications and I want to connect them to a Restful WebService. To do that I wrote this class: public class WebServiceClient { public void postService() { HttpClient ...
0
votes
1answer
100 views

Access ResTWebService in Android

I'm developing some applications and I want to connect them to a Restful WebService. To do that I wrote this class: public class TagDS { public TagDS(){ } public boolean recordTag(Tag ...

1 2 3