Tagged Questions
0
votes
0answers
6 views
How to add prefix in top element in soap message
The below is my asmx web service
[WebService(Namespace = "http://test.com/test")]
[SoapDocumentService(RoutingStyle = SoapServiceRoutingStyle.RequestElement)]
public class Pilot : ...
0
votes
0answers
9 views
how to return object from web service
I am creating a web service in netbeans 6.7, I am also getting data from hbase which I want to be returned by this web service.
From web service method I am trying to return a object of ...
0
votes
1answer
12 views
Auto-generated Webservice call fails with unmarshalling error?
I'm trying to create a test client fro a public webservice:
http://www.webservicex.com/currencyconvertor.asmx?WSDL
Used Eclipse with CXF 2.x to auto-generate the WS Client. Which looks fine so far, ...
1
vote
0answers
23 views
The Code works fine but the app crash on Emulater and try it on my phone too .. what's wrong?
this is a soap call for web service on the server , it should returns the name and "HELLO" world with it ... but keep giving me a FORCE-STOP and quite from app:
public class MainActivity extends ...
0
votes
0answers
12 views
Request parameter is null when using @Requestpayload in spring-ws
I have developed one webservice in spring-ws . While testing the service using soap message, the request parameter values are coming null. Please help me to fix the configuration to get the request ...
1
vote
2answers
25 views
Use default namespace in valid SOAP SAAJ envelope
Are these two soap messages valid ? The different part is the namespace attribute xmlns="http://www.sigvalue.com/acc". The first soap is a sample, the second one generated by java code to make the ...
0
votes
0answers
12 views
SoapUI throws Object reference not set: how to find reason
My SoapUI Pro program communicates with a wsdl. However, it throws an error. In the browser everything works fine (using the wsdl url and the desired parameters). The parameters I use in the SoapUI ...
0
votes
2answers
18 views
From WSDL to Java Objects - autogeneration?
I have the following requirements and thinking about how to best get java objects from a WSDL.
XML data comes from a public SOAP Webservice
I have to use JAXB
I want to automatically unmarshall the ...
0
votes
1answer
17 views
Problems with a SOAP response in a SOAP web service
I am using the Oracle Jdeveloper to develop a SOAP based web service however i am having a strange behaviour. When I send a Request the response is: There are errors in the SOAP message which mean its ...
0
votes
0answers
9 views
how to use asmx websercive
i am trying to consumeing this webservice last one month when i am using soap its working fine but i cant handle the output to show on website
but i am trying to use like this but getting error
...
1
vote
1answer
20 views
How to make a PHP SOAP client and store the result xml in php variables
I am using PHP and have never used SOAP and PHP before.
I need to build a Soap PHP Client which is calling and retrieves information from a
Soap server .NET Web service.
I'm currently working on ...
0
votes
0answers
11 views
Root element is missing error when deploying web service to server
I have written a web service in c# visual studio 2010 that i have been testing on my dev machine using XHR poster to send the xml directly to the service. It is all working ok so i have put the server ...
0
votes
1answer
17 views
How to prevent duplicate request in soap object?
I have faced a very weird problem by using Soap object in android. I am running a background thread which will take care of sending data to server periodically. Here i am using Soap web service for ...
0
votes
0answers
8 views
How do I convert an existing java SOAP web service to use HTTPS
I have an existing SOAP web service created using J2EE 1.5 deployed on JBoss 4.2. It is EJB based and the SOAPbinding style is RPC. It is very old, created back in 2007.
I've recently been told all ...
0
votes
0answers
12 views
Enabling coloc feature is causing : SOAPFaultException: No binding operation info while invoking unknown method with params unknown
The application is working fine if i dont enable this feature but when i enable coloc i get :
Caused by: javax.xml.ws.soap.SOAPFaultException: No binding operation info while invoking unknown method ...