An application which calls on and consumes the response of a web service.
0
votes
1answer
12 views
Can I set properties to the MessageContext before invoke the stub in Axis 2 Java
I'm using AXIS 2 to call WS methods using a stub called ChannelConnectServiceStub.
Generating stub and the ConfigurationContext :
public class TestWSClient {
private void init() throws ...
0
votes
0answers
6 views
SOAP webservice client code generation using Apache Axis2 XMLBeans in Eclipse
I am tring to generate the Webservice client code using Apache Axis2(1.6.2) in eclipse.
I am using Axis2 eclipse plugin to generate client code.
I am able to generate client code using ADB ...
0
votes
0answers
37 views
Calling a web service method from c# windows form gives 401/500 error
I've read a lot of posts even here (for example THIS POST but I cannot solve my problem.
I've created a WebService that has a method called SendMail and this is the code snippet:
[WebMethod]
...
3
votes
1answer
48 views
communicate with web database with android
I have a signup form in a android app which consist of a username and a password. I want that when a user click the submit button of the signup form then the username and password will be saved into a ...
0
votes
0answers
12 views
401: Unauthorized Error while consuming windows authenticated webservice from webclient
I'm getting 401: Unauthorized Error while consuming windows authenticated SOAP based webservice via webclient Eclipse. Let me know if my code is incorrect or any modifications it needs.
***error ...
0
votes
0answers
14 views
Consuming https service programatically
Could someone provide me a link that contains step by step instructions to consume a https Webservice pragmatically in .Net.
I managed to consume it by adding service reference in VS/using tools ...
0
votes
0answers
14 views
JAXWS webService client invoking an asmx webservice with a custom header
I have webservice client using JAXWS to invoke an asmx webservice.The problem that am trying to send a custom header to the service.I tried the below code snippet to set the header but it is not ...
0
votes
0answers
6 views
jDeveloper annotations are not supported in -source 1.4
I am using jDev 11g release 2.
I have created web service which connects database and some methods .
I have added that web service to my other project as java web service from wsdl.
when I try to ...
0
votes
1answer
6 views
connect dahatabase in webservices from jdeveloper
I am trying to develop web service using jdeveloper for my adf mobile app. I have connected database from remote server. Which connection type I suppose to use ?
I've set oracle(jdbc) already.I call ...
-3
votes
0answers
11 views
jaxb class for single element in response
i came across situation where i should interpret the response of soap call.
the response which i am getting of service call is
<soapenv:Envelope ...
0
votes
2answers
30 views
How can I delay execution of a part of script in Classic ASP?
I've a classic ASP page which call a en external webservice.
this is how the actual process works:
'[Part0 : Call the external webservice]
wsResponse = setConfirmation(...)
' [PART1: external ...
0
votes
0answers
18 views
Addinh Soap Header To Client Request by Axis 1.x
I want to create a SOAP client request in the below format.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
...
0
votes
0answers
38 views
XML document structures must start and end within the same entity
Please, can someone explain to me how to overcome this problem?
Exception in thread "main"
com.sun.xml.internal.ws.protocol.soap.MessageCreationException:
Couldn't create SOAP message due to ...
0
votes
0answers
21 views
Consuming WebService via eclipse from windows authenticated application
I'm trying to consume a WebService via Eclipse from windows authenticated source.
Steps performed till now:
1) Installed Eclipse
2) Followed steps in to consume webservice.
Now i have got the list ...
0
votes
1answer
12 views
Communicating to a webservice from behind a proxy requesting basic authentication
I have generated a Web Serice client stub from a WSDL file using WSConsume. The Generated stub is then used in Client code to send data to the web service.
This all works fine. i.e. The client is ...
1
vote
1answer
48 views
How to pass additional data to the callback when we pass Guid object as user state?
I want to parse a Property class to the callback method ,so I can specify what action should be performed when callback completed.
// I have a webservice proxy created , in that webservice there ...
-1
votes
1answer
43 views
Ksoap android with security header and complex data types example
Hi i need resource or tutor for Ksoap2 android web service usage with security header and complex data types example.
please suggest your opinion.
Thanks,
GM
-2
votes
0answers
16 views
0
votes
2answers
72 views
java Netbeans web service WSDL client
I am using Java and Netbeans to fetch data from web service given on http://webservices.nbs.rs/CommunicationOfficeSiteDoc/SerCyrl/default.html , the one I use is ...
0
votes
1answer
22 views
Java Webservice TCP States
I'm creating an application that will call to a webservice using a persistent connection. I'm quiet new to this and I don't think I'm doing it right. I made a listener to my application that when the ...
0
votes
1answer
35 views
Java WebService call with authentication
I'm working on webservice client which requires authentication and xml signing.
I've read a lot of articles but it looks like my one looks different.
I need to send a request containing tag with ...
0
votes
1answer
38 views
+50
Soap client acknowledgement
I have created a small web service method using an asmx file. Here'a simplified version of it.
<WebMethod()> _
Public function DeleteFile(Byval fileID As String) as boolean
...
0
votes
0answers
23 views
X509Token Mutual Authentication in glasshfish with WS-Security issue?
I've set up a basic secured web service using Netbeans deployed to Glassfish 3.1.2.
I've managed to set up a Web-Service Security Policy (WS-SP) with an asymetric binding so a mutual certificate ...
0
votes
0answers
35 views
How to insert existing SecurityContextToken into WCF client?
I am building a SOAP Web Service Client that should use a Security Context Token from an STS, and I am trying to do that using WCF.
I was provided an example on WSE 3.0. It uses an awful hardcoded ...
0
votes
0answers
12 views
axis2 addressing headers not added
I have generated a service client from a svc webservice with wsdl2java. Normally the wsdl generation should have activated the ws-addressing.
When I went looking into the stub, I found these lines:
...
0
votes
1answer
52 views
ReflectionHelper*java.lang.NoSuchFieldException
I am trying to call webservice from my android app. I am getting below error in my logcat. My webservice is working fine, because I am able to call the methods from java client.
Error in logcat:
...
0
votes
0answers
14 views
How to set connect and read time out in Jibx WS Client
I am invoking a webservice from my application using jibx-ws api (version 0.9.1). How to set connect and read timeout in jibx client.
I could'nt find any documentation or examples for this. Does jibx ...
0
votes
0answers
63 views
How to parse complex type web service xml response along with datatype in android
My web service is basically WCF. I am using ksoap2 and it is working fine but I need a solution which provide functionality like wsimport.
my soap response in looks like
<s:Envelope ...
0
votes
0answers
19 views
Word-Plugin hangs when calling webservice - linked objects
I have a really weird problem with a word-plugin we lately deployed at our customer. The purpose is to let clients push their documents directly to our document storage (Filenet) via our server ...
1
vote
1answer
19 views
What happens to a thread if I don't call the End… method?
I have a web service reference proxy class with generated asynchronous methods. I call a method using BeginMethodName. I can pass a callback function and then in the callback function call ...