•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the RSS, Web Services and SOAP section within the Web Development category of DaniWeb, a massive community of 397,786 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,398 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our RSS, Web Services and SOAP advertiser:
Views: 1680 | Replies: 0
![]() |
•
•
Join Date: Jun 2006
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb RSS, Web Services and SOAP Marketplace
- How can show/view Infopath dynamic files(xml) without infopath in a computer (XML, XSLT and XPATH)
- Evolution 2.2.2 plugin (Computer Science and Software Design)
- Java and XML (Java)
- Problem with a trojan (Viruses, Spyware and other Nasties)
- Hijack this... (Viruses, Spyware and other Nasties)
- Internet Explorer problem (Viruses, Spyware and other Nasties)
- Help! Adware impossible to remove (Viruses, Spyware and other Nasties)
- bridge.dll (Viruses, Spyware and other Nasties)
Other Threads in the RSS, Web Services and SOAP Forum
- Previous Thread: how xml is useful?
- Next Thread: Problem receiving result from Microsoft Soap toolkit server service using Nusoap clie


Linear Mode