[JBoss-user] [JBossWS] - Re: SimpleDeserializer encountered a child element, which is

2005-10-20 Thread [EMAIL PROTECTED]
The DII client code you are showing is not aware of the java/xml mapping 
(jaxrpc-mapping.xml)


  |  Call call = service.createCall(portName, operationName); 
  | 

Why do you use DII from your servlet at all if you already lookup the 
preconfigured proxy from the env context?

You probably want to use


  | service.getPort(YourSEI.class);
  | 




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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SimpleDeserializer encountered a child element which is

2005-06-15 Thread ameisinger
Hi,

I created my mapping.xml and wsdl file with wscompile. Now it works. Before 
this I've created the files with Java2WSDL. Althaugh it seems to work for 
single custom type, for arrays it does not work, because of the Java2WSDL 
command, I guess. During generating the client-files the IDE created an 
additional client-file called arrayOf_xsd_xxx. 

I don't know for what this file is - it does not matter because by using 
wscompile it works without this arrayOf_xsd_xxx files.


Regards,
Alex

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user