Hi Stephen
Below, I've included the soap envelope sent by axis2, the envelope then sent by 
synapse, the fault returned by the .net service, the wsdl, the synapse config, 
and the setUp method of a junit test where I configure axis2. I've tried a 
number of different things with the axis2 ServiceClient config from explicitly 
setting an action to adding proxy properties.

The fault says I mismatch between the action in my header (not sure if thats 
soap or http so i included both) but I don't see it?
Could you attach a trace of a successful call from any client to this service? This will help us pinpoint the problem much quicker.. also do you have a proxy service on your network.. The following (as sent by Synapse) is not correct either:

POST http://10.1.90.54:1150/ScriptMedPOSBIOST/PointOfSaleService.svc HTTP/1.1
Host: localhost:8280

The "Host" header does not match the full URL provided in the POST, and .Net has been known to have a few issues around some subtle differences like these and the error its reporting has a chance to be misleading..

asankha

Reply via email to