Hi,

I am a new user of gsoap. I have setup mod_gsoap.dll and calc.dll in IIS using 
"gsoap" virtual directory. when i run "calcclnt.exe add 3 5" on command 
prompt,it throws w3wp.exe exception,it creates only two log files as follows 
with service end point= "http://localhost/gsoap/mod_gsoap.dll?calc";.

SENT.log :

POST /gsoap/mod_gsoap.dll?calc HTTP/1.1
Host: localhost
User-Agent: gSOAP/2.7
Content-Type: text/xml; charset=utf-8
Content-Length: 548
Connection: close
SOAPAction: ""

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:ns="urn:calc"><SOAP-ENV:Header 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";></SOAP-ENV:Header><SOAP-ENV:Body
 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";><ns:add><a>4</a><b>5</b></ns:add></SOAP-ENV:Body></SOAP-ENV:Envelope>

TEST.log :

D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6396): 
malloc(9) = 000000000051BB20
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6396): 
malloc(9) = 000000000051BB70
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6396): 
malloc(9) = 000000000051BBC0
Initializing context
Initializing ID hashtable
Initializing pointer hashtable
Reinitializing context
Free namespace stack
Free any remaining temp blocks
Free attribute storage
Free pointer hashtable
Free ID hashtable
Reinitializing context
Free namespace stack
Free any remaining temp blocks
Free attribute storage
Free pointer hashtable
Free ID hashtable
Lookup location=0000000000114618 type=7: not found
Lookup location=0000000000114620 type=7: not found
Free namespace stack
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6965): 
malloc(192) = 00000000004DB5D0
Begin count phase (socket=-1 mode=0x8 count=0)
Element begin tag='SOAP-ENV:Envelope' id='0' type=''
Attribute 'xmlns:SOAP-ENV'='http://schemas.xmlsoap.org/soap/envelope/'
Attribute 'xmlns:SOAP-ENC'='http://schemas.xmlsoap.org/soap/encoding/'
Attribute 'xmlns:xsi'='http://www.w3.org/2001/XMLSchema-instance'
Attribute 'xmlns:xsd'='http://www.w3.org/2001/XMLSchema'
Attribute 'xmlns:ns'='urn:calc'
Embedded_id CCCCCCCCCCCC0000 type=24 id=0
Element begin tag='SOAP-ENV:Header' id='0' type=''
Attribute 'SOAP-ENV:encodingStyle'='http://schemas.xmlsoap.org/soap/encoding/'
Element ending tag='SOAP-ENV:Header'
Element begin tag='SOAP-ENV:Body' id='0' type=''
Attribute 'SOAP-ENV:encodingStyle'='http://schemas.xmlsoap.org/soap/encoding/'
Lookup location=0000000000114618 type=11: not found
Embedded_id 0000000000114618 type=11 id=0
Element begin tag='ns:add' id='0' type=''
Embedded_id 0000000000114618 type=7 id=-1
Lookup location=0000000000114618 type=7: not found
Element begin tag='a' id='-1' type=''
Element ending tag='a'
Embedded_id 0000000000114620 type=7 id=-1
Lookup location=0000000000114620 type=7: not found
Element begin tag='b' id='-1' type=''
Element ending tag='b'
Element ending tag='ns:add'
Element ending tag='SOAP-ENV:Body'
Element ending tag='SOAP-ENV:Envelope'
End of count phase
Connect/reconnect to host='localhost' path='/gsoap/mod_gsoap.dll?calc' port=80
Opening socket 912 to host='localhost' port=80
Calculating the message size with attachments, current count=548
New count is 548 bytes
Initializing for output
Free namespace stack
Begin send phase (socket=912 mode=0x1 count=548)
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(5476): 
malloc(24) = 0000000000518DA0
Element begin tag='SOAP-ENV:Envelope' id='0' type=''
Attribute 'xmlns:SOAP-ENV'='http://schemas.xmlsoap.org/soap/envelope/'
Attribute 'xmlns:SOAP-ENC'='http://schemas.xmlsoap.org/soap/encoding/'
Attribute 'xmlns:xsi'='http://www.w3.org/2001/XMLSchema-instance'
Attribute 'xmlns:xsd'='http://www.w3.org/2001/XMLSchema'
Attribute 'xmlns:ns'='urn:calc'
Embedded_id CCCCCCCCCCCC0000 type=24 id=0
Element begin tag='SOAP-ENV:Header' id='0' type=''
Attribute 'SOAP-ENV:encodingStyle'='http://schemas.xmlsoap.org/soap/encoding/'
Element ending tag='SOAP-ENV:Header'
Element begin tag='SOAP-ENV:Body' id='0' type=''
Attribute 'SOAP-ENV:encodingStyle'='http://schemas.xmlsoap.org/soap/encoding/'
Lookup location=0000000000114618 type=11: not found
Embedded_id 0000000000114618 type=11 id=0
Element begin tag='ns:add' id='0' type=''
Embedded_id 0000000000114618 type=7 id=-1
Lookup location=0000000000114618 type=7: not found
Element begin tag='a' id='-1' type=''
Element ending tag='a'
Embedded_id 0000000000114620 type=7 id=-1
Lookup location=0000000000114620 type=7: not found
Element begin tag='b' id='-1' type=''
Element ending tag='b'
Element ending tag='ns:add'
Element ending tag='SOAP-ENV:Body'
Element ending tag='SOAP-ENV:Envelope'
End send
End of send phase
Initializing for input
Free namespace stack
Free any remaining temp blocks
Free attribute storage
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6305): 
free(00000000004DB5D0)
Free pointer hashtable
Free ID hashtable
D:\Personal\nVertix\Projects\gsoap_2.7.15\gsoap-2.7\gsoap\stdsoap2.cpp(6965): 
malloc(192) = 00000000004DB5D0
Free ID hashtable


Please help me if anybody has answer for this.
Thanks in advance,
Sanket

Reply via email to