Here is the code for the generated class

  | 
  | // This class was generated by the JAXRPC SI, do not edit.
  | // Contents subject to change without notice.
  | // JAX-RPC Standard Implementation (1.1.3, build R1)
  | // Generated source version: 1.1.3
  | 
  | package nl.denhaag.gbd.wsclient.sport.verenigingdetail.service;
  | 
  | 
  | public class DhgThemaWsSptVSportverenigingDetaiTMasterRecordAttrs {
  |     protected java.lang.String naam;
  |     protected java.lang.String straat;
  |     protected java.math.BigDecimal huisnummer;
  |     protected java.lang.String huisletter;
  |     protected java.lang.String toevoeging;
  |     protected java.lang.String postcode;
  |     protected java.lang.String woonplaats;
  |     protected java.lang.String contactpersoon;
  |     protected java.lang.String tel;
  |     protected java.lang.String email;
  |     protected java.lang.String website;
  |     
  |     public DhgThemaWsSptVSportverenigingDetaiTMasterRecordAttrs() {
  |     }
  |     
  |     public 
DhgThemaWsSptVSportverenigingDetaiTMasterRecordAttrs(java.lang.String naam, 
java.lang.String straat, java.math.BigDecimal huisnummer, java.lang.String 
huisletter, java.lang.String toevoeging, java.lang.String postcode, 
java.lang.String woonplaats, java.lang.String contactpersoon, java.lang.String 
tel, java.lang.String email, java.lang.String website) {
  |         this.naam = naam;
  |         this.straat = straat;
  |         this.huisnummer = huisnummer;
  |         this.huisletter = huisletter;
  |         this.toevoeging = toevoeging;
  |         this.postcode = postcode;
  |         this.woonplaats = woonplaats;
  |         this.contactpersoon = contactpersoon;
  |         this.tel = tel;
  |         this.email = email;
  |         this.website = website;
  |     }
  |     
  |     public java.lang.String getNaam() {
  |         return naam;
  |     }
  |     
  |     public void setNaam(java.lang.String naam) {
  |         this.naam = naam;
  |     }
  |     
  |     public java.lang.String getStraat() {
  |         return straat;
  |     }
  |     
  |     public void setStraat(java.lang.String straat) {
  |         this.straat = straat;
  |     }
  |     
  |     public java.math.BigDecimal getHuisnummer() {
  |         return huisnummer;
  |     }
  |     
  |     public void setHuisnummer(java.math.BigDecimal huisnummer) {
  |         this.huisnummer = huisnummer;
  |     }
  |     
  |     public java.lang.String getHuisletter() {
  |         return huisletter;
  |     }
  |     
  |     public void setHuisletter(java.lang.String huisletter) {
  |         this.huisletter = huisletter;
  |     }
  |     
  |     public java.lang.String getToevoeging() {
  |         return toevoeging;
  |     }
  |     
  |     public void setToevoeging(java.lang.String toevoeging) {
  |         this.toevoeging = toevoeging;
  |     }
  |     
  |     public java.lang.String getPostcode() {
  |         return postcode;
  |     }
  |     
  |     public void setPostcode(java.lang.String postcode) {
  |         this.postcode = postcode;
  |     }
  |     
  |     public java.lang.String getWoonplaats() {
  |         return woonplaats;
  |     }
  |     
  |     public void setWoonplaats(java.lang.String woonplaats) {
  |         this.woonplaats = woonplaats;
  |     }
  |     
  |     public java.lang.String getContactpersoon() {
  |         return contactpersoon;
  |     }
  |     
  |     public void setContactpersoon(java.lang.String contactpersoon) {
  |         this.contactpersoon = contactpersoon;
  |     }
  |     
  |     public java.lang.String getTel() {
  |         return tel;
  |     }
  |     
  |     public void setTel(java.lang.String tel) {
  |         this.tel = tel;
  |     }
  |     
  |     public java.lang.String getEmail() {
  |         return email;
  |     }
  |     
  |     public void setEmail(java.lang.String email) {
  |         this.email = email;
  |     }
  |     
  |     public java.lang.String getWebsite() {
  |         return website;
  |     }
  |     
  |     public void setWebsite(java.lang.String website) {
  |         this.website = website;
  |     }
  | }
  | 

However, i don't think any wsdd is generated. This is a J2EE client app. The 
application client jar is 'deployed' in JBoss (using the getDeploySetup method 
of your WebServiceTestCase) to register the service in local JNDI. I am 
developing some kind of web service business delegate which is being tested 
with this class as base class.
The application-client.xml, jboss-client.xml, wsdl, jaxrpc mapping files are 
all included in the jar and all found during processing. Recently i  saw a 
(new) remark on the wiki about the J2EE client in 4.04. Is this related to this 
phenomenon?

Cheers
Karl






View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915785#3915785

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915785


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to