Re: writing a beanMapping

2003-03-11 Thread Virga
if you use WSDL2Java you don't need to do registerTypeMapping, it will do it for you:-) you should set your inside the if you want to use this bean mapping only for a specified service, but if you have other services that use the same bean mapping then you should set it globally, put it outside a

Re: writing a beanMapping

2003-03-11 Thread Virga
maybe you could post your complete .wsdd file because i don't see any "urn:Addresschecker" in your file. for example if you decide to use xmlns:ns1="urn:Addresschecker" as namespace instead of doing something like xmlns:ns1="http://mypackage.something"; then you should do : thus in your client cl

Re: writing a beanMapping

2003-03-11 Thread Virga
maybe the namespace you specified is already reserved for "http://xml.apache.org/axis/wsdd/"; try to change : http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> to this : http://xml.apache.org/axis/wsdd/";

Re: is referenced but not defined EXCEPTION !!!!!!!

2003-03-10 Thread Virga
in my opinion you have to specified exact type in your you can not reference a type from an element :-) try to change to : and... to :

Re: [Help] Deploy axis on Weblogic 6.1 throws UndeclaredThrowableException

2003-03-10 Thread Virga
try to decompress your axisrc2.war file and into a directory, let say axis/ (i put it on .\config\myhost\applications\axis) start your wls console, configure a new web application, set the path to axis/ directory and deploy - target it.

Re: disable multirefs in client request

2003-02-24 Thread Virga
hi Dmitri, how do you add transaction id ? -->This then gives me the following soap request (excuse the verbosity..., note the multiRef) http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://sch

Re: wsdl question

2003-02-21 Thread Virga
thanks, i finally install itnow it's time to test it.

axis interactivity

2003-02-21 Thread Virga
how do i add interactivity to axis soap request, for example, i have en ejb session that search some data in the database. and return nothing if it can't find the data. how can add a message "no data find" for example in my soap response.

wsdl question

2003-02-20 Thread Virga
BEGIN:VCARD VERSION:2.1 N:Ramada;Virga FN:Virga Ramada ORG:Travelsoft TEL;WORK;VOICE:+33144713037 TEL;WORK;FAX:+33144711300 ADR;WORK:;;1, boulevard Malesherbes;Paris;Developpement;75008;France LABEL;WORK;ENCODING=QUOTED-PRINTABLE:1, boulevard Malesherbes=0D=0AParis, Developpement 75008=0D=0AFrance X