wsgen Questions
8
I am trying to generate my WSDL for webservices but I get this error:
Note: ap round: 2
Exception in thread "main" javax.xml.ws.WebServiceException: Unable to create JAXBContext
at com.sun.xml.i...
Wildfowl asked 29/8, 2011 at 15:36
7
Don't seem to know where (what directory - source or classes) to properly use wsgen against my WebService class...
Create a sample document literal based WebService:
package hello;
import javax....
1
Solved
I have been trying to write a web service (JAX-WS) and I have gone through a number of tutorials ranging from 2006 to 2013 ones. Most of them are with respect to some IDE. Those which talk about ma...
Laureate asked 6/4, 2014 at 13:33
2
Solved
I have a web service generated by wsgen through maven. When I deploy the service to Glassfish it places the server URL into the WSDL. Our Glassfish server is fronted by an Apache proxy server.
Wh...
Sasin asked 26/1, 2010 at 21:53
3
Solved
I'm hoping that an extension of some kind is available that does this (although I suppose that my hope is foolishly optimistic).
/**
* <p>
* Gets the {@link ResultObject} given the identi...
Cleft asked 17/11, 2009 at 2:18
1
Solved
I'm generating a WSDL from a Java class using the @WebService annotation and running wsgen, triggered by a Maven build target.
The problem I have is the generated WSDL defines the parameters for t...
Shon asked 26/1, 2010 at 16:26
1
© 2022 - 2024 — McMap. All rights reserved.