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
0answers
3 views

Opensource projects that will automatically build API catalogues from XSD, Webservices etc?

I am trying to build a catalogue of the various APIs that we have within our domain. The catalogue will pull up all the XSD, WebServices, WADL, WSDL and generate a reference documentation and maintain ...
0
votes
0answers
16 views

PHP/SOAP: How can UserCredentials be passed to SOAP request?

// Based on http://stackoverflow.com/questions/3934639/soap-authentication-with-php include 'auth.php'; $soapURL = "http://traindata.njtransit.com:8090/NJTTrainData.asmx?WSDL" ; $soapParameters = ...
0
votes
0answers
26 views

ArrayType in WSDL

having an error while executing wsimport. I am followint the link http://www.phpeveryday.com/articles/Web-Services-WSDL-Array-Array-Type-P517.html about transmit array type. What could be the problem? ...
0
votes
1answer
18 views

Exception occurred during code generation for WSDL : null

Exception occurred during code generation for WSDL : null java.lang.ArrayIndexOutOfBoundsException: 73 at ...
0
votes
0answers
25 views

PHP: How do I make a SoapClient request with credentials and get the data?

I'm new to SOAP and SoapClient. I'm making a SOAP request to a WSDL server. It requires credentials for userName and Password. I'm told I need to first do this and then make the request to get the ...
0
votes
2answers
18 views

UPS API including correct WSDL file and endpoint

I am new to using WSDL's. I have used REST before but not this. I am trying to run the sample code file that is included on the UPS developer site. Page 23 of this guide is the API I am using. The ...
0
votes
1answer
24 views

Parsing WSDL through PHP SoapClient

I'm trying to connect to Dynamics CRM via PHP. PHPs inbuilt SoapClient parses the WSDL successfully but I want/need to be able to look at some of the tags in the WSDL and extract information from it. ...
0
votes
0answers
27 views

How to properly implement a complex webservice? [closed]

I know how to create webservice, clients and make it all work. But now I'm facing a design problem. I've got an existing application and I want to use external webservice. Both my application and the ...
0
votes
0answers
16 views

Bad soap formatting in VS2012?

Basically, here is what my soap (generated by adding a Service Reference via wsdl in VS2012) looks like: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope ...
-1
votes
0answers
19 views

Unable to generate custom WSDL - axis2

I am trying to generate WSDL based on existing custom WSDL provided. Custom WSDL was validated using SOAPUI. It generates operations perfectly. However, when deployed this WSDL within EAR it is not ...
0
votes
1answer
20 views

WebServiceexception “No Content-type in the header” when trying to consume Apache Tomcat hosted webservice

I am getting wsdl url of remote webservice which is deployed on apache tomcat. I am converting into java client using CXF, when calling method of web services getting following error. Exception in ...
0
votes
0answers
9 views

wsdl2objC how to send two parameters to web service?// please advice

I can't to send two parameters,please advice -(IBAction)buttonClick:(id)sender { getDBSoapBinding *binding = [[getDBService getDBSoapBinding] ...
1
vote
1answer
26 views

SSL client certificate in Maven

I use the "maven-jaxb22-plugin" to generate classes so I can call a web service written in .Net. Usually it works fine but this time, I can only access the WSDL using a client certificate through ...
2
votes
1answer
20 views

jax-ws wsdl didn't create a set method

I have created a wsdl based web service and for some reason one of my elements doesnt have a set method only a get method. <xs:element name="Request"> <xs:complexType> ...
0
votes
0answers
6 views

Websphere equivalent of Reuse types in referenced assemblies

We have a central data model which is imported into WebSphere Process Server, it is also used in several of the services that we call from WPS. When we import a WSDL from a service we get a ...
0
votes
0answers
10 views

Is it possible to use ebMS 3.0 with WSDL?

Is it possible to use ebMS 3.0 specification with WSDL instead of BPSS, CPPA? Could you provide an example? Thanks!
-2
votes
1answer
16 views

how to check if a site has webserivce avilable to use? [closed]

Im trying to start mashup project between many webservices But the issue is how to determain is the site has webserivce avilabily ? for instace nutrition.gov. anyone can help please regards,
1
vote
0answers
28 views

php - access dynamics crm 2011 with web services

I have to access leads (create new lead and get the list) in crm 2011 through the web services. I already made an app in c#/asp.net(it works) but now i have to do it in php and i'm stuck. i try: ...
0
votes
0answers
23 views

WCF over Http and Https resolving local address in WSDL

Recently we added HTTPS to one of our WCF services that is exposed over REST and SOAP endpoints. When we made this modification, the SOAP endpoints are experiencing issues that I am unable to find ...
0
votes
0answers
18 views

How to use Java classes from WSDL

I am programming in Android, using Eclipse. I received a .wsdl file, and used software to convert it to a bunch of .java files. Should I copy all the .java files to my Android project folder, or add ...
-1
votes
4answers
31 views

Can you tell what kind of database is the WSDL using?

Can you tell what kind of database is the WSDL using? The reason for asking is the 3rd party only give me a url and and didnt tell me anything about the database. I requested them to give me the ...
0
votes
0answers
14 views

JAXB external binding on WSDL

Hello I am trying to change the resulting package names of some namespaces in this wsdl file: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ...
0
votes
1answer
14 views

Should you remove MEX / WSDL on your production server?

While exploring google for information about MEX and WSDL I came across a few separate posts both on Stack Overflow and on the Microsoft social forums saying you should disable them on production ...
0
votes
1answer
33 views

soap parsing wsdl error: Unexpected element: TAG_END

I have an error importing a WSDL definition from an ASP.NET version 4 Visual Studio 2010 Express project, into SOAPUI 4.5.1 URL would be like http://localhost:7929/ws/AX.asmx?WSDL Error generated ...
0
votes
0answers
6 views

Import external wsdls once only through maven

I'm importing an external webservice client through maven with the following code: <plugin> <groupId>org.jvnet.jax-ws-commons</groupId> ...
0
votes
1answer
20 views

WCF Service, how do I tell if I am publishing WSDL or MEX?

It's my understanding that MEX and WSDL are two different ways of publishing metadata. In the interest of letting clients choose the one they prefer, I'd like to enable both. But I'm not entirely sure ...
2
votes
1answer
50 views

(WS)Stubs generation - underscore not allowed?

I tried out to generate Stubs from following wsdl: enter link description here (not my webservice so I cannot change names!) The problem is that I cant generate stubs successfully because in the wsdl ...
1
vote
1answer
26 views

webservice cannot open connection external servidor

i have a problem trying to use my own webservice that i just to upload in AWS server (is from an android terminal application that i am developing). I configured the servidor with tomcat7 and msql, ...
0
votes
0answers
11 views

WSO2 GAR file WSDL to Schema dependencies

I am uploading a GAR which has WSDL and associated Schemas. The dependencies (schema imports, includes) between one schema to another is showing up fine in the "Dependencies" and "Associations" ...
0
votes
1answer
42 views

wsdl importer seems to generate faulty code - inhertinace / abstract types issue

i think the wsdl importer from delphi xe3 seems to generate wrong code for a certain wsdl / xsd. The webservice itself is not made by us, but we need to consume it. I stripped out the relevant parts ...
2
votes
2answers
29 views

Invalid Element in SOAP Request

I auto-generated a solution from a WSDL file for a project I'm working on, but for some reason the solution does not seem to correctly handle the input specified by the WSDL. Does anyone know what I ...
1
vote
1answer
30 views

Create WSDL WebService Ruby on Rails 3

I want to create WebService based on WSDL in Ruby on Rails 3. I found a tutorial, but it is only for Rails 2. Anyone knows good tutorial for doing it in Rails 3? Or maybe someone knows how to make ...
0
votes
0answers
13 views

phpunit getMockFromWsdl accepts any non-valid wsdl file

Basically I have no access to a call being made to my SoapServer. To see if it functions like I want it to, I've tried to create a test for it. I have no idea how the call should be made, as the wsdl ...
0
votes
0answers
8 views

Magic Software (uniPaaS)- get data from webservice

Can someone show me a simple example of how to get data from web service on Magic software. Assume that I have WSDL file and the function I need called "getData()"
0
votes
0answers
15 views

Correct wsdlsoap address for my Web Service

I'm running a Web Service (with Eclipse Indigo and Java), in Tomcat7, the code doesn't give me any problem, and when I create the web service neither, but when I run the web service, tries to go the ...
0
votes
0answers
31 views

How to use asp to call out an xsd:element?

I have an existing URL for pointing to a web services e.g. https:// local host/web/accountinfo?WSDL I need to display the current balance (code below) to my web site (asp, the classic one...) ...
0
votes
1answer
18 views

How do I get a WSDL file to work with an Flex 4.7 generated iPhone app?

I have constructed an iPhone app using Flex 4.7. I have a WSDL file residing on a Coldfusion 10 server. When I preview the app with the Adobe Air iPhone simulator I receive data from the server. But ...
0
votes
0answers
31 views

Handling Data Types in HIbernate Join

So I have two tables with the following details: Employee(name, age, superior) Employer(name, age, sex) Now my .hbm.xml files look like: Employee.hbm.xml <?xml version="1.0"?> <!DOCTYPE ...
0
votes
1answer
17 views

svc file and restful web service

I have a restful service living on our company server IIS 7.5. The url is http://11.52.36.251/MessagingServices/IData.svc. I used Restsharp/Restclient to test it from client side. When I put the url ...
0
votes
0answers
11 views

Can't connect to stub

I am struggling with the following error: 05.06.2013. 17:55:43 org.apache.myfaces.util.ExternalSpecifications isUnifiedELAvailable INFO: MyFaces Unified EL support enabled ...
0
votes
0answers
8 views

jaxws-maven-plugin to create stubs and include wsdls in target location

During the development, I am facing some issues to generate stubs with maven jaxws-maven-plugin. My requirment is given below. I have some wsdls in my specified location, now my jaxws-maven-plugin ...
0
votes
1answer
25 views

Web service API to XML

Right I have done some more research and basically I need to connect to a web service. Here is the WSDL for the web service: http://aecjobs.bluefusesystems.com/api/jobAPI.cfc?wsdl The xml code below ...
0
votes
0answers
40 views

Execute a web service [duplicate]

I have a web service in remote server and I need to access the same from my machine. I also have the wsdl of the web service in my local machine. I can generate the stubs from the wsdl to execute ...
0
votes
0answers
18 views

How to add Security header to the soap envelope in java

How to add Security header element to the the Soap Envelope? I've tried the following using Ksoap2-android-assembly-2.4 lib... //Header element.... Element[] header = new Element[1]; header[0] = new ...
0
votes
0answers
14 views

Conversion between Generic and Specific WSDLs

I have a Generic WSDL request containing the following : <assess-request> <global-instance> <attribute id="g1" outcome-style="decision-report"></attribute> ...
0
votes
0answers
16 views

Generate WCF Web Service From WSDL

I have a WSDL from a pre-implemented Java web service and need to generate a WCF web service which uses the same WSDL. The requirement is that the clients programmed before MUST continue to work with ...
0
votes
0answers
6 views

problems refreshing the operations from WSDL in Portlet Factory

after I made changes in a WSDL and I'm trying to refresh my changes in the portlet factory , the model is not showing the new parameters in the operation, I have to delete the service call and ...
0
votes
1answer
25 views

How to convert SOAP web service to REST web service in Mule

I would like to convert SOAP ws to REST. Is there any elegant solution to this problem? REST should take input in json format. {key:value} This json should be put inside Body/Order/data tags: ...
1
vote
0answers
15 views

jaxws mapping two XML types to one Java class

in short, I have a wsdl that I have no control over, and it defines two types which are very similar and fullfill the same purpose: <xsd:complexType name="TypeA_CommData"> ...
-1
votes
0answers
29 views

Check that wsdl status (up/not up) by C programs

Hi i want to check that wsdl service is up nor not in remote server by C, can anyone help. I know how to do it in java, but my problem is i can not run a java program to check the same. My main ...

1 2 3 4 5 75
15 30 50 per page