Since documentliteral does not work properly on jboss (!?) I'm using the 
rpcliteral. Its possible that the webbrowsers need the first one to work - i 
dont know...(with 'work' i mean: get fields and buttons to invoke the service 
:))

Anyhow, i created a very simple axis client using the axis libraries only and 
both wscompile and wsdl2java.

    
  | URL url = new URL("http://localhost:8080/myWS/RootDomain?wsdl";);
  | QName qname = new QName("http://myns";, "RootDomainService");
  | ServiceFactory factory = ServiceFactory.newInstance();
  | Service service = factory.createService(url, qname);
  | RootDomain d = (RootDomain)service.getPort(RootDomain.class);
  | d.getRoot();
  | 

In the jboss log I see the correct response, but on the client side i get a: 
SAXException: Deserializing parameter 'WSDomain':  could not find deserializer 
for type {http://myns/types}WSDomain

I guess this in a client problem and maybe the axis forum is more suited for 
this kind of trouble...

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to