Hi,
I created a proxy. When i use the 'try it' option from the management
console, i get the following error:

<TryitProxyError h:status="SOAP envelope error" xmlns:h="
http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Transport error:
411 Error: Length Required</TryitProxyError>

What could be the reason for this?

I created a pass through proxy, gave the target url as:
http://www.w3schools.com/webservices/tempconvert.asmx?WSDL

This is my proxy:
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="passthroughtest"
       transports="https,http"
       statistics="disable"
       trace="disable"
       startOnLoad="true">
   <target>
      <outSequence>
         <send/>
      </outSequence>
      <endpoint>
         <address uri="http://www.w3schools.com/webservices/tempconvert.asmx
"/>
      </endpoint>
   </target>
   <publishWSDL uri="
http://www.w3schools.com/webservices/tempconvert.asmx?WSDL"/>
   <description/>
</proxy>


Thanks in advance

M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel      : +94 112662541
[email protected]
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to