I tried to test the Directpath software about a month ago and couldn't get it to sent or receive any documents. I will be following these post since I plan to reinstall and retry the software some time from now. I think a user guide would be serious help for us who tried to work with the software.
when I call from Visual Basic a method exposed in a dll (COM object, created with Visual C++) sometimes the method takes a lot of time to return the value. Is there a way to report back to the application after some time has elapsed so all the programing control does not rests on the dll. (So...
Hi edijos,
With SSL, if you are only validating the server you won't need to have the server's certificate stored in your system, the certificate will be send to you when the session is being stablished. If the server requieres client certificate validation, then you will need to have a valid...
Here is my take on the issue (I may be missing some points):
For AS2 to work properly you need a PC that is connected to the internet 24 hours a day.
The PC needs to be listening a port for incoming HTTP/S traffic.
If SSL is supported, the software must be able to exchange certificates between...
JayV,
AS2 does requires a web server, the thing is that some AS2 products are coming with an embedded web server, or at least the capabilities of the web server that AS2 needs.
Some other products need you to have the web server (IIS, Apache) installed in order to configure the product.
I...
JayV, Thanks for the link. I checked out the site and I will check out many more since right now we have a priority regarding the AS2 issue.
We are a non-US company with a base of about 1500 Trading partners and we are planning to test the AS2 spec to see how it fits with our needs and whether...
For what I have read there are 2 basic options you have when going for an AS2 solution.
One is to get a standalone product and the other is to integrate the product to an EDI software you already own (GE Desktop, GenTran, TrustedLink).
Standalone products are more expensive because of the...
Hello all,
I have 2 questions regarding AS2 products cost:
Do all AS2 products come with a per trading partner cost?
How much per TP are the vendors asking?
I have found some information about the cost to establish a trading relation with Wal-Mart which comes with *special prices, but how...
hi, I have some select box that change their contents when some change is made.
The thing is that I have to remove even the element that is selected.
I am using:
for i = 0 to Form.Select.options.length
Form.Select.remove(i)
next
but the element that was selected remains. How do I get rid of it?
Thanks for the info,
looking through wchar_t documentation I found the functions mbstowcs and MultyByteToWideChar, they make the convertion to Unicode I was needing.
transforming sz to Unicode:
lenW = mbstowcs(NULL, sz, NULL);
wchar_t *d_Body = (wchar_t *)malloc(lenW * sizeof(wchar_t))...
What does the L before a string makes to it?
Does it set it to Unicode string?
I have a string strMyString,
and I have to pass it to a function that expects a L"string"
how do I convert strMyString to L"string"
I can't do
strMyString = L"string"
because I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.