[jboss-user] [JBoss Web Services] - Generate a service that faithfully reflects original WSDL?

Scale It do-not-reply at jboss.com
Mon Feb 7 10:16:05 EST 2011


Scale It [http://community.jboss.org/people/meselfe] created the discussion

"Generate a service that faithfully reflects original WSDL?"

To view the discussion, visit: http://community.jboss.org/message/585976#585976

--------------------------------------------------------------
I have a WSDL that serves as a contract with a vendor. I need to generate service clients and a service impl for testing that faithfully reflects the service of the vendor.

When I generate a java SEI using wsconsume and create a java impl of the SEI and deploy to jboss then the WSDL generated by jboss does not reflect the original WSDL used as input for wsconsume. The targetnamespace and service name has been changed to match the java package name and class name of the impl class instead of matching the names in the original WSDL. This causes clients generated from the original WSDL to fail because they can't find the names they are looking for.  

The service java impl that I created references the autogenerated java SEI both by subclassing the SEI and through annotation @javax.jws.WebService(endpointInterface="...autogenerate SEI")

Looking into jsr 181 (sec 4.1.1) I noticed that the @Webservice(targetNamepspace="..") annotation maps to different parts of the WSDL depending on whether the annotation is present on the java SEI or the java impl class. If the annotation is only present in the SEI then its mapped to wsdl:porttype. In the opriginal WSDL the targetnamespace was used for wsdl:service. 

So how do I generate a test service that reflects the original WSDL?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/585976#585976]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110207/47f192fb/attachment-0001.html 


More information about the jboss-user mailing list