[soapbuilders] Newbie VB+SOAP
by Yogya_johan other posts by this author
May 23 2007 9:54PM messages near this date
[soapbuilders] Web Services Interop Plug-fest - 10-12 July 2007
|
[soapbuilders] [ANN] Apache Axis2/C 1.0.0 Released
Hi,
I'm a new developer in VB + SOAP 3.0 SDK, I would like to sending out
a header of message like this:
POST /mm7extadapter HTTP/1.1
Content-Type: multipart/related; boundary="soap-border"; type="text/
xml"; start="mm7-submit"
Authorization: Basic Og==
User-Agent: Java/1.4.2_08
Host: 10.23.48.130:9500
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 2205
--soap-border
Content-Type: text/xml; charset="utf-8"
Content-ID: <mm7-submit>
but when my application trying to sent out, to become like this:
POST /mm7extadapter HTTP/1.1
Content-Type: text/xml
Host: 203.78.116.52
SOAPAction: ""
Content-Length: 2551
Could u give me an advice?
How to configure or how to set the properties of header?
Thanks a lot.
regards,
JohanWijaya
|