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
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
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/";
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 :
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.
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
thanks, i finally install itnow it's time to test it.
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.
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