Tagged Questions
1
vote
2answers
4k views
“org.xmlpull.v1.XmlPullParserException: expected: START_TAG” Error
In my application i am accessing some web services that are in my local system. When i am invoking this services from my PC, these all working abs fine but when these services called from another ...
0
votes
0answers
7 views
How to consume SOAP webservice in iOS 6
Where can I learn how to consume a SOAP web service in iOS 6. I have xCode 4.6 installed. I understand the basics of web services and such. I have taken a look at WSDL2objc but I can't get it to work ...
0
votes
1answer
14 views
call web service through ssrs using a wsdl as the endpoint
I have to create a report using SSRS in VS. I must call a SOAP WebService using a wsdl endpoint, and taken in and passing parameters to the service. Has anyone ever done this before?
The error that I ...
0
votes
0answers
11 views
parsing xml data from soap object to grid view
after sending call to web service from android app the response from server (as xml) is stored in soap object any one can help parsing XML data from XML object to grid view
note. i am receiving data ...
0
votes
4answers
5k views
Unsupported Content-Type: text/html; charset=UTF-8 Supported ones are: [text/xml]
I'm attempting to use the web service to retrieve data from server. I follow the tutorial specified in http://googcloudlabs.appspot.com/codelabexercise5.html, of course I've modified the original code ...
6
votes
1answer
425 views
jQuery AJAX SOAP based web services and CORS (cross origin resource sharing)
I have for a few weeks now been trying to get one of my jQuery AJAX SOAP based cross domain web service to work from a jQuery plugin I have written for one of my customers.
Most of the research I did ...
0
votes
0answers
24 views
Getting error when calling Web Service
I am trying to call web service using PHP/SOAP, Here is the code but i don't know what am i doing wrong?
$client = new SoapClient(null, array('exceptions' => true, 'cache_wsdl' => ...
0
votes
1answer
14 views
SOAP Webservice call from Java gives “Object reference not set to an instance of an object”
I have a requirement where I call a SOAP based web service from Java using Axis2 from eclipse. The web service code is in C#, with a BasicHttpBinding.
But when I call the method from the client stub ...
0
votes
0answers
11 views
WCF remove h:Security section from soap header
I'm calling a soap 1.2 web service and it requires the credentials are sent within the Security element of the SOAP Header. I'm using a custom binding as follows.
<customBinding>
...
1
vote
0answers
25 views
How can I get WebClient (webservice client) to automatically use the default proxy server?
I'm calling a webservice from a WinForms app. Everything works fine when a proxy server isn't in use, however when a proxy is being used, the app crashes as instead of the XML response it's expecting ...
1
vote
1answer
19 views
Connect to sample SOAP 1.1 with PHP
Hello i need to connect to SOAP web services with password, username and SourceId in php.
the SOAP request is:
POST /webservices/AgentOnlineReservation.asmx HTTP/1.1
Host: 54.228.189.53
...
0
votes
0answers
14 views
Java SAAJ Basic Authentication
I have a basic SOAP service endpoint, actually SAP ECC, presenting a service. I have tested the service using SOAPUI 4.5, and it works ok using HTTP Auth, preemptive by the looks of things. I see an ...
0
votes
1answer
163 views
kSoap, when I get my parameters on my webservice their values are null, why?
I'm trying to make a webservice in Java (Tomcat) and I'm calling it from Android with kSoap. The parameters when my webService is called are null. I don't know why.
Data of my WebService
Punto Final ...
1
vote
1answer
4k views
How to call axis apache client in java
I want to connect to the web service with apache axis in java and I have some wrong parameter but I don't know which:
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import ...
0
votes
0answers
8 views
Unmarshalling error from Soap client
The WSDL part is as follows:
<xs:complexType name="requestRow">
<xs:all>
<xs:element minOccurs="0" name="RoutingData" type="tns:RoutingData"/>
<xs:element minOccurs="0" ...