0
votes
0answers
10 views

Is it possible to define WSDL for a port listener?

I have a TCP-IP port listening implementation that basically receives an xml and sends an xml. Is it possible to define a wsdl for this service without altering the implementation?
1
vote
0answers
12 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
14 views

Can wsdl2java generated files be used in an Android project?

Java files generated by wsdl2java require javax.xml.bind., javax.xml.ws., etc. that Android does not seem to support. Is there a way to remedy this?
0
votes
1answer
27 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
1answer
19 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
1answer
25 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
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
44 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
31 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
36 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 ...
-1
votes
0answers
25 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
46 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
0answers
19 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 ...
0
votes
1answer
37 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 ...
1
vote
0answers
19 views

How to define a root soap service in wsdl

In wsdl file, I am currently defining a service like: <service name="test"> Then I can call API by sending request to localhost:port/test What if i want to call API by sending reqeust to ...
0
votes
0answers
60 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
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 ...
0
votes
1answer
17 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 ...
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
20 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: ...
0
votes
0answers
53 views

How to solve SAXException: Invalid element in

I try to get results from a webservice in the following way. List result = new Vector(); LibrarySearchRequest request = new LibrarySearchRequest(queryString); LibrarySearchServicePortTypeProxy proxy ...
5
votes
2answers
154 views

JAX-WS duplicates complex type when generating wsdl

I'm developing a web service with several methods taking as input identical complex data types. The data types have JAXB annotations and setters and getters, and the web service class has JAX-WS ...
0
votes
1answer
167 views

generating stubs from wsdl using axis 2 for client

I am a new bie to the world of webservices , I have to develop the client side code that is the java code,I have been provided a wsdl which I can see by opening that wsdl in the browser , As i have ...
2
votes
1answer
194 views

Cycle is detected in the object graph this will cause infinitely deep xml

enter code hereHi Guys me and some classmates are working on a project for school and are stuck with this error: a cycle is detected in the object graph this will cause infinitely deep xml. This is ...
1
vote
2answers
108 views

JAX-WS has XSD schema in different URL

I made a small web service using JAX-WS. The WSDL file has TYPES element like this. <types> <xsd:schema> <xsd:import namespace="http://ws.poc.mawia/" ...
1
vote
0answers
67 views

org.apache.axis.wsdl.toJava.DuplicateFileException: Duplicate file name:

I am trying to create client project from WSDL file using Axis 1.4 (I don't have other choices, even cannot use Axis 2) and getting following error. Can any one suggest me how can I resolve it? The ...
-1
votes
2answers
89 views

java in eclipse to create wsdl [closed]

All I am looking for is a simple example of how to create a wsdl. I use Eclipse with Java. It would be good to have example xml & xsd + exact filepaths. If you answer my question please advise ...
0
votes
1answer
52 views

WSDL generation with String Restriction

I have a Getter/Setter method in a class like this: public class milestone { String milestoneType; public String getMilestoneType() { return milestoneType; ...
0
votes
0answers
24 views

Eloqua External call web services

I wanted to connect CRM On Demand with eloqua using ExternalActionService wsdl web service in java. In that how eloqua pulls the data from crm on demand and sed back to the crm system. Do anyone have ...
1
vote
1answer
117 views

How to enforce Basic Authentication when fetching WSDL (Server side)

I'm looking for a way to force the client side to use HTTP Basic Authentication when it attempts to retrieve my WSDL file. Using JAX-WS I created the following web service, I use GlassFish 3: ...
1
vote
0answers
31 views

Is there a General Binding Rule to resolve severals : Two declarations cause a collision in the ObjectFactory class

I'm working to generate java class from a WSDL and several XSD files. One of the XSD contain more than 1000 complexType/element that causing the error: Two declarations cause a collision in the ...
1
vote
1answer
160 views

wsimport: multiple wsdl overwrite ObjectFactory

I have multiple (let's say 2, A and B) webservices and I need to generate a client to use them togheter. In Netbeans I use the wizard "new Web Service Client" passing the two wsdl, looking at the ...
0
votes
2answers
287 views

Apache CXF wsdl download via SSL/TLS

I have a cxf service running at https://localhost:8443/services/MyService?wsdl with client certificate required. The WSDL is not important here. I am able to invoke the service when I remove the ...
0
votes
2answers
57 views

Converting Complex Component Interface to Standard Web Service [Java]

I have component that has complex interface with operations accepting non-primitive data or simple POJO. What is the best practice (ways/methodologies) to convert this component interface to be ...
0
votes
2answers
224 views

Generating java code from wsdl using cxf gives code too large error

I have generated the code form wsdl to java using cxf 2.7.3 but when building the assembly I get "code too large" error. Indicating that one of the methods have exceeded java 64kb limit. I know ...
1
vote
1answer
212 views

Auto-generate web-service JAX-WS from WSDL

I have to create a web service equal to an existing one. The WSDL must be the same because they do not want to change the client. How can I do this? Also, how I can do with JAX-WS with Maven?
0
votes
1answer
73 views

Amazon API SOAP code generation from WSDL, Intellij

I generated Java code from the Amazon WSDL found here in Intellij. It appeared to have worked great. However, as I followed the tutorial found on this page I encountered a problem. The last line of ...
0
votes
1answer
182 views

axis2 error creating java code from wsdl

i have to create a client for a given wsdl ... <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" ...
0
votes
1answer
73 views

JAX-WS port from WSDL

I have a JAX-WS imported WSDL client. When I try to connect to webservice endpoint, the JAX-WS client tries to load WSDL. Why that? I dont want to store the WSDL in my project, I dont want to load ...
0
votes
0answers
39 views

Getting WSDL definition behind proxy - request stucks

I have a Tomcat installation of a Wsdl Request Generator which is behind proxy. When I want to get a definition it stucks at ctx.getDefinition. My code: protected void ...
0
votes
0answers
80 views

Issues encountered when importing wsdl

I created a web service "patients", and hosted it on Axis to get the WSDL: WSDL code <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:ns1="http://org.apache.axis2/xsd" ...
0
votes
1answer
164 views

nullpointerexception while parsing wsdl using wsdl4j for listing of operations, input/output parameters

The code is working for a wsdl with only single operation but for wsdl with multiple operation tags, it is giving a nullpointer exception. Exception in thread "main" ...
0
votes
1answer
101 views

SAXParseException in JAXB during CXF WebService test

I am new to JAXB. I was provided a wsdl file, I used apache-cxf utility wsdl2java to gain a number of java classes, from which I implemented my webservice. But when I start client server test on my ...
0
votes
2answers
89 views

how to use this URL to sync time android

i have a url given to me to used for syncing the server time to my application, Question is how to do that? anyone can explain to me what to do here thank i really appreciate it. here's the URL = ...
0
votes
3answers
85 views

A tool to generate a Java Webservice based on an existing WSDL

Typically you would be able to generate a CLIENT java class(es) based on a WSDL. However, that's not what I need here. There is a Webservice that I want to create a proxy for. I need the proxy to be ...
0
votes
1answer
193 views

How to add xsd in WSDL

My requirement is to create a webservice on WebSphear. I want to add my xsd file into WSDL. For that I've written my xsd file below - <xsd:element name="getAppDate" ...
0
votes
0answers
26 views

dump Axis SOAP messages into a file

I remember in a project I worked on long time back, whenever we wanted to see the SOAP messages, we just put a trigger file in java classpath, and Axis will just start dumping all the SOAP messages ...
1
vote
0answers
31 views

Generating a web service client stub from WSDL for Android [duplicate]

I'd like to generate a client stub from a WSDL url, and I've done it in Eclipse for a Java project, but I can't seem to do it for my Android project. Is there any way to do that, or do I have to use ...
2
votes
1answer
147 views

How to build a WSDL using Maven

I'm looking to replace a supplied Ant build with Maven. I know of (but haven't used) ant run, and I'd prefer not too. To make a long story short, NetSuite provides a wsdl to use when making web ...
0
votes
0answers
105 views

Trouble with JAX-RPC WSDL generation for array return types

I have the following Java in a class that I'm using RAD 8.0 to generate a WSDL for. This code is existing and is already being successfully consumed. I need to add some things to the web service ...

1 2 3 4 5 16