PASING XML using plugin

Please support our RSS, Web Services and SOAP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jun 2006
Posts: 1
Reputation: hishambon is an unknown quantity at this point 
Solved Threads: 0
hishambon hishambon is offline Offline
Newbie Poster

PASING XML using plugin

 
0
  #1
Jun 16th, 2006
Hi,
right now i develop a web page using asp.net. in this page i need to send a message to plugin to generate the xml message and receive back the message i had send to plugin in XML format.
there is no problem for me to send the message to the plugin to generate the xml message. When i re-check teh log, i see there is the the message in XML format that i want.
the problem is when i need to receive back the xml string from the plugin
below is the sample of my koding:

If objSoc.LastError = asERR_WSASUCCESS Then


objSoc.Sleep(1000)

sHantar = "message:request|message.type:" + stype + "|message.token:" + stoken + "|message.orderno:" + sktrgplgn + "" + ssiribyr + "|message.ordercount:" + sordcount + "|message.txntime:" + dDate.ToString("yyyymmddHHMMss") + "|message.serialno:" + ssirifpx + "|message.currency:" + stranscur + "|message.amount:" + stransamt + "|charge.type:" + schrgtype + "|seller.orderno:" + sktrgplgn + "" + ssiribyr + "|seller.id:" + sslid + "|seller.bank:" + sslbank + ""
objSoc.SendString(sHantar, True)

WaitForData(objSoc)

objSoc.ReceiveString(sTerima, True)

objSoc.Disconnect()

Label1.Text = sTerima
End If

Can anybody plzzzzzzzzzz, help me
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the RSS, Web Services and SOAP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC