[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-31 Thread [EMAIL PROTECTED]
The org.apache.axis.encoding.ser.BeanSerializerFactory is not tied to 
rpc/encoded, it can be used with literal as well.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3864331#3864331

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3864331


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-21 Thread [EMAIL PROTECTED]
The mapping meta information should primarily specified by jaxrpc-mapping.xml 
which can be generated with wscompile. Only in rare circumstances 
ws4ee-deployment.xml is needed at all.

The wiki tells you how to define a valid ws4ee-deployment.xml

http://www.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863084#3863084

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863084


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-21 Thread kanno

Looking at the axis docs, I came across this that might be of some help.

And I quote, 

anonymous wrote : 
  | (The  tag is really just shorthand for a  tag with 
serializer=org.apache.axis.encoding.ser.BeanSerializerFactory, 
deserializer=org.apache.axis.encoding.ser.BeanDeserializerFactory, and 
encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;, but clearly it can 
save a lot of typing!)
  | 

But, as Thomas has posted in the past, I think the SOAP encoding is not WS-I 
Basic Profile compliant?



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863195#3863195

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863195


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread [EMAIL PROTECTED]
 is a specialized form of 
which can be specified in ws4ee-deployment.xml in the rare case where the 
standard jaxrpc-mapping.xml is not sufficient.

Replacing axis-ws4ee.jar by a the Apache axis distribution you will loose all 
WS4EE functionality and BasicProfile-1.0 compliance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862919#3862919

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862919


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread [EMAIL PROTECTED]
beanMapping  is a specialized form of typeMapping ...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862920#3862920

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862920


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread AndrewGriffiths
Is there any example showing how BeanMapping would be specified?

The following seems to be ignored!


  |  BEGIN ws4ee-deployment.xml ---
  | deployment
  |  xmlns='http://xml.apache.org/axis/wsdd/'
  |  xmlns:java='http://xml.apache.org/axis/wsdd/providers/java'
  |  xmlns:soap='http://schemas.xmlsoap.org/soap/encoding/'
  |  xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
  |  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  | 
  | service name='tnd.ear/tnd_exec.war#ActiveEventExecutor' style='rpc' 
use='encoded' provider='Handler'
  | 
  | beanMapping qname=ns2:DSLTestResults xmlns:ns2=http://myco.com;
  | languageSpecificType=java:myco.com.Results/
  | 
  | /service
  | /deployment
  | 
  | 
  |  END ws4ee-deployment.xml ---

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863014#3863014

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863014


---
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


[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-17 Thread AndrewGriffiths
For anyone interested an easy workaround was
to remove the jboss-ws4ee module and install/configure Apache
Axis as a standard web application instead.

In my case this easily allowed me to deploy the web services
by manually writing the deployment wsdd.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862502#3862502

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862502


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user