Re: wsdl2java on http and https

2008-06-20 Thread Rafaqat Ali
I created webservice and in service.xml I added information about rampart
module and also PWCHandler class.
Then I deployed service using options given in apache axis2 quick start
guide.
Should wsdl have this information ?

Thanks,
--RAFI

PWCBHandler

On Fri, Jun 20, 2008 at 12:18 PM, keith chapman <[EMAIL PROTECTED]>
wrote:

> Is the domain is a trusted domain then you will have no issues. But if the
> domain is not a trusted one you will have to import its cert ti your
> keystore first. This blog entry by dims [1] Gives you the details.
>
> On the security issue, does the WSDL have these details as policy?
>
> Thanks,
> Keith.
>
> [1] http://wso2.org/blog/dims/1906
>
>
> On Fri, Jun 20, 2008 at 11:41 AM, Rafaqat Ali <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>> Is there any difference when I create stub using
>> $AXIS2_HOME/bin/bin/wsdl2java.sh from
>> http://localhost:8080/axis2/services/SomeService?wsdl
>> and
>> https://localhost:8443/axis2/services/SomeService?wsdl
>>
>> Do I have to generate it with some special flags if I am using security
>> using rampart ?
>>
>> Thanks,
>> --RAFI
>>
>
>
>
> --
> Keith Chapman
> Senior Software Engineer
> WSO2 Inc.
> Oxygenating the Web Service Platform.
> http://wso2.org/
>
> blog: http://www.keith-chapman.org


Re: wsdl2java on http and https

2008-06-19 Thread keith chapman
Is the domain is a trusted domain then you will have no issues. But if the
domain is not a trusted one you will have to import its cert ti your
keystore first. This blog entry by dims [1] Gives you the details.

On the security issue, does the WSDL have these details as policy?

Thanks,
Keith.

[1] http://wso2.org/blog/dims/1906

On Fri, Jun 20, 2008 at 11:41 AM, Rafaqat Ali <[EMAIL PROTECTED]> wrote:

> Hi,
> Is there any difference when I create stub using
> $AXIS2_HOME/bin/bin/wsdl2java.sh from
> http://localhost:8080/axis2/services/SomeService?wsdl
> and
> https://localhost:8443/axis2/services/SomeService?wsdl
>
> Do I have to generate it with some special flags if I am using security
> using rampart ?
>
> Thanks,
> --RAFI
>



-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org


wsdl2java on http and https

2008-06-19 Thread Rafaqat Ali
Hi,
Is there any difference when I create stub using
$AXIS2_HOME/bin/bin/wsdl2java.sh from
http://localhost:8080/axis2/services/SomeService?wsdl
and
https://localhost:8443/axis2/services/SomeService?wsdl

Do I have to generate it with some special flags if I am using security
using rampart ?

Thanks,
--RAFI