Hi Yashwanth
I give your e-mail as I do not understand what you're asking.
While using Local Transport we are finding that
attachments are being passed on to the receiving web service.
However if we use regular HTTP invocation then the
attachments are passed on to the receiving
Hi,
I am using axis client to create a socket and send the soap requests.
Now the scenario is like this.
System 1 has no dns resolution. Data should go to Proxy 2 which is an
http proxy. Proxy 2 will send the data to Web Service on System 3.
[System 1 -> Proxy 2 -> Web Service on System 3 having h
There seems to be an issue with the latest SNAPSHOT-1.7.0 of Axis2.
You get an error string like that:
The service cannot be found for the endpoint reference
(EPR)
/openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2014-05-14
Axis2 just does not seem
Those SNAPSHOT artifacts are push by Apache build server, I hope
latest artifacts resolve this issue. If you work on 1.7.0 SNAPSHOTS
you have to follow up with AXIS2-5315 [1] changes specially r1349635
[2] which related to MessageReceiver MEP URIs.
[1] - https://issues.apache.org/jira/browse/AXIS2
First: what are you talking about when you talk about a Proxy?
1. a real proxy server firewall OR
2. a home brown Axis2 Agent acting at one edge as a service to receive your
client request and forwarding it as a client to your final service
destination?
Second: Given you have a real Proxy Ser
Hi Josef,
Thank you so much for the quick response.
This is a real proxy server firewall.
I tried with the JAVA_OPTS param but it's still not working.
Axis is trying to resolve the dns on the host machine, but there is no dns
servers. So the request should ultimately go to the p
Sorry for the typo for.
>>And yes, i have access with your browser to the service to catch down the
wsdl from my service.
I meant my browser.
Sorry for the same.
Thanks,
Thomas
On Wed, Jun 13, 2012 at 5:25 PM, ThekkayilJoy Thomas wrote:
> Hi Josef,
> Thank you so much for the
Hi Sagara,
I've tried with:
axis2-1.7.0-20120613.071731-744.jar (Wed Jun 13 07:53:41 UTC 2012)
taken from:
https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2/1.7.0-SNAPSHOT/
And with axis2-1.7.0-SNAPSHOT.jar (build 5 minutes ago)
taken from: https://builds.apache.org/jo
OK, if your browser knows how to go to the target system to catch down the
wsdl, then there is no issue with the DNS at first.
In this case. investigating your browsers setup / initialization / proxy etc.
should give an idea what happens.
To isolate the problem I would do the following.
To
Sorry the last exception was taken from the Trace of the JAR build at
11.06.2012.
But the Trace / Exception when using latest revision is quite the same:
ERROR 06-13 15:17:11.959 AxisEngine.java 38905 218
org.apache.axis2.engine.AxisEngine [http-0.0.0.0-5080-1] - The service
cannot be found for th
Can you post your services.xml and codes for service class ( if you use any
axis2.xml post it too)?
Thanks !
On Wednesday, June 13, 2012, [email protected] wrote:
> Sorry the last exception was taken from the Trace of the JAR build at
> 11.06.2012.
> But the Trace / Exception when using lat
Hi Josef,
Thank you so much for your valuable response.
Yes, i am also thinking that if i am not able to resolve the dns, i will
use the ip address.
But i want to know is there a way that we can tell axis client to not
resolve the ip address on the current host and send the packet a
This is our services.xml:
https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/src/META-INF/services.xml
This is one example of a Service Class:
https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/axis/services/CalendarWebServiceFac
This is what I mentioned in my very first mail [1]. You have to edit
services.xml and axis2.xml to remove deprecated MEP URLs.
As an example consider following two entries found on your configuration files.
http://www.w3.org/2004/08/wsdl/in-only
http://www.w3.org/2004/08/wsdl/in-out
http://www.w
Hi Sagara,
thanks for your patience :)
After updating the URLs + updating to the very latest SNAPSHOT-Jar the
WebService is working fine again.
I think our axis2.xml is also rather outdated, we might just replace
it with one version from one of the latest bin-distributions of Axis2.
Thanks!
Seb
Thanks much Josef. I will read through the link you have forwarded.
Here is what I meant to ask L
While using Local Transport we are finding that attachments are NOT
being passed on to the receiving web service. However if we use regular
HTTP invocation then the attachments are passed on to th
hi ,
Apache Axis2's local transport implementation is used to make internal
service calls and transfer data within the Axis2 instance.
It provides an opportunity for fast in-VM service call.
Note:To use this transport, configure an endpoints with the local://
prefix. For example, to make an in-VM
hi ,
Apache Axis2's local transport implementation is used to make internal
service calls and transfer data within the Axis2 instance.
It provides an opportunity for fast in-VM service call.
Note:To use this transport, configure an endpoints with the local://
prefix. For example, to make an in-VM
18 matches
Mail list logo