> I am trying to consume an apache axis webservice from an asp.net 2.0
> application. I used effetech http sniffer to inspect the http post and
> there is no soap envelope sent by .net at all! What could cause this?
Did you create a proxy?
Well... it should not be a problem.
If no soap-envelope is generated, what does it send? Or does it send
nothing?

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
chandy@totalise.co.uk - 15 Sep 2006 15:45 GMT
> > I am trying to consume an apache axis webservice from an asp.net 2.0
> > application. I used effetech http sniffer to inspect the http post and
[quoted text clipped - 5 lines]
> If no soap-envelope is generated, what does it send? Or does it send
> nothing?
Hi Guarav,
I turned out that my http sniffer wasn't up to the task. For anyone
else trying this, HTTPLook from http://www.httpsniffer.com/ should work
for you. The envelope was there, I just wasn't being shown it.
Chandy