AW: How to send attachments via local transport?

2012-06-13 Thread Stadelmann Josef
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

Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
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

Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread [email protected]
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread Sagara Gunathunga
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

AW: Regarding axis connection through proxy

2012-06-13 Thread Stadelmann Josef
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

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
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

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread [email protected]
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

AW: Regarding axis connection through proxy

2012-06-13 Thread Stadelmann Josef
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread [email protected]
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread Sagara Gunathunga
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

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread [email protected]
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread Sagara Gunathunga
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

Re: Latest axis2-jar-1.7.0-SNAPSHOT.jar is broken

2012-06-13 Thread [email protected]
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

RE: How to send attachments via local transport?

2012-06-13 Thread Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco)
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

How to send attachments via local transport in axis2 ?

2012-06-13 Thread gurdeep singh
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

How to send attachments via local transport in axis2 ?

2012-06-13 Thread gurdeep singh
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