0
votes
0answers
8 views

Backward compatibility in ASMX to WCF migration

I need to upgrade our web services to use WCF instead of ASMX. Is it possible to have the backward compatibility to use back ASMX service? I'm having two proxy projects. one is generated by ASMX ...
0
votes
0answers
23 views

Web Service does not contain operation - it does, but it starts with an upper case letter

I am trying to write a SOAP Client for KashFlow which has this WSDL: https://securedwebapp.com/api/service.asmx It uses soapenc, so I can't use JAXB (and wsimport) as I'd prefer, and so need to use ...
0
votes
2answers
31 views

SAXParseException: The prefix “xsi” for attribute “xsi:schemaLocation” is not bound

I'm getting the error when I try to call WebService (HP-Service Manager, if it's going to help) from the class deployed to WebSphere 7.0. The same code functions when I call it from JUnit code... The ...
0
votes
0answers
10 views

“Error parsing the WSDL file:” Web service plugin in Wordpress

i've been looking around stackoverflow if anybody had already asked this question, but not find one. I am new at using Wordpress and using THIS PLUGIN GUIDE to activate the plugin to use over Web ...
0
votes
1answer
49 views

Is it still not recommded to use implementation of java collection and map in web services [closed]

I'm deciding on whether to use implementation of java collection and map or stick to arrays in webservices. Postings on Google all seem to suggest sticking to array but those postings were all from ...
0
votes
0answers
9 views

Tool for WSDL modeling?

In order to develop webservices by using the Top-Down method, I need to choose a tool for the WSDL modeling. I prefer a graphical method like Papyrus for UML. Could you give me some suggestions?
0
votes
0answers
14 views

Circular imports in wsdl - java class generation

There are two wsdls : svcwsdl which has port type and service definitions svcwsdl1 which has the binding definitions svcwsdl refers svcwsdl1 for binding type and svcwsdl1 refers svcwsdl for port ...
2
votes
1answer
48 views

JAX-WS web-service defined by WSDL with abstract global elements

Here is a WSDL containing abstract global element named paramName: <wsdl:definitions name="AdapterSessionManagerService" targetNamespace="http://companyname.org/" ...
0
votes
0answers
21 views

How can I describe choice element using nusoap?

I use nusoap to generate wsdl and I'm stuck at the point trying to describe choice element (xsd:choice). The required xsd part looks like this: <xsd:complexType ...
1
vote
0answers
32 views

WSDL with the same operation name and input type produce incorrect client stubs?

I have a WSDL file with the same operation name and request parameter name. When I generated the client stubs using the WSDL file, the port class produces a method with void return type. Furthermore, ...
0
votes
0answers
8 views

Find out if a Secure Web Service is accessible from a machine

I have a Secure Web Service which can be accessed from any public domain. But, for a particular user, the service is unreachable, but they say the server is reachable for them. Is there any mechanism ...
0
votes
0answers
5 views

Ultra cart -FSI Fullfilment integration Web service Error

I am working on Ultra cart (shopping cart) - FSI (fullfilment Center) Web service integration and successfully communicated with Ultra cart Web service through WSDL service URL. But for FSI web ...
0
votes
1answer
34 views

Example/ Tutorials to use Apache ServiceMix API's for monitoring web-service programmatically [closed]

I am new to the world of Apache ServiceMix and I need to setup a test environment in which I need to delopy a simple (SOAP) web-service and then call that web service from any external medium. I ...
0
votes
0answers
21 views

windows phone, wsdl function “not found” error

I am programming a little windows phone 7 application. It should consume webservices. I tested sucessfully the code in a xammp (local) environment, but if on a free webhoster I get an error ...
0
votes
1answer
34 views

Generation of proxy works fine in one environment but not in the other?

I have a simple Webserivce (WCF) hosted in a Windows Service(Selfhost). The declaration of the service looks like this : <service ...
0
votes
1answer
32 views

How to send files in a SOAP web service with Spring WS

I am creating my first SOAP Web Service with Spring WS by following this article http://static.springsource.org/spring-ws/sites/2.0/reference/html/tutorial.html. So far it seems to make sense and is ...
0
votes
1answer
19 views

Accessing a webservice on my localhost

I've a running WebService published on "http://localhost:8080/FreeMeteoWS/FreeMeteoWS?WSDL". I want to access this webservice from a device on the same network...what address should I put in order to ...
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
26 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: ...
0
votes
0answers
21 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
31 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 ...
-1
votes
1answer
41 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
1answer
96 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
41 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 ...
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
32 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
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
11 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
64 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 ...
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
3answers
44 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
27 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
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 ...
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
67 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 ...
0
votes
1answer
54 views

How can I take any web service's parameters in C#? [closed]

How can I take any web service's parameter's in C#? But I just have Web service's url. I want to parse parameters in standart C#. But without adding web service to in my project. Also I want to know ...
0
votes
0answers
24 views

Adding a service reference creates a class with the correct methods but no parameters

I'm trying to write a program in VB.NET 4 to consume a webservice, whose WSDL URL I've been given. In order to test it out, I've created a new project, then clicked on Add Service Reference from the ...
0
votes
1answer
34 views

WSDL element is null?

I have an WSDL document and it has elements like this above. <s:element name="NewPortalOrder"> <s:complexType> <s:sequence> <s:element minOccurs="1" ...
0
votes
0answers
63 views

How to pass C# array to java code using Spring Webservice(SOAP)?

C# Code: public void sendData(){ WebService.PostMortem.PipePersistence[] pipePersistanceArray=new WebService.PostMortem.PipePersistence[linkList.Count]; PipeData pipeData=(PipeData)link; ...
0
votes
1answer
84 views

How to crate web-service from wsdl and xsd files in NetBeans?

My task is to crate web-service in NetBeans (using Tomact) from wsdl and two xsd files. I don't understand what should I do with xsd files? What sequence of steps? I've tried to crate "Web service ...
0
votes
0answers
14 views

Uncomplete class definition in the wsdl file/page/site

I have simple web service based on jax-ws. It has a method, let's say getUser, which returns the object of the User class, e.g.: public class User { //... private String id; public String ...
16
votes
3answers
467 views

Pass parameter as an object[]

I wish to use this API with a c# application: http://www.affjet.com/2012/11/26/4-4-affjet-api/#more-3099 After adding the wsdl to my projcet i wrote this simple code : (getTransactions gets a ...
0
votes
0answers
95 views

SSIS Web service task, WSDL file not valid error

i am trying to run a SSIS package with a web service task from a Sql server job, its failing with below error Message Executed as user: UKDBT91DB05V\SYSTEM. Microsoft (R) SQL Server Execute ...
0
votes
2answers
193 views

Error consuming wsdl web service with c# The formatter threw an exception while trying to deserialize the message

I am trying to consume a wsdl web service (java) using C#. I added the service reference and implemented the webmethod call but it is returning following error: The formatter threw an exception while ...
0
votes
1answer
18 views

WebService WSDL discrepancy between 10.3.0 and 10.3.6

I'm working on a web service and I've encountered a discrepancy in it's WSDL when I deploy it on Weblogic 10.3.0 and when I do it on 10.3.6. Basically, there's a small variation that pretty much ...
-1
votes
1answer
113 views

Convert WSDL to C# classes

I have problem with integration with my courier (www.raben.com). I've got WSDL schema http://integrator.raben-group.com/pl/?soap=itginterface.wsdl I'm using VS2012 .NET 4.0, project type is Class ...
0
votes
1answer
42 views

Is it possible to change a parameter name of an asmx web service without breaking clients

Is it possible to change a parameter name of an asmx web service without breaking clients? For example, consider a legacy service which has a web method like so: [WebMethod] public string ...
0
votes
0answers
18 views

AnyType Object over webservice in BPEL

I need to move objects over the network using web services. The service I'm invoking provide CRUD functions, the retrieve function need an object as parameter. With Java T's doable, just instanciate ...
0
votes
0answers
21 views

axis 2 generated a response class: why is get_return() not defined

I am using Axis 2 to generate webservices from the following java code: public int getHighestPayingJob(){ int[] jobs = getAllJobs(); HashMap<Integer, Double> myMap = new ...
0
votes
0answers
25 views

Exception in getting issue id through mantis connect

I connecting to my mantis bugtracker through webservice and when I try to get an issue through existing bug, like this: issue = (Issue) session.getIssue(issueId); I got an exception: ...

1 2 3 4 5 26