Re: [JBoss-user] @jboss-net:xml-schema

2003-06-11 Thread Jason Essington
This looks like a problem with your client. Does your request (you might have to use tcpmon, or wade through your server log to see the xml of the request) have an xml element that has xmlns:tns1= in it somewhere? -jason On Tuesday, June 10, 2003, at 12:47 PM, Felipe Oliveira wrote: First

Re: [JBoss-user] @jboss-net:xml-schema

2003-06-10 Thread Felipe Oliveira
First of all, thank you very much Jason! The webservices get deployed fine now but I am getting an WSDLException when I call any method. Any ideas? Could it be my IBM jvm? Probabily not...just wondering Caused by: WSDLException: faultCode=PARSER_ERROR: Problem parsing '- WSDL Document

[JBoss-user] @jboss-net:xml-schema

2003-06-09 Thread Felipe Oliveira
hi i am using xdoclet to generate my entity and session beans but i also want it to generate my webservices. i have the part where it generates the web-service.xml defining my services and mapping them to the correct jndi entries of my session beans. my session bean methods return custom data

Re: [JBoss-user] @jboss-net:xml-schema

2003-06-09 Thread Jason Essington
On Monday, June 9, 2003, at 01:00 PM, Felipe Oliveira wrote: hi i am using xdoclet to generate my entity and session beans but i also want it to generate my webservices. i have the part where it generates the web-service.xml defining my services and mapping them to the correct jndi entries of