You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by cmurali <ch...@sddc.army.mil> on 2008/07/24 19:21:46 UTC

Re: SOAP11 and SOAP12 binding

hi Ruwan or anyone,

I am not able to make the parameter "useOriginalwsdl" work in synapse 1.1.
Could you try to duplicate this issue? My testers are keen to see SOAP12
binding removed.

Thanks
Muralidaran Chakravarthy
-- 
View this message in context: http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18636618.html
Sent from the Synapse - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: SOAP11 and SOAP12 binding

Posted by Ruwan Linton <ru...@gmail.com>.
Sorry for the late in replying, I was not well last few days.....

Not this exact WSDL, I will give it a try and let you know soon.

Thanks,
Ruwan

On Sat, Jul 26, 2008 at 1:36 AM, cmurali <ch...@sddc.army.mil>wrote:

>
> Hi Ruwan,
>
> Did you use my wsdl to test this in synapse 1.2? I am wondering whether I
> have make any changes to my wsdl to use it with this parameter. Could you
> please help?
>
>
> Thanks,
> Muralidaran Chakravarthy
>
> --
> View this message in context:
> http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18658751.html
> Sent from the Synapse - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Re: SOAP11 and SOAP12 binding

Posted by cmurali <ch...@sddc.army.mil>.
Hi Ruwan,

Did you use my wsdl to test this in synapse 1.2? I am wondering whether I
have make any changes to my wsdl to use it with this parameter. Could you
please help?


Thanks,
Muralidaran Chakravarthy

-- 
View this message in context: http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18658751.html
Sent from the Synapse - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: SOAP11 and SOAP12 binding

Posted by cmurali <ch...@sddc.army.mil>.
Hi Ruwan,

As my software is in IV&V (independent validation and verification) I won't
be able to move to synapse 1.2. Did you use my wsdl to test this in syanpse
1.2?

Thanks,
Muralidaran Chakravarthy
-- 
View this message in context: http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18638999.html
Sent from the Synapse - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: SOAP11 and SOAP12 binding

Posted by Ruwan Linton <ru...@gmail.com>.
Hi Murali,

Is there any possibility for you to switch to 1.2 version? This doesn't mean
that the useOriginalWSDL is not working in 1.1 but I just check on the
latest build and it is working just fine.

Thanks,
Ruwan

On Fri, Jul 25, 2008 at 12:06 AM, cmurali <ch...@sddc.army.mil>
wrote:

>
> Please find below the soaup UI log when it tries to load the wsdl with the
> synapse proxy configuration parameter "useOriginalwsdl" set to true. When I
> look at the difference in the log with and without the use of this
> parameter, I see that the URL to load the imported schemas looks different
> as follows:
>
> With the proxy configuration parameter "useOriginalwsdl" set to true
> ===================================================
>
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
>
> without the parameter
> ================
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=xsd0
>
>
> log:
> ==
> Thu Jul 24 13:24:37 EDT 2008:DEBUG:Getting wsdl component from
> [https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?wsdl]
> Thu Jul 24 13:24:37 EDT 2008:DEBUG:Getting wsdl component from
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> Thu Jul 24 13:24:52 EDT 2008:ERROR:Failed to load url
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> Thu Jul 24 13:24:52 EDT 2008:ERROR:Loading of definition failed for
> [https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?wsdl];
> java.lang.Exception: Load of url
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> was aborted
> Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Load of url
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> was aborted], see error log for details
> Thu Jul 24 13:24:52 EDT 2008:ERROR:Error importing wsdl:
> java.lang.Exception: Load of url
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> was aborted
> Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Load of url
> [
> https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd
> ]
> was aborted], see error log for details
> Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Error importing wsdl],
> see error log for details
>
> --
> View this message in context:
> http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18638000.html
> Sent from the Synapse - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Re: SOAP11 and SOAP12 binding

Posted by cmurali <ch...@sddc.army.mil>.
Please find below the soaup UI log when it tries to load the wsdl with the
synapse proxy configuration parameter "useOriginalwsdl" set to true. When I
look at the difference in the log with and without the use of this
parameter, I see that the URL to load the imported schemas looks different
as follows:

With the proxy configuration parameter "useOriginalwsdl" set to true
===================================================
https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd

without the parameter
================
https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=xsd0


log:
==
Thu Jul 24 13:24:37 EDT 2008:DEBUG:Getting wsdl component from
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?wsdl]
Thu Jul 24 13:24:37 EDT 2008:DEBUG:Getting wsdl component from
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
Thu Jul 24 13:24:52 EDT 2008:ERROR:Failed to load url
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
Thu Jul 24 13:24:52 EDT 2008:ERROR:Loading of definition failed for
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?wsdl];
java.lang.Exception: Load of url
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
was aborted
Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Load of url
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
was aborted], see error log for details
Thu Jul 24 13:24:52 EDT 2008:ERROR:Error importing wsdl:
java.lang.Exception: Load of url
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
was aborted
Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Load of url
[https://lidov.eta.sddc.army.mil:8085/soap/RateRankServiceUserToken?xsd=raterankrequest.xsd]
was aborted], see error log for details
Thu Jul 24 13:24:52 EDT 2008:ERROR:An error occured [Error importing wsdl],
see error log for details

-- 
View this message in context: http://www.nabble.com/SOAP11-and-SOAP12-binding-tp18134736p18638000.html
Sent from the Synapse - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org