Mike Nowak

Greenhorn
+ Follow
since Dec 21, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mike Nowak

Ok, i know why response is getting short after page refresh - it's because webservice responding only once. Every next call is returning so called "empty response". And i figured that is exactly what i've got when i am trying to get response from webservice doing it in java (php works good).
My question is what could be the reasons getting an empty reponse from webservice while php returns correct answer? I suspect the "call" method, but could it be this?

Mike
11 years ago
Hi!
I've got my java soap client, which theoreticaly works fine. I am getting a response from service: HTTP/1.1 200 OK and soap document like this:



Problem is that when i run my php soap client (on the same service) i get response like this:



and this above is response i expect. I've tried 3-4 methods to send request and recieve response, but all of them returns the same.
The interesting part is that after getting response from service (using my php client) i've got printed it on screen and is fine, but if i refresh page the response changes and looks exactly the same i've got in java client.
I stuck with this problem. Anyone maybe got an idea what is happening?

Regards
Mike
11 years ago
Hello,
I have got simple web app where users can create directories. Unfortunately using polish characters (i am from Poland) makes the directory looks something like �ódź.
The website is in UTF-8. Should i encode somehow the given name. If so, how to do this in simplest way ?
I am creating folders with dir.mkdir() (maybe this is an issue?).

Thanks in advance!
Mike
12 years ago