Questions tagged [wsgen]

wsgen - Reads a web service endpoint implementation (SEI) class and generates all of the required artifacts for web service deployment, and invocation.

79 questions
0
votes
1 answer

Using wsgen to generate all necessary Java artifacts - class not found

I have the following class HelloWorld.java - interface HelloWorldImpl.java - service implementation HelloWorldPublisher - publisher in the…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105
0
votes
1 answer

Class not found / wrong name when using wsgen

I'm having an issue with wsgen and while I've seen some answers that worked none of those solutions seems to be working for me. I believe the problem is related to the structure of the source and binaries. My WSTest project is setup with the…
user3105248
  • 1
  • 1
  • 1
0
votes
1 answer

Java JAX-WS, wsgen, Class as Parameter?

I use wsgen to generate Java SOAP stubs. Using Java basic types or also collections is NO problem. But if I try to use a custom class as a parameter I get an error from wsgen. javac I do before over the java-files is without error. here my…
chris01
  • 10,921
  • 9
  • 54
  • 93
-2
votes
1 answer

Creating and using Webservices in same maven project

I'm trying to build a maven project, an OSGi bundle, which contains Webservices. I'm using JAX-WS with all the @WebService annotations to specify the webservices I have. To load these Webservices at a client location you are normally using wsgen and…
Progman
  • 16,827
  • 6
  • 33
  • 48
1 2 3 4 5
6