Error when trying to open the syncml web site - syncml

When I try to open the address http://www.syncml.org then I received this message : Bad Request (Invalid Hostname). My computer runs Windows XP Service Pack 3.
So why this error ?

ya this error occur in my system also and i think it's on he most of them.
you can go to this link for syncml
http://www.openmobilealliance.org/tech/affiliates/syncml/syncmlindex.html#V11

The reason for that is that SYNCML was a project which was being developed in collaboration with my telecom gaints (I was then working for NOKIA); as the software vendors were customizing the servers and the annotations, it was then decided to open up a open mobile alliance. Hence now we have the OMA which has companies that are involved in development and enhancement of the project.

Related

Windev Software on saas

Hello I don't know very much about the saas system, could you please tell me if a HR software made in windev could easily be deployed as a saas ? The problem is that it would cost a lot to deploy it, because each time a client is connected at the same time, it costs 150 euros (under windows licence). Could you please tell me more about the remote app ? And another problem is that when a client would like to print something, it opens a widows window which permits access to the network, and it is not secured. Is the only possibility to make all the windev software as a web software ? Thanks !
If you don't want to buy Windows licences for each computer, you can :
Generate a java application and run it on Linux, with some limitations
Transform you application in a web app and run it on a web server, with some limitation and some more code
Install your application on a Windows remote server and connect to it with Remote Desktop (a Windows application), but you need licences for connecting you to the server
For me, the printing problem is not a security breach.

License issue in SOAP UI pro-4.5.2

Good Morning all
I am looking for help on a licensing issue in SOAP UI.
I have a purchased license od SOAP UI pro and tried to activate the license on my new Windowa-7/64 bit DELL system.
i am unable to activate it in SOAP UI pro 4.5.2.
http://www.soapui.org/Getting-Started/i ... enses.html
Every time I try to activate online now this is the message I receive an error message
Error
Unable to activate license.
The license can not be activated as the number of allowed copies has been exceeded.
How can I get my new license activated?
The problem can be resolved if you put an old version of soap ui first and then start updating the license file with the new one.
I am using 4.6 Soap Ui pro and faced it again.
This might not be an issue of Soap Ui , but is the problem of updating the old license (which is expired ) or adding a new license in the existing Soap Ui with the new license.
please let me know , if there is some doubts .
Contact SoapUI support http://www.soapui.org/Support/support-overview.html . I think they can help you.
Maybe you should use an online tool that is more adapted to SOAP tests and does not require that you install anything. Try https://www.wsdltophp.com. Why using a installed software to do online stuffs (SOAP) when online tool exists?

Able to Upload Binary to iTunes Connect from China?

I'm located in China, and in the past, I have uploaded binary to iTunes Connect several times with no problem. I recently upgraded to Lion and XCode 4.3, and have been unable to succesfully upload. After validating my binary (using Archive, always works fine), I press Distribute, and after several minutes, I get the following errors. I contacted Developer Support, who told me there was nothing they could do, as my problem is due to being located in China.
I have a hard time believing that because CanYouSeeMe.org shows my port 443 as open, and so my question is: Is anyone on SO located in China and do you have problems uploading binary? If so, what steps do you take to make it work?
My Error Codes:
Communication Error. Please use diagnostic mode to check connectivity. You need to have outbound access to TCP Port 443.
An exception has occurred:Operation timed out.
Could not connect to Apple's web service.
An error occurred while connecting to the transport host https://itmsdav.apple.com: Operation timed out.
Could not start delivery: all transports failed diagnostics.
Just to add on to the answer, if this screenshot is what you getting.
(My case is from XCode 4.5.2 Organizer during Distribute...
You should try another internet connection, in my case it failed during WIFI but SUCCEEDED when I use Tethering!
This is not a permanent solution to original question but as least app is submitted now.
It seems that your ISP or router has some wall up blocking all outbound traffic. I'm no expert on china but I think that you should be able to tether your phone. If you can't, try a random Wi-Fi hotspot at one of the big stores. (In the U.S. Starbucks)
Use Application loader old version like 2.5.2.

IIS server help

I'm trying to automate access to a website that get reports from a Microsoft-IIS/6.0 server, or at least I assume that because that is what is appearing in the HTTP Headers. So if the website connects this server, does it download the file via FTP? Is there any way that I can find out the commands being sent form my browser?
The weird thing about the website is that it uses Crystal Report ActiveX viewer, is that client side, is there any way that I can control the viewer through PERL?
Also, this might be a really dumb question, but does IIS use SQL/MySQL?
Any help is appreciated!
There are a lot of ways to watch the traffic being sent between your browser and the server.
http://www.fiddler2.com/fiddler2/
Firebug for firefox
Chrome has it built in by hitting ctrl+shift+i
http://projects.nikhilk.net/WebDevHelper for IE
F12 in IE will show developer tools (look under network tab)
http://www.wireshark.org/ for watching any network traffic from any application

Click once deployment to a ISP hosted Server (ISP is Lunarpages in this case)

I know this has some crossover to Serverfault.com but the advice on meta.stackoverflow was to ask it here (first) as it requires a .NET dev to answer more than likely.
I am having some problems publishing to my website a Click Once App, I am getting an error message saying (something like) IIS not running, I'm not currently at home to give an exact error message, i'll edit later if it is required to answer this question.
My ISP is lunarpages the plan I am on is this one IIS is definitely running as I have BlogEngine.NET running just fine. Anyone know what is required configuration wise (both server and client) to make this work?
The files that the ClickOnce publish create can be run on just about any web environment (include Apache/Linux.) It simply generates an html page along with the application manifest and your application files. Maybe you can deploy to a local folder and upload the files to the server?