Senior Design Project Using Wifi Shield Coding Issue

Hello, this is my first post, but I have been using Arduino's a lot for most of my studies in school. Right now I have 4 Atlas Scientific Instruments (Sensor Probes, compatible with Arduino). I have sucessfully, managed to setup each probe and run them out of the box, as well as implement an SD shield to store the data on an SD card.

Recently I have found a Arduino WIFI Shield, and saw you are capable of sending data wirelessly to a website such as freeboard, or thingspeak. I decided to give this a go after running the example light and temperature demo for transmitting data to thingspeak using the shield. Next I tried setting up the code for my atlas instrument, but I am getting an error in compiling.

I have also replaced the SSID network/password and API Key with *'s for privacy purposes.

Also here is my error message below:

"C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp/core\core.a" "-LC:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp" -lm
C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function `SoftwareSerial::read()':

(.text+0x0): multiple definition of `__vector_3'

C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\WiFi101\bsp\source\nm_bsp_arduino_avr.c.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function `SoftwareSerial::read()':

(.text+0x0): multiple definition of `__vector_5'

C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\WiFi101\bsp\source\nm_bsp_arduino_avr.c.o (symbol from plugin):(.text+0x0): first defined here

C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\SoftwareSerial\SoftwareSerial.cpp.o (symbol from plugin): In function `SoftwareSerial::read()':

(.text+0x0): multiple definition of `__vector_4'

C:\Users\THEHA_~1\AppData\Local\Temp\build0ab38658654d97e0abf5f85ce1118355.tmp\libraries\WiFi101\bsp\source\nm_bsp_arduino_avr.c.o (symbol from plugin):(.text+0x0): first defined here

collect2.exe: error: ld returned 1 exit status

Using library WiFi101 at version 0.12.1 in folder: C:\Users\theha_000\Documents\Arduino\libraries\WiFi101
Using library SPI at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI
Using library SoftwareSerial at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SoftwareSerial
exit status 1
Error compiling for board Arduino/Genuino Uno.

A hasty reply would be nice thank you.

You're trying to share interrupts in the code you didn't post.

Cross-post, thread locked.

DO NOT CROSS-POST, CROSS-POSTING WATES TIME