hi dipita,
while creating .aar file to deploy as webservice.
dont use
what u have done below
<parameter name="ServiceObjectSupplier"
locked="false">org.apache.axis2.extensions.spring....
Type: Posts; User: phanindra; Keyword(s):
hi dipita,
while creating .aar file to deploy as webservice.
dont use
what u have done below
<parameter name="ServiceObjectSupplier"
locked="false">org.apache.axis2.extensions.spring....
i have created webservice using axis1.4 and its running on
http://61.12.16.24/org/services/SampleService. i am able to access using spring client.
Now i want to deploy webservice on a different...
i have a table with 100 records. the scheduler picks all the records and processes but takes more than one minute . we have configured scheduler to repeat after one min. so i want the scheduler pick...
i have configured quartz scheduler in the spring web application. here i want to restrict the process to certain limit. for eg if i have 100 records, each time scheduler runs , it should only pickup...
thanks for the suggestion. its working fine.
hi,
i have created webservice using axis2, and integrated it with spring client.
the webservice is deployed but when i try to access it using spring client
i am getting the following error.
can...
hi, can anybody solve this issue.
the webservice is deployed. we can see the wsdl.
but when i try to consume the webservice using spring client. the following error is coming.
...
all the jars for axis2 and spring are in the classpath but still i am getting this error
[javac] D:\workspace\StockWebservice\src\oak\client\SpringInit.java:10: package org.springframework.context.support does not exist
[javac] import...
i am getting the following error
package org.springframework.context.support does not exist
when i try to configure spring inside axis2.
can anybody give solution to rectify it.
hi, i am trying to call axis2 webservice using springs. but i am getting
not valid object creator found exception. can anybody tell what is the problem? i have put the spring context in...