Hello,
I've the attached wsld that's for an RPC encoded service generated with
axis (not2):
I generated the client with this command:
wsdl2java.sh -uri WsUtiPratica.wsdl --noBuildXML -s -d xmlbeans -sp
-o .
then in java I've this code:
WsUtiPraticaServiceStub wsutiprat
have a look the following article
http://wso2.org/library/2060
Deepal
> Hi All,
>
> Is there a way in axis2 to programmatically exclude some operations of
> a service?
> In my project I am creating my services programmatically and I want to
> exclude some of the operations.
>
> Regards,
> Adit
I am unable to create JIBX Client of a web service. Whereas I am able to create
ADB client of the same web service. I get following exception when attempting
to
create JIBX client:
--
On Tue, Mar 29, 2011 at 5:00 AM, Dawood Liaqat wrote:
> I am unable to create XMLBean Client of a web service. Whereas I am able to
> create ADB client of the same web service. I get following exception when
> attempting to create XMLBean client:
>
> ESP.V1.xsd:2:1: error: sch-props-correct.2: Du
I am unable to create XMLBean Client of a web service. Whereas I am able to
create ADB client of the same web service. I get following exception when
attempting to create XMLBean client:
-
On Tue, Mar 29, 2011 at 6:16 AM, aditya chitre wrote:
> Hi All,
>
> Is there a way in axis2 to programmatically exclude some operations of a
> service?
> In my project I am creating my services programmatically and I want to
> exclude some of the operations.
AxisService service = .. ;
QName opNam
I am unable to create XMLBean Client of a web service. Whereas I am able to
create ADB client of the same web service. I get following exception when
attempting to create XMLBean client:
C:\axis2-1.5.4\bin>wsdl2java -uri
http://192.168.3.94/PSIGW/PeopleSoftServiceLis
teningConnector/SAD_ADMISSION
enrique_s wrote:
>
> hi, i have wsdl-generated a web service that should respond to a certain
> incoming SOAP message
>
> the thing is that incoming message has no body parts, info is in header,
> and Axis2 won't let me process it or respond in the skeleton, and ALWAYS
> ends up with (whatever
Hi, Amila,
i want to use it as an alternative to UsernameToken. I have implemented this
custom token in rampart-policy and build rampart-policy jar with it and i
have successfully used this token and generate client requests too. Now i
want to develop a service that accepts for such token. I think