Ok, after going through all the examples, I sorta see what's going on with the 
assorted mapping files, etc.  Since apparently the automatically generated wsdl 
creates a wsdl that validates a message of


  | <getProfiles>
  |      <String_1>*BLAH*</String_1>
  | </getProfiles>
  | 

I can't just use this type mapping


  | <typeMapping qname='ns1:getProfiles' xmlns:ns1='http://namespace'
  |     type='java:java.lang.String'
  |     serializer='org.apache.axis.encoding.ser.SimpleSerializerFactory'
  |     deserializer='org.apache.axis.encoding.ser.SimpleDeserializerFactory'
  |     encodingStyle=''>
  | </typeMapping>
  | 

because the value between the tags isn't a string type.  Is it standard to just 
edit the wsdl file or to edit the typemappings via the ws4ee-deployment file?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to