RE: axis2 wsdl error

2006-12-26 Thread Amit G Soni
Hi Anne, I have attached my entire schema file with this. And one more thing I have generated webservices client using Axis-1.4. But in Axis-2 it gives me an error. Thanks, Amit Soni -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 9

RE: Axis2 - schema and WSDL

2006-12-26 Thread Danny Lin
Thilina, thank you for writing. I have a "dumb" question. What is DII API? I can't seem to find it in the document. Thank you again. Danny -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Monday, December 25, 2006 11:35 PM To: axis-user@ws.apache.org Subject:

Wsdl2java ant task many namespaceToPackages

2006-12-26 Thread Thomas Bruckmayer
Hi all! Sorry for the question but i have to map more than one Namespace to a package, for example: namespaceToPackages="http://webservices.swa.src/xsd=swa.webservices.xsd, http://persistence.swa.src/xsd=swa.persistence.xsd=swa.persistence.xsd"; But the above notation does not work, can pls someb

Re: Wsdl2java ant task many namespaceToPackages

2006-12-26 Thread Mehar SVLN
try this out namespaceToPackages="http://webservices.swa.src/xsd/=swa.webservices.xsd , http://persistence.swa.src/xsd/=swa.persistence.xsd=swa.persistence.xsd " this works

RE: Re[2]: jars locked forever

2006-12-26 Thread Dejan Milošević
With auto deploy its even worse. Tomcat at first undeploys the app, but since it cannot delete the jars during undeployment, they apear to be deployed when autodeploy mechanism rereads the webapps folder, so application is listed as 'running' again after a few seconds! Application is damaged (web.x

Re: data access between service impl and application layer: best approach

2006-12-26 Thread DBDavide
DBDavide wrote: > > Hi I'm a newbie and I've just started experimenting with Axis2 running the > samples. > I've some questions: > > What's about exposing a data interface of a pojo server application > through ws? > > [SNIP] > > How can I glue axis2/web layer invokations to the business laye

axis2 with jibx

2006-12-26 Thread Benoit Decherf
Hi, I'm trying to create a webservice using jibx. So first, I create my business class and my dto. Then, I create the jibx binding: java -cp ~/tools/jibx-genbinding.jar:~/jibx/lib/jibx-bind.jar:src/ org.jibx.binding.BindingGenerator -f resources/binding.xml -m samples.quickstart.dto.Person Th

axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
Morning All where is axis2-soapmonitor*.mar located? Thanks, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain info

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread robert lazarski
http://ws.apache.org/axis2/modules/index.html HTH, Robert On 12/26/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Morning All where is axis2-soapmonitor*.mar located? Thanks, Martin-- --- This e-mail message (including at

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
404 on each site listed at http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/modules/addressing/1_1/soapmonitor-1.1.zip (It appears that the distros never made it to the mirrors) Martin-- --- This e-mail message (includi

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread robert lazarski
Please file a jira. In the meantime, with a little help from google: -inurl:htm -inurl:html -inurl:asp intitle:"index of" +(mar|zip) soapmonitor-1.1 That brings up: http://www.ibiblio.org/maven/org.apache.axis2/mars/ HTH, Robert On 12/26/06, Martin Gainty <[EMAIL PROTECTED]> wrote: 404 on ea

soap address location

2006-12-26 Thread Nuno Martins
Hi, I have deployed some sample secure service in Axis2 in Tomcat. When I try to generate WSDL for the service, I find that the soap address location is incorrect. The query URL is https://www.test.com/axis2/services/Test1?wsdl The soap address location is http://www.test.com/axis2/services/Te

Needs help in writing WSDL

2006-12-26 Thread Danny Lin
I have a schema that will validate something like this: John Middle Doe I want to be able to give a last name and receive a list of people with the same last name. Please see the part of WSDL below in defining the operations. Can I reference the type in my WSD

Typemapping beanmapping

2006-12-26 Thread Luo, Robert \(Enterprise Services\)
> I was trying to use java2wsdl to generate a document wrapped/literal > type web service. I have a custom Exception class named > "MissingParameterException". When I try to run the ant task, it > always give the warning message "Please register a > typemapping/beanmapping for "my.package.Missing

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
yes now when I deploy I get the same crashing bug as thomas bruckmayer HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: An exception occurred pr

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Davanum Srinivas
I beleive this is due to the recent addition of the license headers in jsp's :( -- dims On 12/26/06, Martin Gainty <[EMAIL PROTECTED]> wrote: yes now when I deploy I get the same crashing bug as thomas bruckmayer HTTP Status 500 - type Exception report message description The server encoun

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
after a bit of digging thru the logs I see is always rewritten as where the introductory dot dot notation makes it point to an incorrect folder (appears to be a bug in jsp taglib) Thx Martin -- --- This e-mail message (

Re: Axis2 - schema and WSDL

2006-12-26 Thread Thilina Gunarathne
Ooops... Apologies for the acronyms.. DII - Dynamic Invocation Interface... In simpler words it's the Service Client and the OperationClient... ~Thilina On 12/26/06, Danny Lin <[EMAIL PROTECTED]> wrote: Thilina, thank you for writing. I have a "dumb" question. What is DII API? I can't seem to

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Thilina Gunarathne
Ooops.. The link is broken... Note the "addressing" part of the link.. Please log a JIRA... I'll fix that ASAP.. Following is the correct URL.. http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/modules/soapmonitor/1_1/soapmonitor-1.1.mar Thanks, Thilina On 12/26/06, Martin Gainty <[EMAIL P

Re: Re[2]: jars locked forever

2006-12-26 Thread Thilina Gunarathne
It appears to be a bug.. Please log a Jira... http://issues.apache.org/jira/browse/AXIS2 Thanks, Thilina On 12/26/06, Dejan Milošević <[EMAIL PROTECTED]> wrote: With auto deploy its even worse. Tomcat at first undeploys the app, but since it cannot delete the jars during undeployment, they

Re: soap address location

2006-12-26 Thread Thilina Gunarathne
If the following is what you are getting, then I feel like it's correct.. http://www.test.com/axis2/services/Test1 What's your desired address location and what you are getting now... Thanks, Thilina On 12/27/06, Nuno Martins <[EMAIL PROTECTED]> wrote: Hi, I have deployed some sample secure

Re: axis2 with jibx

2006-12-26 Thread Nilesh Ghorpade
Hi, I believe the JiBX has not got an extensive support for unwrapped document style. Hence you had to change the WSDL as well as the binding file. I suggest you go in for the wrapped style which is also a preffered option over unwrapped. The way you are passing the binding file

Issue with using .net Webservices

2006-12-26 Thread Subhash Chander
Hi friends i have completed with a my work using MOM WebServices using java and WSDL2JAVA API and my connector is successfully Registered and initialized , and now when I am inserting new alerts to MOM using InsertAlert() method which works successfully and return success but just then when i