Questions tagged [wsdl2java]

WSDL2Java is a JAX-RPC tool that is run against the WSDL file to create Java APIs and deployment descriptor templates according to these specifications.

656 questions
0
votes
1 answer

AxisFault: javax.xml.stream.XMLStreamException

we are using drupal soapservice for webservices. while we are trying to call soapservice, it returns the results but axis2 throws the following error... org.apache.axis2.AxisFault: javax.xml.stream.XMLStreamException: element text content may not…
kesavalu
  • 3
  • 3
0
votes
0 answers

wsdl xsd without targetnamespace

I have a problem with WSDL+XSD. My WSDL and XSD works fine by using Apache CXF:
user1453201
  • 31
  • 1
  • 5
0
votes
1 answer

Axis 1.4 webservice from WSDL

I need to create a webservice (server app, not client) from another company's WSDL file. I've created client apps from WSDL but never a server app. There is no documentation supplied by the other company but I found this online (page 64); it's…
DaveKub
  • 983
  • 2
  • 19
  • 30
0
votes
1 answer

how to specify Wsdl location in maven?

I have created a multi-module maven archetype which will accept the wsdl as input and generate interface and implementation class. I have given the wsdl in the META-INF/wsdl/Myservice.wsdl. But my requirement I need to specify the location of wsdl…
Ramya
  • 1,067
  • 6
  • 16
  • 29
0
votes
1 answer

Cannot generate webservice client with WSDL2Java with WSSE

I'm having trouble generating the client classes using WSDL2Java from Axis1.4. The WSDL contains the header xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" The error shown is java.io.IOException:…
sergeiw
  • 1
  • 2
0
votes
1 answer

axis2 - Error parsing WSDL

I'm new in using axis2 and I'trying to generate java classes from a wsdl. Unfotunately I get the following exception : org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL I cannot figure out how to find the problem. I work with…
flavio
  • 11
  • 2
  • 5
0
votes
1 answer

How does one tell CXF wsdl2Java to generate java code for specific version of XMLBeans

I am facing any issue with CXF wsdl2java. I need to generate Java code using CXF wsdl2java with xmlbeans databinding for specific version of xmlbeans. It looks like by default its generating for 2.5.0. In my case, I would like to generate code for…
-1
votes
1 answer

Regarding WebServiceDiscriptionLanguage: exception: ; nested exception is: java.lang.IndexOutOfBoundsException

I am attaching my java file, which is giving me the following error: exception: ; nested exception is: java.lang.IndexOutOfBoundsException: Index: 0 Size: 0 /** * CreateINCIDENTCRMType.java * * This file was auto-generated from WSDL * by the…
-1
votes
1 answer

How to call java based wsdl webservice using ksoap2 from android client?

I am new to android. I have to call java based wsdl webservice from android client using ksoap2. Can any one help me? I have try to call but getting XmlPullParserException.
Roshni
  • 31
  • 3
-2
votes
2 answers

How to generate client code with http basic authentication by cxf wsdl2java

if the wsdl is protected by http basic authentication, how to generate client code by cxf wsdl2java, I have read the documentation of wsdl2java, but I didn't find any useful option.
boner
  • 11
  • 1
-2
votes
2 answers

How to create webservice in java using apache tomcat using PostgreSQL

I want to know how to create web service. I am an android developer. Which method is suitable in android web services, actually we are using server side apache tomcat in PostgreSQL so please give me any ideas about this issues
raja
  • 3
  • 4
1 2 3
43
44