Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag ...

learn more… | top users | synonyms

0
votes
1answer
41 views

“Failed writing body” CURLOPT_WRITEDATA

The below code is to get response from a server using wsdl, here the problem is curl returns response but am unable to print it. Error: Failed writing body Failed writing data ...
1
vote
1answer
55 views

Date filter in Microsoft Dynamics NAV webservice

When sending a filter to the webservice in php everything works fine, but when we need to sort on dates we encountered a problem. We need to get all the objects modified after a certain date. In a ...
0
votes
1answer
38 views

Consuming service with problematic wsdl - Unexpected Element Exception

I have to consume service with problematic wsdl (cannot change it). At first I had to custom mapping because generated classes were in java.x package. Now I generated vanilla client and tried to use ...
0
votes
0answers
28 views

Cannot import SOAP service written in PHP in Visual Studio 2012

I'm trying to import the service with the WSDL located at: http://rxb.se/dmdstats/server_actionbase.php?WSDL&readable Into my visual studio 2012 project. But I get errors: Custom tool error: ...
-2
votes
0answers
21 views

aperteworkflow automatic step base on role

this image shows how the process that I want. I want to make automatic step, #{initiator} start the task (task_1), with muleScript, next step is automatic step base on #{initiator} role, exp: if ...
0
votes
1answer
25 views

From dynamic end point WSDL to static wsdl

I used a dynamic end point wsdl (wsdl via http) to generate the client side. This works fine. Is it possible to generate a static wsdl from the http link of dynamic wsdl? The problem is that the ...
0
votes
0answers
22 views

No namespace in <return> tag of SOAP response

I am using CFX, Java 7 and JAX RI to create my web services. I am able to retrieve responses from my CFX Java client. But another team working on .Net are facing issues because the tag of my SOAP ...
0
votes
0answers
33 views

IWAB0135E An unexpected error has occurred

I have this error when I'm trying to invoke an operation of my web service. I'm using Eclipse and the web service is a simple "Say hello" one. Here's the entire error : IWAB0135E An unexpected error ...
0
votes
1answer
32 views

PHP native Soap, NuSoap or Zend Soap? [closed]

Being relatively new to Soap in PHP, I have created a small extend on the Native PHP Soap classes for an set of commands based on wsdl. This code is pretty ugly. I have used a generator I have found ...
0
votes
0answers
25 views

nusoap wsdl connection error but in telnet test everything is OK

I use nusoap to connect to an URL, But I cannot connect and I didn't get any error in $soapclient->getError() . I can connect to that URL via SSH commant and telnet, that URL show an XML data on ...
0
votes
1answer
23 views

Display custom message while mule project is shutdown

In MULE CE 3.3.0, I have this Configuration XML file(I copied it below) <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:http="http://www.mulesoft.org/schema/mule/http" ...
-1
votes
1answer
42 views

how can use wire-tape in mule for statstict wsdl?

i define a web-service in mule i want to get statistics user that use from web-service how can use wire-tape in my project? what is wire-tape? i have not wire- tap in mule pallet <flow ...
0
votes
0answers
37 views

PHP SOAP ISSUE / XORA.COM WSDL API

I am having trouble with XORA.com WSDL API (Field Force Manager - http://www.xora.com/developer/ffmdev/ffm_dev_home.html). Since you have to have a username / company id / password to access, I have ...
0
votes
1answer
100 views

How to Capture incoming SOAP XML Message (WSDL format) from external web service

I am new to web services and need to capture SOAP XML messages that will be sent to my web service. I found article that says you can read the contents of the Request.InputStream from within your asmx ...
0
votes
1answer
42 views

how can shows wsdl from internet by new address (own address)?

i want use wsdl form internet in mule such as :http://www.ommolketab.org/OML_News.asmx?WSDL i want to : after that i write [http://localhost:8082/myservice?wsdl][2] be showed wsdl from address ...
0
votes
0answers
34 views

Sending post data using SOAP in php for a flight search api

I'm curremtly working on a project "Flight search" with SOAP and PHP. I'm new to this SOAP Technology. I've to send the XML over POST Request and get the response: <Request> ...
0
votes
1answer
24 views

Why does WSDL change break vb.net application?

I am accessing a web service that is coded in c# - I am coding my application in vb.net. The owner of the webservice made a WSDL enhancement recently by adding a few values in an enum and a few other ...
1
vote
0answers
46 views

Add Service Reference: Ordering of Serialization Fields

I'm writing a C# web service client in Visual Studio 2008 with a Java web service endpoint. I have no control over the endpoint and the SOAP messages that it sends back. I created an auto-generated ...
0
votes
1answer
34 views

java web service wsdl: Getting data out of a responce variable

Very new to web services (as you can tell from the Q) so i am pretty sure this is a basic question. I am sending the request of to the server ExecuteSQLQueryReq sqlParams = new ExecuteSQLQueryReq(); ...
0
votes
0answers
27 views

Sending attributes to soap envelope request

I am trying to implement an email send function on php. The wsdl structure looks like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
0answers
18 views

WSDL determining values

<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8059/axis/hotelsahara/getdata.jws" ...
1
vote
1answer
23 views

WSDL ReportExecution proxy file does not compile due to ambiguity errors

I'm using ReportExecution proxy class in my program. When I try to compile it, I get 58 ambiguity errors in generated file. This is the sample error output: Error 1 The namespace '<global ...
0
votes
0answers
18 views

SoapClient Strictly Follow WSDL (Like .NET)

Is there a way to make PHP's SoapClient strictly follow the declaration in the WSDL? In other words, if a method is not defined, it will through an error, etc. My problem is that on my PHP ...
1
vote
1answer
49 views

Error orchestrating web service deployed in azure with Apache ODE

I am trying to orchestrate a web service deployed in Windows Azure with Apache ODE. I am testing the services with the Eclipse integrated Web Service Explorer. The Azure WS works fine but when I test ...
0
votes
1answer
20 views

Microsoft.NET WS client: all operation and types, but no members

I'm trying to generate a .NET WS client from a WSDL + some XSD. I've tried two ways with the same result: Add Web Reference and WSDL.EXE I've tried different framework versions, IDE versions and ...
0
votes
0answers
12 views

Working with the Coverity with AXIS and Java

How can i create a web-service client for accessing the coverity webservices with java. I don't know where to start. The coverity web-services are deployed in AXIS i think. How can i work with the ...
0
votes
0answers
69 views

org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'B' (code 66) in prolog; expected '<'

I'm getting this error when sending a request XML calling through a webservice. But I can't find a invalid character as 'B' in the XML. OMException in getSOAPBuilder ...
-3
votes
0answers
41 views

creating web service client from wsdl [closed]

I'm trying to create a web service client from a wsdl, but eclipse is always giving me the same error: IWAB0399E Error in generating Java from WSDL: java.io.IOException: Two elements with the same ...
0
votes
1answer
51 views

How do I use our private key to make a web service call?

We're using Java 6, JBoss 7.1.1 and Spring 3.1.1.RELEASE. I'm trying to write an application that will request data from a WSDL on a corporate web site and then write that data back to a local ...
0
votes
2answers
58 views

“No Action header was found” error message while using SOAP webservice

Getting following error while consuming SOAP webservice in iOS App "No Action header was found with namespace 'http://www.w3.org/2005/08/addressing' for the given message." The same webservice ...
0
votes
2answers
25 views

Android asynctask with no input or output

I have set up an async task that will get a list of countries from a wsdl and from the result i create a bunch of country objects and add the objects to an arraylist in the country class file. I want ...
0
votes
0answers
38 views

SOAP WS: define types in WSDL or in external namespace xsd file

WSDL file can declare the namespaces they use in the <definitions> element. Additionally, a WSDL file can contain a <types> element which can embed (as its content) an <xsd:schema> element. ...
4
votes
1answer
48 views

What is the use of the /serverInterface and /server option for the WSDL.exe tool

All, Generally.With the asp.net tool WSDL.exe tool, I think there are three ways to generate asp.net code from the wsdl file. default output to generate client proxy class. generate abstract class ...
0
votes
0answers
24 views

how to construct the WSDL with array structure

How can I construct the WSDL with the array structure? For example if I want to send following XML to server, how can I construct the array element type in WSDL file? I use Apache server and PHP ...
0
votes
0answers
30 views

svcutil generated wsdl does not include soap12 operations

I have a WCF service that I have followed this article to add a custom Soap1.2 binding. When I run the service in Visual Studio (2012) I am able to browse to the Soap1.2 WSDL (using the WCF Test ...
-1
votes
0answers
31 views

JDBC ResultSet to WPF client via WSDL

How can a JDBC ResultSet be exposed by a Java WS to a .Net client via WSDL? I'm trying to use an XML string, but I'm wondering if there's a simpler and better way of doing this. Architecture C# WPF ...
1
vote
0answers
51 views

SOAP response object parameters not populated

OK, so i'm developing both client and service app. Web Service is JAX-WS, and client is C#. Here is request envelope: <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" ...
0
votes
1answer
31 views

Salesforce: How to get the Enterprise WSDL using the API?

I need to access the Enterprise WSDL using the Salesforce API in my Java app. Can anybody help with this?
0
votes
1answer
38 views

How to get all the parameters of this WSDL document web methods

I am working on a project where in which the requirement is to get all the web methods of the WSDL document including its parameters to get/send the data from/to web services. I request to suggest ...
0
votes
0answers
23 views

Which wsdl field should soap use to determine which operation to perform?

I've been experimenting a bit with soap, and I'm a little confused. I've been using SOAPUI to create messages to a test service I wrote (and exposed using spring). What puzzled me was, I couldn't ...
-1
votes
1answer
47 views

How to retrieve web methods and its parameters from WSDL document using LINQ

I Have a WSDL document. I need to retrieve all the methods and its parameters for a requirement. I suggest any help regarding this will be very helpful to me. Thank You, Sai Hariharan.K
0
votes
3answers
46 views

Backend for SOAP in Python

I am a Python programmer, but new to webservices. Task: I have a Typo3-Frontend and a Postgresql-database. I want to write a backend between these two parts in Python. Another developer gave me a ...
-3
votes
0answers
28 views

translate portion of from c# to php for a wsdl response [closed]

i need a help for translate an example of code written in c# that retrieve the response (OK or KO) of creation of a new customer. this is the wsdl ...
0
votes
0answers
36 views

Need help accessing save.tv SOAP interface from python using soappy

I'm trying to access the inofficial SOAP interface of www.save.tv through python. The following provides me the list of methods/parameters: from SOAPpy import WSDL url = ...
0
votes
1answer
41 views

Generation JAVA classes from wsdl in runtime

my problem in calling wsimport from JAVA code. I have maven project and I need to authomatically call wsimport and get calling's result (it very important). I found only one way to call wsimport from ...
0
votes
0answers
33 views

Adding proxy classes from WSDLs as web service reference to an existing solution - VS 2012

I am using Visual Studio 2012. We obtained several WSDLs from a web service provider. We ran a conversion utility to convert them to code files (.cs) as proxy classes for the web services. How do I ...
1
vote
1answer
48 views

How to validate WSDL contract break?

I have a notion of what breaks a WSDL contract or not (What are considered non-breaking or backwards-compatible changes to a WSDL contract?) but every time we make a change to some of our WSDLs we ...
0
votes
1answer
28 views

WSDL connect in localhost but not in Host server

I am new to WSDL. We have done a project on WSDL in VB and call service via PHP SOAP function which works fine in Localhost but not in live. We came to know that problem in Default Namespace. When ...
0
votes
0answers
11 views

Generate Session beans and entity beans from WSDL

I have a WSDL file describing a web service and the associated XSD files describing the inputs/outputs of its operations. I would like to generate a an EJB application to use this web service. Thus I ...
0
votes
1answer
71 views

How to create SOAP client with spring application

I need to create a client with WSDL. I have a Java web application with JSF, Spring and JPA. In this application I need to create a form and send the info to the SOAP web service. This service should ...

1 2 3 4 5 74