[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client

king_country2000 do-not-reply at jboss.com
Mon Jun 4 03:15:29 EDT 2007


We had the same issue in that the .NET compact framework does not handle unqualified too well.

Setting up a package-info.java with

  | @javax.xml.bind.annotation.XmlSchema(namespace =  "http://a.c.f.i.com", elementFormDefault=javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
  | package a.c.f.i;
  | 

in the directory containing all the objects being transferred to the client solved it for us.




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

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



More information about the jboss-user mailing list