Arduino Uno & uBlox max-7 using hardware serial

Silver89:
but simply changing that to:

SoftwareSerial ss(0, 1);

Does not work?

Must say I haven't tried it, perhaps it works when you don't use any standard (hardware) serial commands.

But, why would you use pins 0 and 1 for softwareserial-purposes ?
Both are part of your hardware serial port and can be used with standard serial commands.