Re: WSDL Port

2008-09-16 Thread Amila Suriarachchi
try with the full http address http://localhost:8092 thanks, Amila. On Tue, Sep 16, 2008 at 9:57 PM, Steve Bucknam <[EMAIL PROTECTED]>wrote: > I have an server with axis2 sitting behind a proxy. The proxy has a > different port number than the axis server. I am using the hostname > parameter

[jira] Closed: (AXIS2-4030) Exception occurred while trying to invoke service method

2008-09-16 Thread kim jong myoung (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kim jong myoung closed AXIS2-4030. -- Resolution: Fixed > Exception occurred while trying to invoke service method >

RE: WSDL Port

2008-09-16 Thread Ilyas Karukappadath
Can you please remove me from the distribution list? Thanks, Ilyas Date: Wed, 17 Sep 2008 00:46:54 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: WSDL Port Try adding this parameter to the http transport receiver.8080Thanks,Keith. On Tue, Sep 16, 2008 at 9:57 PM, Steve Bucknam <[EMAIL

Re: WSDL Port

2008-09-16 Thread Saminda Abeyruwan
The scenario you are referring is very much par with the situation that Axis2 running behind an HTTPD instance. You will able to obtain much information from http://wso2.org/project/wsas/java/2.3/docs/proxy_guide.html Saminda On Tue, Sep 16, 2008 at 3:35 PM, Steve Bucknam <[EMAIL PROTECTED]>wro

RE: WSDL Port

2008-09-16 Thread Steve Bucknam
Keith, I tried this and it did not help. I thought the proxyPort and proxyHost were for client requests that originate from the local server and have to go through a proxy. Setting the "hostname" parameter worked as I had hoped, but I didn't find a corresponding parameter for "port". The on

Re: WSDL Port

2008-09-16 Thread keith chapman
Try adding this parameter to the http transport receiver. 8080 Thanks, Keith. On Tue, Sep 16, 2008 at 9:57 PM, Steve Bucknam <[EMAIL PROTECTED]>wrote: > I have an server with axis2 sitting behind a proxy. The proxy has a > different port number than the axis server. I am using the hostname >

Re: Maven repository for rampart snapshot builds

2008-09-16 Thread Nandana Mihindukulasooriya
Hi Stefan, You can download Rampart nightly builds from here [1] too. thanks, nandana [1] - http://builder.wso2.org/browse/RAMPART-NIGHTLY/latest/artifact On Mon, Sep 15, 2008 at 6:54 PM, stlecho <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm building Synapse that requires rampart-policy-sna

WSDL Port

2008-09-16 Thread Steve Bucknam
I have an server with axis2 sitting behind a proxy. The proxy has a different port number than the axis server. I am using the hostname parameter to set the hostname in the wsdl to the proxy servers name: 1.2.3.4 There doesn't seem to be a corresponding parameter for the port number. I

Adding extra schema and validation to MessageReceiver classes

2008-09-16 Thread ruairiw
We have a requirement that the default MessageReceiver classes 1) set a schema on the unmarshaller for validation purposes (the schema points to separate xsd file that contains the types for the wsdl) and 2) does some post validation like MyValidationHandler.checkServiceTypeIsEmpty( ) below aft