I am new in WSo2 ESB. I had a simple test on wso2 proxy service. I created a wso2 proxy service with the following configuration:
<syn:proxy xmlns:syn="http://ws.apache.org/ns/synapse" name="MyProxy" transports="https,http" statistics="enable" trace="enable" startOnLoad="true">
<syn:target>
<syn:outSequence>
<syn:send />
</syn:outSequence>
<syn:endpoint>
<syn:address uri="http://info-d.mitre.org/employeeservice/suis/fyang" format="get" />
</syn:endpoint>
</syn:target>
</syn:proxy>
I got the following error in console while running http://mm146878-pc:8280/services/MyProxy/ from Ie browser:
[2009-01-12 16:03:25,641] INFO - To: /services/MyProxy/, MessageID: urn:uuid:C8841C65C6D077EF691231794221318, Direction: request {org.apache.synapse .mediators.builtin.LogMediator} [2009-01-12 16:04:26,625] ERROR - Connection Timeout - before message body was fully read : [/129.83.54.91:3662] {org.apache.synapse.transport.nhttp. ServerHandler}
If I ran ://mm146878-pc:8280/services/MyProxy/mediate from Ie browser, I got errors: [2009-01-12 16:04:27,656] WARN - Unexpected HTTP status code received : 404 :: Not Found {org.apache.synapse.transport.nhttp.ClientHandler} [2009-01-12 16:05:28,452] ERROR - Connection Timeout - before message body was fully read : [/129.83.54.91:3686] {org.apache.synapse.transport.nhttp. ServerHandler} Not sure what is wrong? I tried wso21v 1.7.1 and could not get it work neither. Could someone help me out here? I'd like to resolve it ASAP. Thanks -Fran
Hi Fran, If you want to try
Even a RESTful web service needs WSDL file for using HTTP proxy
You will have to have the
which one is better?
I recommend you to use the
Hi Fran >"I am new in WSo2
Tried it as your instruction but still have issue
Hi Fran Can you use tcpmon
no traffic btw ESB to endpoint service